summaryrefslogtreecommitdiffstats
path: root/doc/man7/ssl.pod
diff options
context:
space:
mode:
authorTodd Short <tshort@akamai.com>2015-03-31 16:20:03 -0400
committerRich Salz <rsalz@openssl.org>2016-11-01 15:39:57 -0400
commitb50052dbe822271c9d7b2559a38a127fca87e4ab (patch)
treea557500eda3d5302e4dd6000b3194d3a963cd920 /doc/man7/ssl.pod
parentba7407002d899b614d4728da9004594f947ff3da (diff)
Add SSL_CTX_set1_cert_store()
For convenience, combine getting a new ref for the new SSL_CTX with assigning the store and freeing the old one. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1755)
Diffstat (limited to 'doc/man7/ssl.pod')
-rw-r--r--doc/man7/ssl.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/man7/ssl.pod b/doc/man7/ssl.pod
index b67edbc467..ce163f4df0 100644
--- a/doc/man7/ssl.pod
+++ b/doc/man7/ssl.pod
@@ -320,6 +320,8 @@ protocol context defined in the B<SSL_CTX> structure.
=item void B<SSL_CTX_set_cert_store>(SSL_CTX *ctx, X509_STORE *cs);
+=item void B<SSL_CTX_set1_cert_store>(SSL_CTX *ctx, X509_STORE *cs);
+
=item void B<SSL_CTX_set_cert_verify_cb>(SSL_CTX *ctx, int (*cb)(), char *arg)
=item int B<SSL_CTX_set_cipher_list>(SSL_CTX *ctx, char *str);