summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2017-08-20 15:44:22 +0000
committerschwarze <>2017-08-20 15:44:22 +0000
commitf4e6aef61d0a10511f864f6d7fe108870a647703 (patch)
treeb4c9b9a32562b2279c6fa1dae680be5cad72b50f
parentc849cacaf3e4e7503bb3ec36f07226b480c22a03 (diff)
downloadopenbsd-f4e6aef61d0a10511f864f6d7fe108870a647703.tar.gz
openbsd-f4e6aef61d0a10511f864f6d7fe108870a647703.tar.bz2
openbsd-f4e6aef61d0a10511f864f6d7fe108870a647703.zip
clarify deprecation notice;
from Rich Salz, OpenSSL commit a95d7574, July 2, 2017
-rw-r--r--src/lib/libcrypto/man/ASN1_STRING_print_ex.313
1 files changed, 7 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/ASN1_STRING_print_ex.3 b/src/lib/libcrypto/man/ASN1_STRING_print_ex.3
index 811708d968..74ddc9703c 100644
--- a/src/lib/libcrypto/man/ASN1_STRING_print_ex.3
+++ b/src/lib/libcrypto/man/ASN1_STRING_print_ex.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: ASN1_STRING_print_ex.3,v 1.7 2017/03/25 16:30:10 schwarze Exp $ 1.\" $OpenBSD: ASN1_STRING_print_ex.3,v 1.8 2017/08/20 15:44:22 schwarze Exp $
2.\" OpenSSL 9e183d22 Sat Mar 11 08:56:44 2017 -0500 2.\" OpenSSL ASN1_STRING_print_ex.pod a95d7574 Jul 2 12:16:38 2017 -0400
3.\" OpenSSL bb9ad09e Mon Jun 6 00:43:05 2016 -0400 3.\" OpenSSL ASN1_STRING_print_ex.pod bb9ad09e Jun 6 00:43:05 2016 -0400
4.\" 4.\"
5.\" This file was written by Dr. Stephen Henson. 5.\" This file was written by Dr. Stephen Henson.
6.\" Copyright (c) 2002, 2004, 2007, 2013, 2016, 2017 The OpenSSL Project. 6.\" Copyright (c) 2002, 2004, 2007, 2013, 2016, 2017 The OpenSSL Project.
@@ -50,7 +50,7 @@
50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
51.\" OF THE POSSIBILITY OF SUCH DAMAGE. 51.\" OF THE POSSIBILITY OF SUCH DAMAGE.
52.\" 52.\"
53.Dd $Mdocdate: March 25 2017 $ 53.Dd $Mdocdate: August 20 2017 $
54.Dt ASN1_STRING_PRINT_EX 3 54.Dt ASN1_STRING_PRINT_EX 3
55.Os 55.Os
56.Sh NAME 56.Sh NAME
@@ -117,8 +117,9 @@ returns a human-readable name of the specified ASN.1
117.Fa tag . 117.Fa tag .
118.Pp 118.Pp
119.Fn ASN1_STRING_print 119.Fn ASN1_STRING_print
120is a legacy function which should be avoided in new 120is a deprecated function which should be avoided; use
121applications. 121.Fn ASN1_STRING_print_ex
122instead.
122.Pp 123.Pp
123Although there are a large number of options, 124Although there are a large number of options,
124.Dv ASN1_STRFLGS_RFC2253 125.Dv ASN1_STRFLGS_RFC2253