diff options
author | jmc <> | 2016-12-24 08:19:04 +0000 |
---|---|---|
committer | jmc <> | 2016-12-24 08:19:04 +0000 |
commit | d38aea3af37495c4f8f32f6d68e1f458590f658a (patch) | |
tree | ae52f323bc885b79f649531a196a499041c811d0 /src/lib | |
parent | 3eb6ca9f882c91ea812190d853d4f5204bd31810 (diff) | |
download | openbsd-d38aea3af37495c4f8f32f6d68e1f458590f658a.tar.gz openbsd-d38aea3af37495c4f8f32f6d68e1f458590f658a.tar.bz2 openbsd-d38aea3af37495c4f8f32f6d68e1f458590f658a.zip |
minor fixes;
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/PKEY_USAGE_PERIOD_new.3 | 12 |
1 files changed, 6 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 fff35198a9..3200b85fb4 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.1 2016/12/23 23:50:04 schwarze Exp $ | 1 | .\" $OpenBSD: PKEY_USAGE_PERIOD_new.3,v 1.2 2016/12/24 08:19:04 jmc 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 23 2016 $ | 17 | .Dd $Mdocdate: December 24 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 |
@@ -35,7 +35,7 @@ object, representing an ASN.1 PrivateKeyUsagePeriod structure | |||
35 | defined in RFC 3280 section 4.2.1.4. | 35 | defined in RFC 3280 section 4.2.1.4. |
36 | It could be used in | 36 | It could be used in |
37 | .Vt X509 | 37 | .Vt X509 |
38 | certificates to specifiy a validity period for the private key | 38 | certificates to specify a validity period for the private key |
39 | that differed from the validity period of the certificate. | 39 | that differed from the validity period of the certificate. |
40 | .Pp | 40 | .Pp |
41 | .Fn PKEY_USAGE_PERIOD_free | 41 | .Fn PKEY_USAGE_PERIOD_free |
@@ -60,6 +60,6 @@ section 4.2.1.4: Private Key Usage Period | |||
60 | .Pp | 60 | .Pp |
61 | RFC 3280 was obsoleted by RFC 5280, which says: "Section 4.2.1.4 | 61 | RFC 3280 was obsoleted by RFC 5280, which says: "Section 4.2.1.4 |
62 | in RFC 3280, which specified the PrivateKeyUsagePeriod certificate | 62 | in RFC 3280, which specified the PrivateKeyUsagePeriod certificate |
63 | extension but deprecated its use, was removed. Use of this ISO | 63 | extension but deprecated its use, was removed. |
64 | standard extension is neither deprecated nor recommended for use | 64 | Use of this ISO standard extension is neither deprecated |
65 | in the Internet PKI." | 65 | nor recommended for use in the Internet PKI." |