diff options
author | schwarze <> | 2018-03-23 23:18:17 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-23 23:18:17 +0000 |
commit | b368393a562c8eb79808430b84470d02b0728608 (patch) | |
tree | ce00f94e47d15a430216876717307f890042478d /src/lib/libcrypto/man/ASN1_time_parse.3 | |
parent | 63e9d88f582426b455dd6cbe0be4f91c65d29251 (diff) | |
download | openbsd-b368393a562c8eb79808430b84470d02b0728608.tar.gz openbsd-b368393a562c8eb79808430b84470d02b0728608.tar.bz2 openbsd-b368393a562c8eb79808430b84470d02b0728608.zip |
finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes
Diffstat (limited to 'src/lib/libcrypto/man/ASN1_time_parse.3')
-rw-r--r-- | src/lib/libcrypto/man/ASN1_time_parse.3 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ASN1_time_parse.3 b/src/lib/libcrypto/man/ASN1_time_parse.3 index 62acf48f6e..8604e18123 100644 --- a/src/lib/libcrypto/man/ASN1_time_parse.3 +++ b/src/lib/libcrypto/man/ASN1_time_parse.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ASN1_time_parse.3,v 1.6 2018/02/15 09:28:59 schwarze Exp $ | 1 | .\" $OpenBSD: ASN1_time_parse.3,v 1.7 2018/03/23 23:18:17 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2016 Bob Beck <beck@openbsd.org> | 3 | .\" Copyright (c) 2016 Bob Beck <beck@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: February 15 2018 $ | 17 | .Dd $Mdocdate: March 23 2018 $ |
18 | .Dt ASN1_TIME_PARSE 3 | 18 | .Dt ASN1_TIME_PARSE 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -125,3 +125,13 @@ returns a pointer to an | |||
125 | structure or | 125 | structure or |
126 | .Dv NULL | 126 | .Dv NULL |
127 | if an error occurred. | 127 | if an error occurred. |
128 | .Sh HISTORY | ||
129 | .Fn ASN1_time_parse | ||
130 | and | ||
131 | .Fn ASN1_time_tm_cmp | ||
132 | first appeared in | ||
133 | .Ox 6.1 | ||
134 | and | ||
135 | .Fn ASN1_TIME_set_tm | ||
136 | in | ||
137 | .Ox 6.2 . | ||