diff options
author | schwarze <> | 2021-10-18 18:20:39 +0000 |
---|---|---|
committer | schwarze <> | 2021-10-18 18:20:39 +0000 |
commit | b10ebae868aef1c440b25ac6fa4e131a42f6da6e (patch) | |
tree | c8fb3611b138c9bfed34c13692549bbc868cc063 /src/lib/libcrypto/man/X509_STORE_CTX_set_flags.3 | |
parent | c20556b36f9b080fd212baf56e6df9a9644e9310 (diff) | |
download | openbsd-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.3 | 6 |
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 | |||
286 | This uses the function | 286 | This uses the function |
287 | .Xr X509_VERIFY_PARAM_lookup 3 | 287 | .Xr X509_VERIFY_PARAM_lookup 3 |
288 | to find an appropriate set of parameters from | 288 | to find an appropriate set of parameters from |
289 | .Fa name . | 289 | .Fa name |
290 | and 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 |
292 | returns 1 if the | 294 | returns 1 if the |