diff options
author | schwarze <> | 2018-03-22 17:11:04 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-22 17:11:04 +0000 |
commit | 08539d0ba61ec8adcb140b0b12638d37184389e5 (patch) | |
tree | 1f598973f998eac7d8643a7fd811102d49e1e211 /src/lib/libcrypto/man/ASN1_STRING_length.3 | |
parent | b8c7aab53f927787a0f47ca0881e2cb67e3f8d76 (diff) | |
download | openbsd-08539d0ba61ec8adcb140b0b12638d37184389e5.tar.gz openbsd-08539d0ba61ec8adcb140b0b12638d37184389e5.tar.bz2 openbsd-08539d0ba61ec8adcb140b0b12638d37184389e5.zip |
crypto HISTORY up to 0.9.6; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/ASN1_STRING_length.3')
-rw-r--r-- | src/lib/libcrypto/man/ASN1_STRING_length.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/ASN1_STRING_length.3 b/src/lib/libcrypto/man/ASN1_STRING_length.3 index 0a524f9e42..1ff8f94103 100644 --- a/src/lib/libcrypto/man/ASN1_STRING_length.3 +++ b/src/lib/libcrypto/man/ASN1_STRING_length.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ASN1_STRING_length.3,v 1.11 2018/03/22 16:06:33 schwarze Exp $ | 1 | .\" $OpenBSD: ASN1_STRING_length.3,v 1.12 2018/03/22 17:11:04 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 | 2 | .\" full merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -305,3 +305,7 @@ All these functions have been available since | |||
305 | .Fn ASN1_STRING_length_set | 305 | .Fn ASN1_STRING_length_set |
306 | first appeared in OpenSSL 0.9.5 and has been available since | 306 | first appeared in OpenSSL 0.9.5 and has been available since |
307 | .Ox 2.7 . | 307 | .Ox 2.7 . |
308 | .Pp | ||
309 | .Fn ASN1_STRING_to_UTF8 | ||
310 | first appeared in OpenSSL 0.9.6 and has been available since | ||
311 | .Ox 2.9 . | ||