summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2021-11-17 16:08:32 +0000
committerschwarze <>2021-11-17 16:08:32 +0000
commit7ce336f768d966ed1a12c5deea188d46a1cfa41a (patch)
treeb482c5bb492a64e0f9db616bf3b40910b8ce4eff /src/lib/libcrypto/man/Makefile
parentaca8d09722f1816c1cdf3c2be764cd3d80db6f98 (diff)
downloadopenbsd-7ce336f768d966ed1a12c5deea188d46a1cfa41a.tar.gz
openbsd-7ce336f768d966ed1a12c5deea188d46a1cfa41a.tar.bz2
openbsd-7ce336f768d966ed1a12c5deea188d46a1cfa41a.zip
In x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb@ provided
X509_STORE_CTX_set_verify(3) and X509_STORE_CTX_get_verify(3). Document them. In the next bump, tb@ will also provide X509_STORE_CTX_verify_fn(3) and X509_STORE_set_verify(3) and restore X509_STORE_set_verify_func(3) to working order. For efficiency of documentation work, already document those three, too, but keep the text temporariy .if'ed out until they become available. Delete X509_STORE_set_verify_func(3) from X509_STORE_set_verify_cb_func(3) because it was misplaced in that page: it is not related to the verification callback. tb@ agrees with the general direction.
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 46ca3ba3d4..830c556849 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.215 2021/11/15 16:18:36 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.216 2021/11/17 16:08:32 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -322,6 +322,7 @@ MAN= \
322 X509_STORE_CTX_get_ex_new_index.3 \ 322 X509_STORE_CTX_get_ex_new_index.3 \
323 X509_STORE_CTX_new.3 \ 323 X509_STORE_CTX_new.3 \
324 X509_STORE_CTX_set_flags.3 \ 324 X509_STORE_CTX_set_flags.3 \
325 X509_STORE_CTX_set_verify.3 \
325 X509_STORE_CTX_set_verify_cb.3 \ 326 X509_STORE_CTX_set_verify_cb.3 \
326 X509_STORE_get_by_subject.3 \ 327 X509_STORE_get_by_subject.3 \
327 X509_STORE_load_locations.3 \ 328 X509_STORE_load_locations.3 \