summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjmc <>2016-12-24 08:19:04 +0000
committerjmc <>2016-12-24 08:19:04 +0000
commitd38aea3af37495c4f8f32f6d68e1f458590f658a (patch)
treeae52f323bc885b79f649531a196a499041c811d0 /src/lib
parent3eb6ca9f882c91ea812190d853d4f5204bd31810 (diff)
downloadopenbsd-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.312
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
35defined in RFC 3280 section 4.2.1.4. 35defined in RFC 3280 section 4.2.1.4.
36It could be used in 36It could be used in
37.Vt X509 37.Vt X509
38certificates to specifiy a validity period for the private key 38certificates to specify a validity period for the private key
39that differed from the validity period of the certificate. 39that 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
61RFC 3280 was obsoleted by RFC 5280, which says: "Section 4.2.1.4 61RFC 3280 was obsoleted by RFC 5280, which says: "Section 4.2.1.4
62in RFC 3280, which specified the PrivateKeyUsagePeriod certificate 62in RFC 3280, which specified the PrivateKeyUsagePeriod certificate
63extension but deprecated its use, was removed. Use of this ISO 63extension but deprecated its use, was removed.
64standard extension is neither deprecated nor recommended for use 64Use of this ISO standard extension is neither deprecated
65in the Internet PKI." 65nor recommended for use in the Internet PKI."