summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man3/X509_STORE_get0_param.3ssl
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/debian-unstable/man3/X509_STORE_get0_param.3ssl')
-rw-r--r--upstream/debian-unstable/man3/X509_STORE_get0_param.3ssl15
1 files changed, 7 insertions, 8 deletions
diff --git a/upstream/debian-unstable/man3/X509_STORE_get0_param.3ssl b/upstream/debian-unstable/man3/X509_STORE_get0_param.3ssl
index c03250ff..259ab101 100644
--- a/upstream/debian-unstable/man3/X509_STORE_get0_param.3ssl
+++ b/upstream/debian-unstable/man3/X509_STORE_get0_param.3ssl
@@ -55,7 +55,7 @@
.\" ========================================================================
.\"
.IX Title "X509_STORE_GET0_PARAM 3SSL"
-.TH X509_STORE_GET0_PARAM 3SSL 2024-02-03 3.1.5 OpenSSL
+.TH X509_STORE_GET0_PARAM 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
@@ -69,18 +69,17 @@ X509_STORE_get0_objects, X509_STORE_get1_all_certs
.Vb 1
\& #include <openssl/x509_vfy.h>
\&
-\& X509_VERIFY_PARAM *X509_STORE_get0_param(const X509_STORE *ctx);
-\& int X509_STORE_set1_param(X509_STORE *ctx, const X509_VERIFY_PARAM *pm);
-\& STACK_OF(X509_OBJECT) *X509_STORE_get0_objects(const X509_STORE *ctx);
-\& STACK_OF(X509) *X509_STORE_get1_all_certs(X509_STORE *st);
+\& X509_VERIFY_PARAM *X509_STORE_get0_param(const X509_STORE *xs);
+\& int X509_STORE_set1_param(X509_STORE *xs, const X509_VERIFY_PARAM *pm);
+\& STACK_OF(X509_OBJECT) *X509_STORE_get0_objects(const X509_STORE *xs);
+\& STACK_OF(X509) *X509_STORE_get1_all_certs(X509_STORE *xs);
.Ve
.SH DESCRIPTION
.IX Header "DESCRIPTION"
-\&\fBX509_STORE_set1_param()\fR sets the verification parameters
-to \fBpm\fR for \fBctx\fR.
+\&\fBX509_STORE_set1_param()\fR sets the verification parameters to \fIpm\fR for \fIxs\fR.
.PP
\&\fBX509_STORE_get0_param()\fR retrieves an internal pointer to the verification
-parameters for \fBctx\fR. The returned pointer must not be freed by the
+parameters for \fIxs\fR. The returned pointer must not be freed by the
calling application
.PP
\&\fBX509_STORE_get0_objects()\fR retrieves an internal pointer to the store's