summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/X509_STORE_CTX_get_error.38
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,
241what the target certificate is. 241what the target certificate is.
242.Pp 242.Pp
243.Fn X509_STORE_CTX_get0_chain 243.Fn X509_STORE_CTX_get0_chain
244returns an internal pointer to a complete validate chain 244returns an internal pointer to a complete validated chain of certificates
245if a previous call to 245if a previous call to
246.Xr X509_verify_cert 3 246.Xr X509_verify_cert 3
247was successful. 247was 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
262frees the validate chain generated by if a previous call to 262frees the validated chain generated by if a previous call to
263.Xr X509_verify_cert 3 , 263.Xr X509_verify_cert 3 ,
264if any, and replaces it with the given 264if any, and replaces it with the given
265.Fa chain . 265.Fa chain .