summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2023-08-10 16:15:42 +0000
committerschwarze <>2023-08-10 16:15:42 +0000
commitdef07757d64b92d83a58067e1f7e85b74ef9e7c6 (patch)
treea6e54e3eacac6b3784919ea78aff0ce91d3e416b /src
parentb112c0ec4697a4e29bb49c1f6bcec3123dae7873 (diff)
downloadopenbsd-def07757d64b92d83a58067e1f7e85b74ef9e7c6.tar.gz
openbsd-def07757d64b92d83a58067e1f7e85b74ef9e7c6.tar.bz2
openbsd-def07757d64b92d83a58067e1f7e85b74ef9e7c6.zip
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 'src')
-rw-r--r--src/lib/libcrypto/man/X509_STORE_CTX_set_verify.36
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