summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509_STORE_CTX_set_flags.3
diff options
context:
space:
mode:
authorschwarze <>2021-10-18 18:20:39 +0000
committerschwarze <>2021-10-18 18:20:39 +0000
commitb10ebae868aef1c440b25ac6fa4e131a42f6da6e (patch)
treec8fb3611b138c9bfed34c13692549bbc868cc063 /src/lib/libcrypto/man/X509_STORE_CTX_set_flags.3
parentc20556b36f9b080fd212baf56e6df9a9644e9310 (diff)
downloadopenbsd-b10ebae868aef1c440b25ac6fa4e131a42f6da6e.tar.gz
openbsd-b10ebae868aef1c440b25ac6fa4e131a42f6da6e.tar.bz2
openbsd-b10ebae868aef1c440b25ac6fa4e131a42f6da6e.zip
document X509_VERIFY_PARAM_inherit(3) and X509_VERIFY_PARAM_set1(3)
Diffstat (limited to 'src/lib/libcrypto/man/X509_STORE_CTX_set_flags.3')
-rw-r--r--src/lib/libcrypto/man/X509_STORE_CTX_set_flags.36
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/X509_STORE_CTX_set_flags.3 b/src/lib/libcrypto/man/X509_STORE_CTX_set_flags.3
index bf78fc78ef..4307a3ae98 100644
--- a/src/lib/libcrypto/man/X509_STORE_CTX_set_flags.3
+++ b/src/lib/libcrypto/man/X509_STORE_CTX_set_flags.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_STORE_CTX_set_flags.3,v 1.4 2021/10/18 14:46:37 schwarze Exp $ 1.\" $OpenBSD: X509_STORE_CTX_set_flags.3,v 1.5 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.\"
@@ -286,7 +286,9 @@ looks up and sets the default verification method to
286This uses the function 286This uses the function
287.Xr X509_VERIFY_PARAM_lookup 3 287.Xr X509_VERIFY_PARAM_lookup 3
288to find an appropriate set of parameters from 288to find an appropriate set of parameters from
289.Fa name . 289.Fa name
290and copies them using
291.Xr X509_VERIFY_PARAM_inherit 3 .
290.Sh RETURN VALUES 292.Sh RETURN VALUES
291.Fn X509_STORE_CTX_set_trust 293.Fn X509_STORE_CTX_set_trust
292returns 1 if the 294returns 1 if the