diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-21 17:57:49 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-21 17:57:49 +0000 |
commit | 10964b94a47e57207c7573394738934b626c7737 (patch) | |
tree | 156399d3076644c9a1fd35222171a613d70eee35 /lib/libcrypto/man/ASN1_STRING_new.3 | |
parent | 0bfc63f98f01f1444801d4f55dc4b50b33dc0b7a (diff) |
crypto HISTORY up to 0.9.3; researched from OpenSSL git
Diffstat (limited to 'lib/libcrypto/man/ASN1_STRING_new.3')
-rw-r--r-- | lib/libcrypto/man/ASN1_STRING_new.3 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/lib/libcrypto/man/ASN1_STRING_new.3 b/lib/libcrypto/man/ASN1_STRING_new.3 index e40c5c721a3..20726227068 100644 --- a/lib/libcrypto/man/ASN1_STRING_new.3 +++ b/lib/libcrypto/man/ASN1_STRING_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ASN1_STRING_new.3,v 1.13 2018/03/21 16:09:51 schwarze Exp $ +.\" $OpenBSD: ASN1_STRING_new.3,v 1.14 2018/03/21 17:57:48 schwarze Exp $ .\" OpenSSL 99d63d46 Tue Mar 24 07:52:24 2015 -0400 .\" .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> @@ -246,7 +246,18 @@ All these functions have been available since .Fn ASN1_TIME_new , and .Fn ASN1_TIME_free -first appeared in OpenSSL 0.9.2b and have been available since +first appeared in OpenSSL 0.9.2b. +.Fn ASN1_UTF8STRING_new , +.Fn ASN1_UTF8STRING_free , +.Fn ASN1_VISIBLESTRING_new , +.Fn ASN1_VISIBLESTRING_free , +.Fn DIRECTORYSTRING_new , +.Fn DIRECTORYSTRING_free , +.Fn DISPLAYTEXT_new , +and +.Fn DISPLAYTEXT_free +first appeared in OpenSSL 0.9.3. +These functions have been available since .Ox 2.6 . .Sh BUGS .Vt ASN1_OCTET_STRING , |