summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man3/X509_get0_notBefore.3ssl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
commit2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch)
tree65cf431f40b7481d81ae2dfce9576342686448f7 /upstream/debian-unstable/man3/X509_get0_notBefore.3ssl
parentReleasing progress-linux version 4.22.0-1~progress7.99u1. (diff)
downloadmanpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz
manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.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_get0_notBefore.3ssl')
-rw-r--r--upstream/debian-unstable/man3/X509_get0_notBefore.3ssl22
1 files changed, 12 insertions, 10 deletions
diff --git a/upstream/debian-unstable/man3/X509_get0_notBefore.3ssl b/upstream/debian-unstable/man3/X509_get0_notBefore.3ssl
index 5233451d..71ee211a 100644
--- a/upstream/debian-unstable/man3/X509_get0_notBefore.3ssl
+++ b/upstream/debian-unstable/man3/X509_get0_notBefore.3ssl
@@ -55,7 +55,7 @@
.\" ========================================================================
.\"
.IX Title "X509_GET0_NOTBEFORE 3SSL"
-.TH X509_GET0_NOTBEFORE 3SSL 2024-02-03 3.1.5 OpenSSL
+.TH X509_GET0_NOTBEFORE 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
@@ -88,7 +88,7 @@ X509_CRL_set1_nextUpdate \- get or set certificate or CRL dates
.SH DESCRIPTION
.IX Header "DESCRIPTION"
\&\fBX509_get0_notBefore()\fR and \fBX509_get0_notAfter()\fR return the \fBnotBefore\fR
-and \fBnotAfter\fR fields of certificate \fBx\fR respectively. The value
+and \fBnotAfter\fR fields of certificate \fIx\fR respectively. The value
returned is an internal pointer which must not be freed up after
the call.
.PP
@@ -98,20 +98,22 @@ non-constant mutable references to the associated date field of
the certificate.
.PP
\&\fBX509_set1_notBefore()\fR and \fBX509_set1_notAfter()\fR set the \fBnotBefore\fR
-and \fBnotAfter\fR fields of \fBx\fR to \fBtm\fR. Ownership of the passed
-parameter \fBtm\fR is not transferred by these functions so it must
+and \fBnotAfter\fR fields of \fIx\fR to \fItm\fR. Ownership of the passed
+parameter \fItm\fR is not transferred by these functions so it must
be freed up after the call.
.PP
\&\fBX509_CRL_get0_lastUpdate()\fR and \fBX509_CRL_get0_nextUpdate()\fR return the
-\&\fBlastUpdate\fR and \fBnextUpdate\fR fields of \fBcrl\fR. The value
+\&\fBlastUpdate\fR and \fBnextUpdate\fR fields of \fIcrl\fR. The value
returned is an internal pointer which must not be freed up after
-the call. If the \fBnextUpdate\fR field is absent from \fBcrl\fR then
-\&\fBNULL\fR is returned.
+the call. If the \fBnextUpdate\fR field is absent from \fIcrl\fR then
+NULL is returned.
.PP
\&\fBX509_CRL_set1_lastUpdate()\fR and \fBX509_CRL_set1_nextUpdate()\fR set the \fBlastUpdate\fR
-and \fBnextUpdate\fR fields of \fBcrl\fR to \fBtm\fR. Ownership of the passed parameter
-\&\fBtm\fR is not transferred by these functions so it must be freed up after the
+and \fBnextUpdate\fR fields of \fIcrl\fR to \fItm\fR. Ownership of the passed parameter
+\&\fItm\fR is not transferred by these functions so it must be freed up after the
call.
+For \fBX509_CRL_set1_nextUpdate()\fR the \fItm\fR argument may be NULL,
+which implies removal of the optional \fBnextUpdate\fR field.
.SH "RETURN VALUES"
.IX Header "RETURN VALUES"
\&\fBX509_get0_notBefore()\fR, \fBX509_get0_notAfter()\fR and \fBX509_CRL_get0_lastUpdate()\fR
@@ -148,7 +150,7 @@ These functions are available in all versions of OpenSSL.
1.1.0
.SH COPYRIGHT
.IX Header "COPYRIGHT"
-Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2016\-2023 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