aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto/man/man3/X509_LOOKUP.3
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libcrypto/man/man3/X509_LOOKUP.3')
-rw-r--r--secure/lib/libcrypto/man/man3/X509_LOOKUP.315
1 files changed, 9 insertions, 6 deletions
diff --git a/secure/lib/libcrypto/man/man3/X509_LOOKUP.3 b/secure/lib/libcrypto/man/man3/X509_LOOKUP.3
index 7fe9bfac1042..1d7cbc7d23b2 100644
--- a/secure/lib/libcrypto/man/man3/X509_LOOKUP.3
+++ b/secure/lib/libcrypto/man/man3/X509_LOOKUP.3
@@ -1,5 +1,5 @@
.\" -*- mode: troff; coding: utf-8 -*-
-.\" Automatically generated by Pod::Man 5.0102 (Pod::Simple 3.45)
+.\" Automatically generated by Pod::Man v6.0.2 (Pod::Simple 3.45)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -52,10 +52,13 @@
. \}
.\}
.rr rF
+.\"
+.\" Required to disable full justification in groff 1.23.0.
+.if n .ds AD l
.\" ========================================================================
.\"
.IX Title "X509_LOOKUP 3ossl"
-.TH X509_LOOKUP 3ossl 2025-09-30 3.5.4 OpenSSL
+.TH X509_LOOKUP 3ossl 2026-04-07 3.5.6 OpenSSL
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -182,7 +185,7 @@ certificates and CRLs are loaded on demand into the associated
This can only be used with a lookup using the implementation
\&\fBX509_LOOKUP_hash_dir\fR\|(3).
.PP
-\&\fBX509_LOOKUP_add_store_ex()\fR passes a URI for a directory-like structure
+\&\fBX509_LOOKUP_add_store_ex()\fR passes a URI for a directory\-like structure
from which containers with certificates and CRLs are loaded on demand
into the associated \fBX509_STORE\fR. The library context \fIlibctx\fR and property
query \fIpropq\fR are used when fetching algorithms from providers.
@@ -247,9 +250,9 @@ or NULL on error.
0 on error.
.PP
\&\fBX509_LOOKUP_ctrl_ex()\fR and \fBX509_LOOKUP_ctrl()\fR
-return \-1 if the \fBX509_LOOKUP\fR doesn't have an
+return \-1 if the \fBX509_LOOKUP\fR doesn\*(Aqt have an
associated \fBX509_LOOKUP_METHOD\fR, or 1 if the
-doesn't have a control function.
+doesn\*(Aqt have a control function.
Otherwise, it returns what the control function in the
\&\fBX509_LOOKUP_METHOD\fR returns, which is usually 1 on success and 0 on error
but could also be \-1 on failure.
@@ -268,7 +271,7 @@ but passes NULL for both the libctx and propq.
.PP
\&\fBX509_LOOKUP_by_issuer_serial()\fR, \fBX509_LOOKUP_by_fingerprint()\fR, and
\&\fBX509_LOOKUP_by_alias()\fR all return 0 if there is no \fBX509_LOOKUP_METHOD\fR or that
-method doesn't implement the corresponding function.
+method doesn\*(Aqt implement the corresponding function.
Otherwise, they return what the corresponding function in the
\&\fBX509_LOOKUP_METHOD\fR returns, which is usually 1 on success and 0 in
error.