[openssl-commits] [openssl] OpenSSL_1_1_1-stable update

Paul I. Dale pauli at openssl.org
Mon Sep 17 22:50:49 UTC 2018


The branch OpenSSL_1_1_1-stable has been updated
       via  66228d53c91440e3b5e8bc96ebdf272d48ce34c8 (commit)
      from  d2d3b5ded7b1ab82e17f964d52904a5041934805 (commit)


- Log -----------------------------------------------------------------
commit 66228d53c91440e3b5e8bc96ebdf272d48ce34c8
Author: David Makepeace <david.p.makepeace at oracle.com>
Date:   Mon Sep 17 13:46:08 2018 +1000

    Fixed typos in hkdf documentation.
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/7236)
    
    (cherry picked from commit d474100af0827d9ba87f3bb25a34867244552df5)

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

Summary of changes:
 doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod b/doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod
index 1433a50..e8f19cf 100644
--- a/doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod
+++ b/doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod
@@ -68,12 +68,12 @@ error occurs.
 
 =back
 
-EVP_PKEY_set_hkdf_md() sets the message digest associated with the HKDF.
+EVP_PKEY_CTX_set_hkdf_md() sets the message digest associated with the HKDF.
 
 EVP_PKEY_CTX_set1_hkdf_salt() sets the salt to B<saltlen> bytes of the
 buffer B<salt>. Any existing value is replaced.
 
-EVP_PKEY_CTX_set_hkdf_key() sets the key to B<keylen> bytes of the buffer
+EVP_PKEY_CTX_set1_hkdf_key() sets the key to B<keylen> bytes of the buffer
 B<key>. Any existing value is replaced.
 
 EVP_PKEY_CTX_add1_hkdf_info() sets the info value to B<infolen> bytes of the


More information about the openssl-commits mailing list