summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2016-11-10 15:08:13 +0000
committerjmc <>2016-11-10 15:08:13 +0000
commitaf363730973a40f21fcd7f4e483f6f93f882e29a (patch)
tree431a3cad43675f9ec4e070b05e189b426e77967a
parent5199e08cc76e76ab6fe76ac808a659b4caa9f7e0 (diff)
downloadopenbsd-af363730973a40f21fcd7f4e483f6f93f882e29a.tar.gz
openbsd-af363730973a40f21fcd7f4e483f6f93f882e29a.tar.bz2
openbsd-af363730973a40f21fcd7f4e483f6f93f882e29a.zip
minor cleanup;
-rw-r--r--src/lib/libcrypto/man/ASN1_TIME_set.312
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/ASN1_TIME_set.3 b/src/lib/libcrypto/man/ASN1_TIME_set.3
index 784b98944d..830fa39242 100644
--- a/src/lib/libcrypto/man/ASN1_TIME_set.3
+++ b/src/lib/libcrypto/man/ASN1_TIME_set.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ASN1_TIME_set.3,v 1.1 2016/11/10 14:42:21 schwarze Exp $ 1.\" $OpenBSD: ASN1_TIME_set.3,v 1.2 2016/11/10 15:08:13 jmc Exp $
2.\" OpenSSL 99d63d46 Mon Jun 6 00:43:05 2016 -0400 2.\" OpenSSL 99d63d46 Mon Jun 6 00:43:05 2016 -0400
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson. 4.\" This file was written by Dr. Stephen Henson.
@@ -54,8 +54,8 @@
54.Sh NAME 54.Sh NAME
55.Nm ASN1_TIME_set , 55.Nm ASN1_TIME_set ,
56.Nm ASN1_TIME_adj , 56.Nm ASN1_TIME_adj ,
57.Nm ASN1_TIME_check ,
58.Nm ASN1_TIME_set_string , 57.Nm ASN1_TIME_set_string ,
58.Nm ASN1_TIME_check ,
59.Nm ASN1_TIME_print 59.Nm ASN1_TIME_print
60.Nd ASN.1 Time functions 60.Nd ASN.1 Time functions
61.Sh SYNOPSIS 61.Sh SYNOPSIS
@@ -167,9 +167,9 @@ The
167.Vt ASN1_TIME 167.Vt ASN1_TIME
168structure corresponds to the ASN.1 structure 168structure corresponds to the ASN.1 structure
169.Sy Time 169.Sy Time
170defined in RFC5280 et al. 170defined in RFC 5280 et al.
171The time setting functions obey the rules outlined in RFC5280: if the 171The time setting functions obey the rules outlined in RFC 5280: if the
172date can be represented by UTCTime it is used, else GeneralizedTime is 172date can be represented by UTCTime it is used, otherwise GeneralizedTime is
173used. 173used.
174.Pp 174.Pp
175The 175The
@@ -243,4 +243,4 @@ value.
243.Fn ASN1_TIME_print 243.Fn ASN1_TIME_print
244currently does not print out the time zone: it either prints out "GMT" 244currently does not print out the time zone: it either prints out "GMT"
245or nothing. 245or nothing.
246But all certificates complying with RFC5280 et al use GMT anyway. 246But all certificates complying with RFC 5280 et al use GMT anyway.