diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2023-08-10 16:15:43 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2023-08-10 16:15:43 +0000 |
commit | 194ef2231b9a6ef4c5888518fef971c8ad50dce5 (patch) | |
tree | 1afcc5664da114f7f3a63a2456073fe10b826db8 /lib | |
parent | d83ff0745be372ea396f658690e3787fe7ba8164 (diff) |
Add the missing ".Nm X509_STORE_CTX_check_issued_fn" to the NAME section
such that `man X509_STORE_CTX_check_issued_fn` works.
While here, add a Copyright notice for Job Snijders because
he added a significant amount of text to this file in March 2023.
OK job@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/X509_STORE_CTX_set_verify.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcrypto/man/X509_STORE_CTX_set_verify.3 b/lib/libcrypto/man/X509_STORE_CTX_set_verify.3 index b2febbde2d2..2c0bd692a08 100644 --- a/lib/libcrypto/man/X509_STORE_CTX_set_verify.3 +++ b/lib/libcrypto/man/X509_STORE_CTX_set_verify.3 @@ -1,6 +1,7 @@ -.\" $OpenBSD: X509_STORE_CTX_set_verify.3,v 1.6 2023/03/18 08:20:20 jsg Exp $ +.\" $OpenBSD: X509_STORE_CTX_set_verify.3,v 1.7 2023/08/10 16:15:42 schwarze Exp $ .\" .\" Copyright (c) 2021, 2022 Ingo Schwarze <schwarze@openbsd.org> +.\" Copyright (c) 2023 Job Snijders <job@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -14,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 18 2023 $ +.Dd $Mdocdate: August 10 2023 $ .Dt X509_STORE_CTX_SET_VERIFY 3 .Os .Sh NAME @@ -24,6 +25,7 @@ .Nm X509_STORE_set_verify , .Nm X509_STORE_set_verify_func , .Nm X509_STORE_get_verify , +.Nm X509_STORE_CTX_check_issued_fn , .Nm X509_STORE_set_check_issued , .Nm X509_STORE_get_check_issued , .Nm X509_STORE_CTX_get_check_issued |