summaryrefslogtreecommitdiffstats
path: root/util
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 /util
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 'util')
-rw-r--r--util/missingssl.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/missingssl.txt b/util/missingssl.txt
index ef13fca84a..6adf6c5117 100644
--- a/util/missingssl.txt
+++ b/util/missingssl.txt
@@ -22,12 +22,10 @@ SSL_certs_clear(3)
SSL_copy_session_id(3)
SSL_dup_CA_list(3)
SSL_get0_dane(3)
-SSL_get_certificate(3)
SSL_get_current_compression(3)
SSL_get_current_expansion(3)
SSL_get_finished(3)
SSL_get_peer_finished(3)
-SSL_get_privatekey(3)
SSL_set_SSL_CTX(3)
SSL_set_debug(3)
SSL_set_not_resumable_session_callback(3)