diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
commit | 932e4432596447eb9331cc2a2bb74a26a35b4efc (patch) | |
tree | 95161711ea07fd64f0c82d6e7943024c033dd5a8 /upstream/debian-unstable/man3/X509_LOOKUP_meth_new.3ssl | |
parent | Adding debian version 4.22.0-1. (diff) | |
download | manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man3/X509_LOOKUP_meth_new.3ssl')
-rw-r--r-- | upstream/debian-unstable/man3/X509_LOOKUP_meth_new.3ssl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/upstream/debian-unstable/man3/X509_LOOKUP_meth_new.3ssl b/upstream/debian-unstable/man3/X509_LOOKUP_meth_new.3ssl index 40979463..1c5a0d4b 100644 --- a/upstream/debian-unstable/man3/X509_LOOKUP_meth_new.3ssl +++ b/upstream/debian-unstable/man3/X509_LOOKUP_meth_new.3ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "X509_LOOKUP_METH_NEW 3SSL" -.TH X509_LOOKUP_METH_NEW 3SSL 2024-02-03 3.1.5 OpenSSL +.TH X509_LOOKUP_METH_NEW 3SSL 2024-04-04 3.2.2-dev OpenSSL .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -207,7 +207,7 @@ object. .PP Implementations must add objects they find to the \fBX509_STORE\fR object using \fBX509_STORE_add_cert()\fR or \fBX509_STORE_add_crl()\fR. This increments -its reference count. However, the \fBX509_STORE_CTX_get_by_subject()\fR +its reference count. However, the \fBX509_STORE_CTX_get_by_subject\fR\|(3) function also increases the reference count which leads to one too many references being held. Therefore, applications should additionally call \fBX509_free()\fR or \fBX509_CRL_free()\fR to decrement the @@ -234,6 +234,7 @@ The \fBX509_LOOKUP_meth_get\fR functions return the corresponding function pointers. .SH "SEE ALSO" .IX Header "SEE ALSO" +\&\fBX509_STORE_CTX_get_by_subject\fR\|(3), \&\fBX509_STORE_new\fR\|(3), \fBSSL_CTX_set_cert_store\fR\|(3) .SH HISTORY .IX Header "HISTORY" |