From 2a9219514263454896bdda800b4b811843338bc7 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Fri, 4 Mar 2022 12:53:50 +0000 Subject: 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 Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17815) --- doc/build.info | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/build.info') 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 \ -- cgit v1.2.3