summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASN1_STRING_new.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/ASN1_STRING_new.3')
-rw-r--r--src/lib/libcrypto/man/ASN1_STRING_new.324
1 files changed, 14 insertions, 10 deletions
diff --git a/src/lib/libcrypto/man/ASN1_STRING_new.3 b/src/lib/libcrypto/man/ASN1_STRING_new.3
index 2072622706..07093eee51 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.14 2018/03/21 17:57:48 schwarze Exp $ 1.\" $OpenBSD: ASN1_STRING_new.3,v 1.15 2018/03/27 17:35:50 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>
@@ -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: March 21 2018 $ 18.Dd $Mdocdate: March 27 2018 $
19.Dt ASN1_STRING_NEW 3 19.Dt ASN1_STRING_NEW 3
20.Os 20.Os
21.Sh NAME 21.Sh NAME
@@ -207,9 +207,6 @@ if an error occurs.
207.Xr d2i_ASN1_OCTET_STRING 3 , 207.Xr d2i_ASN1_OCTET_STRING 3 ,
208.Xr ERR_get_error 3 208.Xr ERR_get_error 3
209.Sh HISTORY 209.Sh HISTORY
210.Fn ASN1_STRING_new ,
211.Fn ASN1_STRING_type_new ,
212.Fn ASN1_STRING_free ,
213.Fn ASN1_OCTET_STRING_new , 210.Fn ASN1_OCTET_STRING_new ,
214.Fn ASN1_OCTET_STRING_free , 211.Fn ASN1_OCTET_STRING_free ,
215.Fn ASN1_BIT_STRING_new , 212.Fn ASN1_BIT_STRING_new ,
@@ -218,10 +215,6 @@ if an error occurs.
218.Fn ASN1_INTEGER_free , 215.Fn ASN1_INTEGER_free ,
219.Fn ASN1_IA5STRING_new , 216.Fn ASN1_IA5STRING_new ,
220.Fn ASN1_IA5STRING_free , 217.Fn ASN1_IA5STRING_free ,
221.Fn ASN1_UNIVERSALSTRING_new ,
222.Fn ASN1_UNIVERSALSTRING_free ,
223.Fn ASN1_GENERALSTRING_new ,
224.Fn ASN1_GENERALSTRING_free ,
225.Fn ASN1_T61STRING_new , 218.Fn ASN1_T61STRING_new ,
226.Fn ASN1_T61STRING_free , 219.Fn ASN1_T61STRING_free ,
227.Fn ASN1_PRINTABLESTRING_new , 220.Fn ASN1_PRINTABLESTRING_new ,
@@ -231,7 +224,18 @@ if an error occurs.
231.Fn ASN1_UTCTIME_new , 224.Fn ASN1_UTCTIME_new ,
232and 225and
233.Fn ASN1_UTCTIME_free 226.Fn ASN1_UTCTIME_free
234appeared in SSLeay 0.8.1b or earlier. 227first appeared in SSLeay 0.5.1.
228.Fn ASN1_STRING_new ,
229.Fn ASN1_STRING_type_new ,
230and
231.Fn ASN1_STRING_free
232first appeared in SSLeay 0.6.5.
233.Fn ASN1_UNIVERSALSTRING_new ,
234.Fn ASN1_UNIVERSALSTRING_free ,
235.Fn ASN1_GENERALSTRING_new ,
236and
237.Fn ASN1_GENERALSTRING_free
238first appeared in SSLeay 0.8.0.
235.Fn ASN1_BMPSTRING_new , 239.Fn ASN1_BMPSTRING_new ,
236.Fn ASN1_BMPSTRING_free , 240.Fn ASN1_BMPSTRING_free ,
237.Fn ASN1_GENERALIZEDTIME_new , 241.Fn ASN1_GENERALIZEDTIME_new ,