From 5cc0283faaa330727bf60cb28b60c2683daf00fc Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Thu, 10 Aug 2023 16:15:42 +0000 Subject: 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@ --- src/lib/libcrypto/man/X509_STORE_CTX_set_verify.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') 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 @@ -.\" $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 +.\" Copyright (c) 2023 Job Snijders .\" .\" 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 -- cgit v1.2.3-55-g6feb