diff options
Diffstat (limited to 'src/lib/libcrypto/man/ASN1_STRING_new.3')
-rw-r--r-- | src/lib/libcrypto/man/ASN1_STRING_new.3 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ASN1_STRING_new.3 b/src/lib/libcrypto/man/ASN1_STRING_new.3 index e40c5c721a..2072622706 100644 --- a/src/lib/libcrypto/man/ASN1_STRING_new.3 +++ b/src/lib/libcrypto/man/ASN1_STRING_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ASN1_STRING_new.3,v 1.13 2018/03/21 16:09:51 schwarze Exp $ | 1 | .\" $OpenBSD: ASN1_STRING_new.3,v 1.14 2018/03/21 17:57:48 schwarze Exp $ |
2 | .\" OpenSSL 99d63d46 Tue Mar 24 07:52:24 2015 -0400 | 2 | .\" OpenSSL 99d63d46 Tue Mar 24 07:52:24 2015 -0400 |
3 | .\" | 3 | .\" |
4 | .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> | 4 | .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> |
@@ -246,7 +246,18 @@ All these functions have been available since | |||
246 | .Fn ASN1_TIME_new , | 246 | .Fn ASN1_TIME_new , |
247 | and | 247 | and |
248 | .Fn ASN1_TIME_free | 248 | .Fn ASN1_TIME_free |
249 | first appeared in OpenSSL 0.9.2b and have been available since | 249 | first appeared in OpenSSL 0.9.2b. |
250 | .Fn ASN1_UTF8STRING_new , | ||
251 | .Fn ASN1_UTF8STRING_free , | ||
252 | .Fn ASN1_VISIBLESTRING_new , | ||
253 | .Fn ASN1_VISIBLESTRING_free , | ||
254 | .Fn DIRECTORYSTRING_new , | ||
255 | .Fn DIRECTORYSTRING_free , | ||
256 | .Fn DISPLAYTEXT_new , | ||
257 | and | ||
258 | .Fn DISPLAYTEXT_free | ||
259 | first appeared in OpenSSL 0.9.3. | ||
260 | These functions have been available since | ||
250 | .Ox 2.6 . | 261 | .Ox 2.6 . |
251 | .Sh BUGS | 262 | .Sh BUGS |
252 | .Vt ASN1_OCTET_STRING , | 263 | .Vt ASN1_OCTET_STRING , |