diff options
author | schwarze <> | 2021-11-17 16:08:32 +0000 |
---|---|---|
committer | schwarze <> | 2021-11-17 16:08:32 +0000 |
commit | 8c1761a51aa50ec3f12696927791681f5d155db6 (patch) | |
tree | b482c5bb492a64e0f9db616bf3b40910b8ce4eff /src/lib/libcrypto/man/X509_STORE_CTX_set_flags.3 | |
parent | 1e3c032a54098351c348cfd0269ea0030e6454eb (diff) | |
download | openbsd-8c1761a51aa50ec3f12696927791681f5d155db6.tar.gz openbsd-8c1761a51aa50ec3f12696927791681f5d155db6.tar.bz2 openbsd-8c1761a51aa50ec3f12696927791681f5d155db6.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/X509_STORE_CTX_set_flags.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_STORE_CTX_set_flags.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/X509_STORE_CTX_set_flags.3 b/src/lib/libcrypto/man/X509_STORE_CTX_set_flags.3 index 4307a3ae98..2ac76951fa 100644 --- a/src/lib/libcrypto/man/X509_STORE_CTX_set_flags.3 +++ b/src/lib/libcrypto/man/X509_STORE_CTX_set_flags.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_STORE_CTX_set_flags.3,v 1.5 2021/10/18 18:20:39 schwarze Exp $ | 1 | .\" $OpenBSD: X509_STORE_CTX_set_flags.3,v 1.6 2021/11/17 16:08:32 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL aae41f8c Jun 25 09:47:15 2015 +0100 | 2 | .\" full merge up to: OpenSSL aae41f8c Jun 25 09:47:15 2015 +0100 |
3 | .\" selective merge up to: OpenSSL 24a535ea Sep 22 13:14:20 2020 +0100 | 3 | .\" selective merge up to: OpenSSL 24a535ea Sep 22 13:14:20 2020 +0100 |
4 | .\" | 4 | .\" |
@@ -67,7 +67,7 @@ | |||
67 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 67 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
68 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 68 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
69 | .\" | 69 | .\" |
70 | .Dd $Mdocdate: October 18 2021 $ | 70 | .Dd $Mdocdate: November 17 2021 $ |
71 | .Dt X509_STORE_CTX_SET_FLAGS 3 | 71 | .Dt X509_STORE_CTX_SET_FLAGS 3 |
72 | .Os | 72 | .Os |
73 | .Sh NAME | 73 | .Sh NAME |
@@ -392,8 +392,11 @@ The other functions provide no diagnostics. | |||
392 | .Sh SEE ALSO | 392 | .Sh SEE ALSO |
393 | .Xr X509_STORE_CTX_get_error 3 , | 393 | .Xr X509_STORE_CTX_get_error 3 , |
394 | .Xr X509_STORE_CTX_new 3 , | 394 | .Xr X509_STORE_CTX_new 3 , |
395 | .Xr X509_STORE_CTX_set_verify 3 , | ||
396 | .Xr X509_STORE_CTX_set_verify_cb 3 , | ||
395 | .Xr X509_STORE_new 3 , | 397 | .Xr X509_STORE_new 3 , |
396 | .Xr X509_STORE_set1_param 3 , | 398 | .Xr X509_STORE_set1_param 3 , |
399 | .Xr X509_STORE_set_verify_cb 3 , | ||
397 | .Xr X509_verify_cert 3 , | 400 | .Xr X509_verify_cert 3 , |
398 | .Xr X509_VERIFY_PARAM_new 3 , | 401 | .Xr X509_VERIFY_PARAM_new 3 , |
399 | .Xr X509_VERIFY_PARAM_set_flags 3 | 402 | .Xr X509_VERIFY_PARAM_set_flags 3 |