summaryrefslogtreecommitdiffstats
path: root/doc/build.info
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-03-04 12:53:50 +0000
committerTomas Mraz <tomas@openssl.org>2022-03-14 09:59:54 +0100
commit2a9219514263454896bdda800b4b811843338bc7 (patch)
tree1bda11dd387c2e5e5a26fb08778bb7ec22fea5d3 /doc/build.info
parent2823e2e1d39479a7835d176862ec15e47a1bdecd (diff)
Add manpages for SSL_get_certificate, SSL_get_private_key
This is as I understand these functions from reading the code. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17815)
Diffstat (limited to 'doc/build.info')
-rw-r--r--doc/build.info6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build.info b/doc/build.info
index 4e1db237d7..46dabeb9a6 100644
--- a/doc/build.info
+++ b/doc/build.info
@@ -2415,6 +2415,10 @@ DEPEND[html/man3/SSL_get_all_async_fds.html]=man3/SSL_get_all_async_fds.pod
GENERATE[html/man3/SSL_get_all_async_fds.html]=man3/SSL_get_all_async_fds.pod
DEPEND[man/man3/SSL_get_all_async_fds.3]=man3/SSL_get_all_async_fds.pod
GENERATE[man/man3/SSL_get_all_async_fds.3]=man3/SSL_get_all_async_fds.pod
+DEPEND[html/man3/SSL_get_certificate.html]=man3/SSL_get_certificate.pod
+GENERATE[html/man3/SSL_get_certificate.html]=man3/SSL_get_certificate.pod
+DEPEND[man/man3/SSL_get_certificate.3]=man3/SSL_get_certificate.pod
+GENERATE[man/man3/SSL_get_certificate.3]=man3/SSL_get_certificate.pod
DEPEND[html/man3/SSL_get_ciphers.html]=man3/SSL_get_ciphers.pod
GENERATE[html/man3/SSL_get_ciphers.html]=man3/SSL_get_ciphers.pod
DEPEND[man/man3/SSL_get_ciphers.3]=man3/SSL_get_ciphers.pod
@@ -3327,6 +3331,7 @@ html/man3/SSL_free.html \
html/man3/SSL_get0_peer_scts.html \
html/man3/SSL_get_SSL_CTX.html \
html/man3/SSL_get_all_async_fds.html \
+html/man3/SSL_get_certificate.html \
html/man3/SSL_get_ciphers.html \
html/man3/SSL_get_client_random.html \
html/man3/SSL_get_current_cipher.html \
@@ -3920,6 +3925,7 @@ man/man3/SSL_free.3 \
man/man3/SSL_get0_peer_scts.3 \
man/man3/SSL_get_SSL_CTX.3 \
man/man3/SSL_get_all_async_fds.3 \
+man/man3/SSL_get_certificate.3 \
man/man3/SSL_get_ciphers.3 \
man/man3/SSL_get_client_random.3 \
man/man3/SSL_get_current_cipher.3 \