diff options
Diffstat (limited to 'src/lib/libcrypto/man/PKEY_USAGE_PERIOD_new.3')
-rw-r--r-- | src/lib/libcrypto/man/PKEY_USAGE_PERIOD_new.3 | 14 |
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 |
32 | allocates and initializes an empty | 32 | allocates and initializes an empty |
33 | .Vt PKEY_USAGE_PERIOD | 33 | .Vt PKEY_USAGE_PERIOD |
34 | object, representing an ASN.1 PrivateKeyUsagePeriod structure | 34 | object, representing an ASN.1 |
35 | defined in RFC 3280 section 4.2.1.4. | 35 | .Vt PrivateKeyUsagePeriod |
36 | structure defined in RFC 3280 section 4.2.1.4. | ||
36 | It could be used in | 37 | It could be used in |
37 | .Vt X509 | 38 | .Vt X509 |
38 | certificates to specify a validity period for the private key | 39 | certificates to specify a validity period for the private key |
@@ -59,7 +60,8 @@ Certificate Revocation List (CRL) Profile, | |||
59 | section 4.2.1.4: Private Key Usage Period | 60 | section 4.2.1.4: Private Key Usage Period |
60 | .Pp | 61 | .Pp |
61 | RFC 3280 was obsoleted by RFC 5280, which says: "Section 4.2.1.4 | 62 | RFC 3280 was obsoleted by RFC 5280, which says: "Section 4.2.1.4 |
62 | in RFC 3280, which specified the PrivateKeyUsagePeriod certificate | 63 | in RFC 3280, which specified the |
63 | extension but deprecated its use, was removed. | 64 | .Vt PrivateKeyUsagePeriod |
65 | certificate extension but deprecated its use, was removed. | ||
64 | Use of this ISO standard extension is neither deprecated | 66 | Use of this ISO standard extension is neither deprecated |
65 | nor recommended for use in the Internet PKI." | 67 | nor recommended for use in the Internet PKI." |