[openssl] OpenSSL_1_1_1-stable update

Dr. Paul Dale pauli at openssl.org
Thu Oct 3 00:39:38 UTC 2019


The branch OpenSSL_1_1_1-stable has been updated
       via  45ab67614a224bfbe0dd3500f535ef6db43451ef (commit)
      from  51f879a31f926ba12b783c68f4ba9e4ee490145f (commit)


- Log -----------------------------------------------------------------
commit 45ab67614a224bfbe0dd3500f535ef6db43451ef
Author: Christian Heimes <christian at python.org>
Date:   Fri Sep 27 11:08:43 2019 +0200

    doc: EVP_DigestInit clears all flags
    
    Mention that EVP_DigestInit() also clears all flags.
    
    Fixes: 10031
    Signed-off-by: Christian Heimes <christian at python.org>
    
    Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/10032)
    
    (cherry picked from commit 091aab66a6dbc3a3ecee7684aa30811b342f04e7)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/EVP_DigestInit.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man3/EVP_DigestInit.pod b/doc/man3/EVP_DigestInit.pod
index a24d7bf0c7..d5cbee45ca 100644
--- a/doc/man3/EVP_DigestInit.pod
+++ b/doc/man3/EVP_DigestInit.pod
@@ -122,7 +122,7 @@ few bytes.
 =item EVP_DigestInit()
 
 Behaves in the same way as EVP_DigestInit_ex() except it always uses the
-default digest implementation.
+default digest implementation and calls EVP_MD_CTX_reset().
 
 =item EVP_DigestFinal()
 


More information about the openssl-commits mailing list