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/archlinux/man3/X509_STORE_CTX_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/archlinux/man3/X509_STORE_CTX_new.3ssl')
-rw-r--r-- | upstream/archlinux/man3/X509_STORE_CTX_new.3ssl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/upstream/archlinux/man3/X509_STORE_CTX_new.3ssl b/upstream/archlinux/man3/X509_STORE_CTX_new.3ssl index 197da0d8..9dd6e3d7 100644 --- a/upstream/archlinux/man3/X509_STORE_CTX_new.3ssl +++ b/upstream/archlinux/man3/X509_STORE_CTX_new.3ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "X509_STORE_CTX_NEW 3ssl" -.TH X509_STORE_CTX_NEW 3ssl 2024-01-30 3.2.1 OpenSSL +.TH X509_STORE_CTX_NEW 3ssl 2024-04-28 3.3.0 OpenSSL .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -142,7 +142,9 @@ is no longer valid. If \fIctx\fR is NULL nothing is done. .PP \&\fBX509_STORE_CTX_init()\fR sets up \fIctx\fR for a subsequent verification operation. -It must be called before each call to \fBX509_verify_cert\fR\|(3) or +.PP +\&\fBX509_STORE_CTX_init()\fR initializes the internal state and resources of the +X509_STORE_CTX, and must be called before each call to \fBX509_verify_cert\fR\|(3) or \&\fBX509_STORE_CTX_verify\fR\|(3), i.e., a context is only good for one verification. If you want to verify a further certificate or chain with the same \fIctx\fR then you must call \fBX509_STORE_CTX_init()\fR again. @@ -368,7 +370,7 @@ The \fBX509_STORE_CTX_init_rpk()\fR, \fBX509_STORE_CTX_get0_rpk()\fR, and There is no need to call \fBX509_STORE_CTX_cleanup()\fR explicitly since OpenSSL 3.0. .SH COPYRIGHT .IX Header "COPYRIGHT" -Copyright 2009\-2023 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2009\-2024 The OpenSSL Project Authors. All Rights Reserved. .PP Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |