summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2017-01-07 00:45:04 +0000
committerschwarze <>2017-01-07 00:45:04 +0000
commitf5fdacf37a917aa2155fa1dd3e78ca4ce64e60d7 (patch)
tree1affb8e6474fabb04cb242864240f74afdb8028b /src/lib/libcrypto/man/Makefile
parentf9f0c9abc8556d2ea548e6b01b7d956e473b5019 (diff)
downloadopenbsd-f5fdacf37a917aa2155fa1dd3e78ca4ce64e60d7.tar.gz
openbsd-f5fdacf37a917aa2155fa1dd3e78ca4ce64e60d7.tar.bz2
openbsd-f5fdacf37a917aa2155fa1dd3e78ca4ce64e60d7.zip
Write a new manual page X509_STORE_load_locations(3) from scratch.
Not documented by OpenSSL, but listed in <openssl/x509_vfy.h> 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.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 2 insertions, 1 deletions
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 @@
1# $OpenBSD: Makefile,v 1.111 2017/01/05 22:38:04 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.112 2017/01/07 00:45:04 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -212,6 +212,7 @@ MAN= \
212 X509_STORE_CTX_get_ex_new_index.3 \ 212 X509_STORE_CTX_get_ex_new_index.3 \
213 X509_STORE_CTX_new.3 \ 213 X509_STORE_CTX_new.3 \
214 X509_STORE_CTX_set_verify_cb.3 \ 214 X509_STORE_CTX_set_verify_cb.3 \
215 X509_STORE_load_locations.3 \
215 X509_STORE_set_verify_cb_func.3 \ 216 X509_STORE_set_verify_cb_func.3 \
216 X509_STORE_set1_param.3 \ 217 X509_STORE_set1_param.3 \
217 X509_VERIFY_PARAM_set_flags.3 \ 218 X509_VERIFY_PARAM_set_flags.3 \