[openssl] master update

Dr. Paul Dale pauli at openssl.org
Mon Jun 24 09:19:04 UTC 2019


The branch master has been updated
       via  460b8d175b51075d5b28417bec4411c5f9ffcb23 (commit)
      from  a9550b74d3efdf1727005dada706cc2e12c273b8 (commit)


- Log -----------------------------------------------------------------
commit 460b8d175b51075d5b28417bec4411c5f9ffcb23
Author: Santhosh Rameshwarapu <santhosh.kumarx.rameshwarapu at intel.com>
Date:   Mon Jun 24 13:50:55 2019 +0530

    Cross-linked the man(1) pages of kdf & pkeyutl.
    
    Fixes #8784
    
    Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/9228)

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

Summary of changes:
 doc/man1/kdf.pod     | 1 +
 doc/man1/pkeyutl.pod | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/man1/kdf.pod b/doc/man1/kdf.pod
index 0ff7762..7282d73 100644
--- a/doc/man1/kdf.pod
+++ b/doc/man1/kdf.pod
@@ -150,6 +150,7 @@ L<EVP_KDF_PBKDF2(7)>
 L<EVP_KDF_HKDF(7)>
 L<EVP_KDF_SS(7)>
 L<EVP_KDF_SSHKDF(7)>
+L<pkeyutl(1)>
 
 =head1 HISTORY
 
diff --git a/doc/man1/pkeyutl.pod b/doc/man1/pkeyutl.pod
index 033360f..3a7f31b 100644
--- a/doc/man1/pkeyutl.pod
+++ b/doc/man1/pkeyutl.pod
@@ -395,7 +395,8 @@ Verify some data using an L<SM2(7)> certificate and a specific ID:
 
 L<genpkey(1)>, L<pkey(1)>, L<rsautl(1)>
 L<dgst(1)>, L<rsa(1)>, L<genrsa(1)>,
-L<EVP_PKEY_CTX_set_hkdf_md(3)>, L<EVP_PKEY_CTX_set_tls1_prf_md(3)>
+L<EVP_PKEY_CTX_set_hkdf_md(3)>, L<EVP_PKEY_CTX_set_tls1_prf_md(3)>,
+L<kdf(1)>
 
 =head1 COPYRIGHT
 


More information about the openssl-commits mailing list