summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/PKEY_USAGE_PERIOD_new.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/PKEY_USAGE_PERIOD_new.3')
-rw-r--r--src/lib/libcrypto/man/PKEY_USAGE_PERIOD_new.314
1 files changed, 8 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/PKEY_USAGE_PERIOD_new.3 b/src/lib/libcrypto/man/PKEY_USAGE_PERIOD_new.3
index 3200b85fb4..888859b1e6 100644
--- a/src/lib/libcrypto/man/PKEY_USAGE_PERIOD_new.3
+++ b/src/lib/libcrypto/man/PKEY_USAGE_PERIOD_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: PKEY_USAGE_PERIOD_new.3,v 1.2 2016/12/24 08:19:04 jmc Exp $ 1.\" $OpenBSD: PKEY_USAGE_PERIOD_new.3,v 1.3 2016/12/25 22:15:10 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: December 24 2016 $ 17.Dd $Mdocdate: December 25 2016 $
18.Dt PKEY_USAGE_PERIOD_NEW 3 18.Dt PKEY_USAGE_PERIOD_NEW 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -31,8 +31,9 @@
31.Fn PKEY_USAGE_PERIOD_new 31.Fn PKEY_USAGE_PERIOD_new
32allocates and initializes an empty 32allocates and initializes an empty
33.Vt PKEY_USAGE_PERIOD 33.Vt PKEY_USAGE_PERIOD
34object, representing an ASN.1 PrivateKeyUsagePeriod structure 34object, representing an ASN.1
35defined in RFC 3280 section 4.2.1.4. 35.Vt PrivateKeyUsagePeriod
36structure defined in RFC 3280 section 4.2.1.4.
36It could be used in 37It could be used in
37.Vt X509 38.Vt X509
38certificates to specify a validity period for the private key 39certificates to specify a validity period for the private key
@@ -59,7 +60,8 @@ Certificate Revocation List (CRL) Profile,
59section 4.2.1.4: Private Key Usage Period 60section 4.2.1.4: Private Key Usage Period
60.Pp 61.Pp
61RFC 3280 was obsoleted by RFC 5280, which says: "Section 4.2.1.4 62RFC 3280 was obsoleted by RFC 5280, which says: "Section 4.2.1.4
62in RFC 3280, which specified the PrivateKeyUsagePeriod certificate 63in RFC 3280, which specified the
63extension but deprecated its use, was removed. 64.Vt PrivateKeyUsagePeriod
65certificate extension but deprecated its use, was removed.
64Use of this ISO standard extension is neither deprecated 66Use of this ISO standard extension is neither deprecated
65nor recommended for use in the Internet PKI." 67nor recommended for use in the Internet PKI."