From f5fdacf37a917aa2155fa1dd3e78ca4ce64e60d7 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 7 Jan 2017 00:45:04 +0000 Subject: Write a new manual page X509_STORE_load_locations(3) from scratch. Not documented by OpenSSL, but listed in and referenced from X509_LOOKUP_hash_dir(3), and clearly more important than the latter. Fixes three dead links reported by jmc@. Most of the information from SSL_CTX_load_verify_locations(3) should probably be moved here, but not all, since the SSL page also talks about SSL servers and clients and the like. As i'm not completely sure regarding the boundaries, i'm leaving that as it is for now. --- src/lib/libcrypto/man/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/man/Makefile') diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 42ec3807a2..46e8ba5739 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.111 2017/01/05 22:38:04 schwarze Exp $ +# $OpenBSD: Makefile,v 1.112 2017/01/07 00:45:04 schwarze Exp $ .include @@ -212,6 +212,7 @@ MAN= \ X509_STORE_CTX_get_ex_new_index.3 \ X509_STORE_CTX_new.3 \ X509_STORE_CTX_set_verify_cb.3 \ + X509_STORE_load_locations.3 \ X509_STORE_set_verify_cb_func.3 \ X509_STORE_set1_param.3 \ X509_VERIFY_PARAM_set_flags.3 \ -- cgit v1.2.3-55-g6feb