diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/X509_STORE_CTX_set_verify.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/X509_STORE_CTX_set_verify.3 b/src/lib/libcrypto/man/X509_STORE_CTX_set_verify.3 index b2febbde2d..2c0bd692a0 100644 --- a/src/lib/libcrypto/man/X509_STORE_CTX_set_verify.3 +++ b/src/lib/libcrypto/man/X509_STORE_CTX_set_verify.3 | |||
@@ -1,6 +1,7 @@ | |||
1 | .\" $OpenBSD: X509_STORE_CTX_set_verify.3,v 1.6 2023/03/18 08:20:20 jsg Exp $ | 1 | .\" $OpenBSD: X509_STORE_CTX_set_verify.3,v 1.7 2023/08/10 16:15:42 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2021, 2022 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2021, 2022 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" Copyright (c) 2023 Job Snijders <job@openbsd.org> | ||
4 | .\" | 5 | .\" |
5 | .\" Permission to use, copy, modify, and distribute this software for any | 6 | .\" Permission to use, copy, modify, and distribute this software for any |
6 | .\" purpose with or without fee is hereby granted, provided that the above | 7 | .\" purpose with or without fee is hereby granted, provided that the above |
@@ -14,7 +15,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 15 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 16 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 17 | .\" |
17 | .Dd $Mdocdate: March 18 2023 $ | 18 | .Dd $Mdocdate: August 10 2023 $ |
18 | .Dt X509_STORE_CTX_SET_VERIFY 3 | 19 | .Dt X509_STORE_CTX_SET_VERIFY 3 |
19 | .Os | 20 | .Os |
20 | .Sh NAME | 21 | .Sh NAME |
@@ -24,6 +25,7 @@ | |||
24 | .Nm X509_STORE_set_verify , | 25 | .Nm X509_STORE_set_verify , |
25 | .Nm X509_STORE_set_verify_func , | 26 | .Nm X509_STORE_set_verify_func , |
26 | .Nm X509_STORE_get_verify , | 27 | .Nm X509_STORE_get_verify , |
28 | .Nm X509_STORE_CTX_check_issued_fn , | ||
27 | .Nm X509_STORE_set_check_issued , | 29 | .Nm X509_STORE_set_check_issued , |
28 | .Nm X509_STORE_get_check_issued , | 30 | .Nm X509_STORE_get_check_issued , |
29 | .Nm X509_STORE_CTX_get_check_issued | 31 | .Nm X509_STORE_CTX_get_check_issued |