summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASN1_STRING_new.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/ASN1_STRING_new.331
1 files changed, 29 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ASN1_STRING_new.3 b/src/lib/libcrypto/man/ASN1_STRING_new.3
index 589fbb120d..485294d3e2 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.10 2017/01/07 23:15:37 schwarze Exp $ 1.\" $OpenBSD: ASN1_STRING_new.3,v 1.11 2018/03/20 18:35:13 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: January 7 2017 $ 18.Dd $Mdocdate: March 20 2018 $
19.Dt ASN1_STRING_NEW 3 19.Dt ASN1_STRING_NEW 3
20.Os 20.Os
21.Sh NAME 21.Sh NAME
@@ -206,6 +206,33 @@ if an error occurs.
206.Xr ASN1_TIME_set 3 , 206.Xr ASN1_TIME_set 3 ,
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
210.Fn ASN1_STRING_new ,
211.Fn ASN1_STRING_type_new ,
212.Fn ASN1_STRING_free ,
213.Fn ASN1_OCTET_STRING_new ,
214.Fn ASN1_OCTET_STRING_free ,
215.Fn ASN1_BIT_STRING_new ,
216.Fn ASN1_BIT_STRING_free ,
217.Fn ASN1_INTEGER_new ,
218.Fn ASN1_INTEGER_free ,
219.Fn ASN1_IA5STRING_new ,
220.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 ,
226.Fn ASN1_T61STRING_free ,
227.Fn ASN1_PRINTABLESTRING_new ,
228.Fn ASN1_PRINTABLESTRING_free ,
229.Fn ASN1_PRINTABLE_new ,
230.Fn ASN1_PRINTABLE_free ,
231.Fn ASN1_UTCTIME_new ,
232and
233.Fn ASN1_UTCTIME_free
234appeared in SSLeay 0.8.1b or earlier and has been available since
235.Ox 2.4 .
209.Sh BUGS 236.Sh BUGS
210.Vt ASN1_OCTET_STRING , 237.Vt ASN1_OCTET_STRING ,
211.Vt ASN1_BIT_STRING , 238.Vt ASN1_BIT_STRING ,