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_get_version.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_get_version.3ssl')
-rw-r--r-- | upstream/debian-unstable/man3/X509_get_version.3ssl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/upstream/debian-unstable/man3/X509_get_version.3ssl b/upstream/debian-unstable/man3/X509_get_version.3ssl index 0e737881..c3144556 100644 --- a/upstream/debian-unstable/man3/X509_get_version.3ssl +++ b/upstream/debian-unstable/man3/X509_get_version.3ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "X509_GET_VERSION 3SSL" -.TH X509_GET_VERSION 3SSL 2024-02-03 3.1.5 OpenSSL +.TH X509_GET_VERSION 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 @@ -81,13 +81,13 @@ certificate request or CRL version .SH DESCRIPTION .IX Header "DESCRIPTION" \&\fBX509_get_version()\fR returns the numerical value of the version field of -certificate \fBx\fR. These correspond to the constants \fBX509_VERSION_1\fR, +certificate \fIx\fR. These correspond to the constants \fBX509_VERSION_1\fR, \&\fBX509_VERSION_2\fR, and \fBX509_VERSION_3\fR. Note: the values of these constants are defined by standards (X.509 et al) to be one less than the certificate version. So \fBX509_VERSION_3\fR has value 2 and \fBX509_VERSION_1\fR has value 0. .PP \&\fBX509_set_version()\fR sets the numerical value of the version field of certificate -\&\fBx\fR to \fBversion\fR. +\&\fIx\fR to \fIversion\fR. .PP Similarly \fBX509_REQ_get_version()\fR, \fBX509_REQ_set_version()\fR, \&\fBX509_CRL_get_version()\fR and \fBX509_CRL_set_version()\fR get and set the version @@ -129,7 +129,7 @@ return 1 for success and 0 for failure. functions in OpenSSL 1.1.0, in previous versions they were macros. .SH COPYRIGHT .IX Header "COPYRIGHT" -Copyright 2015\-2021 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2015\-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 |