summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_CTX_load_verify_locations.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-21 05:07:04 +0000
committerschwarze <>2018-03-21 05:07:04 +0000
commit6fc48645989782a49eccbb24eb6d01330d0f717f (patch)
tree13fe05c97d79b1dde5d375e14cc0e056899cae0e /src/lib/libssl/man/SSL_CTX_load_verify_locations.3
parentccb2bd7e6124ae701e4c221b9605a916d160f4f6 (diff)
downloadopenbsd-6fc48645989782a49eccbb24eb6d01330d0f717f.tar.gz
openbsd-6fc48645989782a49eccbb24eb6d01330d0f717f.tar.bz2
openbsd-6fc48645989782a49eccbb24eb6d01330d0f717f.zip
ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'src/lib/libssl/man/SSL_CTX_load_verify_locations.3')
-rw-r--r--src/lib/libssl/man/SSL_CTX_load_verify_locations.310
1 files changed, 8 insertions, 2 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_load_verify_locations.3 b/src/lib/libssl/man/SSL_CTX_load_verify_locations.3
index 5433a8d420..ab0374ecfc 100644
--- a/src/lib/libssl/man/SSL_CTX_load_verify_locations.3
+++ b/src/lib/libssl/man/SSL_CTX_load_verify_locations.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_CTX_load_verify_locations.3,v 1.2 2016/11/30 14:16:38 schwarze Exp $ 1.\" $OpenBSD: SSL_CTX_load_verify_locations.3,v 1.3 2018/03/21 05:07:04 schwarze Exp $
2.\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 2.\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400
3.\" 3.\"
4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. 4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: November 30 2016 $ 52.Dd $Mdocdate: March 21 2018 $
53.Dt SSL_CTX_LOAD_VERIFY_LOCATIONS 3 53.Dt SSL_CTX_LOAD_VERIFY_LOCATIONS 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -221,6 +221,12 @@ $ for c in *.pem; do
221.Xr SSL_CTX_set_client_CA_list 3 , 221.Xr SSL_CTX_set_client_CA_list 3 ,
222.Xr SSL_CTX_use_certificate 3 , 222.Xr SSL_CTX_use_certificate 3 ,
223.Xr SSL_get_client_CA_list 3 223.Xr SSL_get_client_CA_list 3
224.Sh HISTORY
225.Fn SSL_CTX_load_verify_locations
226and
227.Fn SSL_CTX_set_default_verify_paths
228appeared before SSLeay 0.8 and have been available since
229.Ox 2.4 .
224.Sh CAVEATS 230.Sh CAVEATS
225If several CA certificates matching the name, key identifier, and serial 231If several CA certificates matching the name, key identifier, and serial
226number condition are available, only the first one will be examined. 232number condition are available, only the first one will be examined.