diff options
author | jmc <> | 2016-11-10 15:08:13 +0000 |
---|---|---|
committer | jmc <> | 2016-11-10 15:08:13 +0000 |
commit | af363730973a40f21fcd7f4e483f6f93f882e29a (patch) | |
tree | 431a3cad43675f9ec4e070b05e189b426e77967a | |
parent | 5199e08cc76e76ab6fe76ac808a659b4caa9f7e0 (diff) | |
download | openbsd-af363730973a40f21fcd7f4e483f6f93f882e29a.tar.gz openbsd-af363730973a40f21fcd7f4e483f6f93f882e29a.tar.bz2 openbsd-af363730973a40f21fcd7f4e483f6f93f882e29a.zip |
minor cleanup;
-rw-r--r-- | src/lib/libcrypto/man/ASN1_TIME_set.3 | 12 |
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 |
168 | structure corresponds to the ASN.1 structure | 168 | structure corresponds to the ASN.1 structure |
169 | .Sy Time | 169 | .Sy Time |
170 | defined in RFC5280 et al. | 170 | defined in RFC 5280 et al. |
171 | The time setting functions obey the rules outlined in RFC5280: if the | 171 | The time setting functions obey the rules outlined in RFC 5280: if the |
172 | date can be represented by UTCTime it is used, else GeneralizedTime is | 172 | date can be represented by UTCTime it is used, otherwise GeneralizedTime is |
173 | used. | 173 | used. |
174 | .Pp | 174 | .Pp |
175 | The | 175 | The |
@@ -243,4 +243,4 @@ value. | |||
243 | .Fn ASN1_TIME_print | 243 | .Fn ASN1_TIME_print |
244 | currently does not print out the time zone: it either prints out "GMT" | 244 | currently does not print out the time zone: it either prints out "GMT" |
245 | or nothing. | 245 | or nothing. |
246 | But all certificates complying with RFC5280 et al use GMT anyway. | 246 | But all certificates complying with RFC 5280 et al use GMT anyway. |