summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509_STORE_CTX_new.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/X509_STORE_CTX_new.3')
-rw-r--r--src/lib/libcrypto/man/X509_STORE_CTX_new.39
1 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/X509_STORE_CTX_new.3 b/src/lib/libcrypto/man/X509_STORE_CTX_new.3
index f285045194..d1aca9527b 100644
--- a/src/lib/libcrypto/man/X509_STORE_CTX_new.3
+++ b/src/lib/libcrypto/man/X509_STORE_CTX_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_STORE_CTX_new.3,v 1.24 2021/08/02 16:21:11 schwarze Exp $ 1.\" $OpenBSD: X509_STORE_CTX_new.3,v 1.25 2021/10/18 18:20:39 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: August 2 2021 $ 70.Dd $Mdocdate: October 18 2021 $
71.Dt X509_STORE_CTX_NEW 3 71.Dt X509_STORE_CTX_NEW 3
72.Os 72.Os
73.Sh NAME 73.Sh NAME
@@ -182,6 +182,10 @@ not freeing them before
182.Fn X509_STORE_CTX_free 182.Fn X509_STORE_CTX_free
183is called on 183is called on
184.Fa ctx . 184.Fa ctx .
185If a
186.Fa store
187is provided, the verification parameters contained in it are copied using
188.Xr X509_VERIFY_PARAM_inherit 3 .
185.Pp 189.Pp
186.Fn X509_STORE_CTX_cleanup 190.Fn X509_STORE_CTX_cleanup
187internally cleans up 191internally cleans up
@@ -323,6 +327,7 @@ if no set of additional certificates was provided.
323.Xr X509_STORE_new 3 , 327.Xr X509_STORE_new 3 ,
324.Xr X509_STORE_set1_param 3 , 328.Xr X509_STORE_set1_param 3 ,
325.Xr X509_verify_cert 3 , 329.Xr X509_verify_cert 3 ,
330.Xr X509_VERIFY_PARAM_inherit 3 ,
326.Xr X509_VERIFY_PARAM_set_flags 3 331.Xr X509_VERIFY_PARAM_set_flags 3
327.Sh HISTORY 332.Sh HISTORY
328.Fn X509_STORE_CTX_init , 333.Fn X509_STORE_CTX_init ,