diff options
author | schwarze <> | 2018-03-22 16:06:33 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-22 16:06:33 +0000 |
commit | 84c3174286898ff13a0365705279864b06320097 (patch) | |
tree | d3aa2c462fcc17deb7cc16c2a5a30ca6a29e1868 /src/lib/libcrypto/man/ASN1_STRING_TABLE_add.3 | |
parent | 62540710d193a8120bb7efa8d79a080971b587d3 (diff) | |
download | openbsd-84c3174286898ff13a0365705279864b06320097.tar.gz openbsd-84c3174286898ff13a0365705279864b06320097.tar.bz2 openbsd-84c3174286898ff13a0365705279864b06320097.zip |
crypto HISTORY up to 0.9.5; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/ASN1_STRING_TABLE_add.3')
-rw-r--r-- | src/lib/libcrypto/man/ASN1_STRING_TABLE_add.3 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ASN1_STRING_TABLE_add.3 b/src/lib/libcrypto/man/ASN1_STRING_TABLE_add.3 index 964f7204d0..cf5741e987 100644 --- a/src/lib/libcrypto/man/ASN1_STRING_TABLE_add.3 +++ b/src/lib/libcrypto/man/ASN1_STRING_TABLE_add.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ASN1_STRING_TABLE_add.3,v 1.2 2017/08/20 18:06:42 jmc Exp $ | 1 | .\" $OpenBSD: ASN1_STRING_TABLE_add.3,v 1.3 2018/03/22 16:06:33 schwarze Exp $ |
2 | .\" OpenSSL ASN1_STRING_TABLE_add.pod 7b608d08 Jul 27 01:18:50 2017 +0800 | 2 | .\" OpenSSL ASN1_STRING_TABLE_add.pod 7b608d08 Jul 27 01:18:50 2017 +0800 |
3 | .\" | 3 | .\" |
4 | .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> | 4 | .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> |
@@ -15,7 +15,7 @@ | |||
15 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 15 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 16 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | .\" | 17 | .\" |
18 | .Dd $Mdocdate: August 20 2017 $ | 18 | .Dd $Mdocdate: March 22 2018 $ |
19 | .Dt ASN1_STRING_TABLE_ADD 3 | 19 | .Dt ASN1_STRING_TABLE_ADD 3 |
20 | .Os | 20 | .Os |
21 | .Sh NAME | 21 | .Sh NAME |
@@ -88,5 +88,12 @@ if nothing is found. | |||
88 | .Xr ASN1_OBJECT_new 3 , | 88 | .Xr ASN1_OBJECT_new 3 , |
89 | .Xr ERR_get_error 3 , | 89 | .Xr ERR_get_error 3 , |
90 | .Xr OBJ_nid2obj 3 | 90 | .Xr OBJ_nid2obj 3 |
91 | .Sh HISTORY | ||
92 | .Fn ASN1_STRING_TABLE_add , | ||
93 | .Fn ASN1_STRING_TABLE_get , | ||
94 | and | ||
95 | .Fn ASN1_STRING_TABLE_cleanup | ||
96 | first appeared in OpenSSL 0.9.5 and have been available since | ||
97 | .Ox 2.7 . | ||
91 | .Sh BUGS | 98 | .Sh BUGS |
92 | Most aspects of the semantics considerably differ from OpenSSL. | 99 | Most aspects of the semantics considerably differ from OpenSSL. |