]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add SSL_CTX_set1_cert_store()
authorTodd Short <tshort@akamai.com>
Tue, 31 Mar 2015 20:20:03 +0000 (16:20 -0400)
committerRich Salz <rsalz@openssl.org>
Tue, 1 Nov 2016 19:39:57 +0000 (15:39 -0400)
commitb50052dbe822271c9d7b2559a38a127fca87e4ab
treea557500eda3d5302e4dd6000b3194d3a963cd920
parentba7407002d899b614d4728da9004594f947ff3da
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)
doc/man3/SSL_CTX_set_cert_store.pod
doc/man7/ssl.pod
include/openssl/ssl.h
ssl/ssl_lib.c
util/libssl.num