diff options
| author | tb <> | 2026-08-29 05:52:03 +0000 |
|---|---|---|
| committer | tb <> | 2026-08-29 05:52:03 +0000 |
| commit | bbc8543585ccca52019848187753bc023c28b7ac (patch) | |
| tree | 5f98b26849d8c64ca7ecdc5639cb40706ad91b4c /src | |
| parent | c2b41b2fdcfd4ba238da69ff7b5976aa1c4e2dbb (diff) | |
| download | openbsd-bbc8543585ccca52019848187753bc023c28b7ac.tar.gz openbsd-bbc8543585ccca52019848187753bc023c28b7ac.tar.bz2 openbsd-bbc8543585ccca52019848187753bc023c28b7ac.zip | |
X509_STORE_CTX_get_error: validate chain -> validated chain (of certificates)
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/man/X509_STORE_CTX_get_error.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3 b/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3 index 5eb2bfe8cb..3daf861254 100644 --- a/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3 +++ b/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: X509_STORE_CTX_get_error.3,v 1.29 2025/06/08 22:40:30 schwarze Exp $ | 1 | .\" $OpenBSD: X509_STORE_CTX_get_error.3,v 1.30 2026/08/29 05:52:03 tb Exp $ |
| 2 | .\" full merge up to: | 2 | .\" full merge up to: |
| 3 | .\" OpenSSL man3/X509_STORE_CTX_get_error 24a535ea Sep 22 13:14:20 2020 +0100 | 3 | .\" OpenSSL man3/X509_STORE_CTX_get_error 24a535ea Sep 22 13:14:20 2020 +0100 |
| 4 | .\" OpenSSL man3/X509_STORE_CTX_new 24a535ea Sep 22 13:14:20 2020 +0100 | 4 | .\" OpenSSL man3/X509_STORE_CTX_new 24a535ea Sep 22 13:14:20 2020 +0100 |
| @@ -68,7 +68,7 @@ | |||
| 68 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 68 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 69 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 69 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 70 | .\" | 70 | .\" |
| 71 | .Dd $Mdocdate: June 8 2025 $ | 71 | .Dd $Mdocdate: August 29 2026 $ |
| 72 | .Dt X509_STORE_CTX_GET_ERROR 3 | 72 | .Dt X509_STORE_CTX_GET_ERROR 3 |
| 73 | .Os | 73 | .Os |
| 74 | .Sh NAME | 74 | .Sh NAME |
| @@ -241,7 +241,7 @@ validation of a related CRL issuer certificate, and if the latter, | |||
| 241 | what the target certificate is. | 241 | what the target certificate is. |
| 242 | .Pp | 242 | .Pp |
| 243 | .Fn X509_STORE_CTX_get0_chain | 243 | .Fn X509_STORE_CTX_get0_chain |
| 244 | returns an internal pointer to a complete validate chain | 244 | returns an internal pointer to a complete validated chain of certificates |
| 245 | if a previous call to | 245 | if a previous call to |
| 246 | .Xr X509_verify_cert 3 | 246 | .Xr X509_verify_cert 3 |
| 247 | was successful. | 247 | was successful. |
| @@ -259,7 +259,7 @@ When it is no longer needed, it should be freed using | |||
| 259 | .Fn sk_X509_pop_free chain X509_free . | 259 | .Fn sk_X509_pop_free chain X509_free . |
| 260 | .Pp | 260 | .Pp |
| 261 | .Fn X509_STORE_CTX_set0_verified_chain | 261 | .Fn X509_STORE_CTX_set0_verified_chain |
| 262 | frees the validate chain generated by if a previous call to | 262 | frees the validated chain generated by if a previous call to |
| 263 | .Xr X509_verify_cert 3 , | 263 | .Xr X509_verify_cert 3 , |
| 264 | if any, and replaces it with the given | 264 | if any, and replaces it with the given |
| 265 | .Fa chain . | 265 | .Fa chain . |
