commit | b50052dbe822271c9d7b2559a38a127fca87e4ab | [log] [tgz] |
---|---|---|
author | Todd Short <tshort@akamai.com> | Tue Mar 31 16:20:03 2015 -0400 |
committer | Rich Salz <rsalz@openssl.org> | Tue Nov 01 15:39:57 2016 -0400 |
tree | a557500eda3d5302e4dd6000b3194d3a963cd920 | |
parent | ba7407002d899b614d4728da9004594f947ff3da [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)