diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-11-17 16:08:33 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-11-17 16:08:33 +0000 |
commit | 575e625eaf18fc2ccb81b4a2f7645fd757e7298c (patch) | |
tree | 1eb1f0945ff503e8321b66d5614195389eea7f32 /lib/libcrypto/man/Makefile | |
parent | 7dbca2256ad89e0c014832ebf844210e5b616c5b (diff) |
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 'lib/libcrypto/man/Makefile')
-rw-r--r-- | lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index 46ca3ba3d4e..830c556849f 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.215 2021/11/15 16:18:36 schwarze Exp $ +# $OpenBSD: Makefile,v 1.216 2021/11/17 16:08:32 schwarze Exp $ .include <bsd.own.mk> @@ -322,6 +322,7 @@ MAN= \ X509_STORE_CTX_get_ex_new_index.3 \ X509_STORE_CTX_new.3 \ X509_STORE_CTX_set_flags.3 \ + X509_STORE_CTX_set_verify.3 \ X509_STORE_CTX_set_verify_cb.3 \ X509_STORE_get_by_subject.3 \ X509_STORE_load_locations.3 \ |