summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSanthosh Rameshwarapu <santhosh.kumarx.rameshwarapu@intel.com>2019-06-24 13:50:55 +0530
committerPauli <paul.dale@oracle.com>2019-06-24 19:18:34 +1000
commit460b8d175b51075d5b28417bec4411c5f9ffcb23 (patch)
tree8db4d8c1c429b0f974c7f5de403f23d26cbbf2fa /doc
parenta9550b74d3efdf1727005dada706cc2e12c273b8 (diff)
Cross-linked the man(1) pages of kdf & pkeyutl.
Fixes #8784 Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9228)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/kdf.pod1
-rw-r--r--doc/man1/pkeyutl.pod3
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/man1/kdf.pod b/doc/man1/kdf.pod
index 0ff7762b88..7282d73c5c 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 033360f482..3a7f31b894 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