summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2017-08-20 15:44:23 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2017-08-20 15:44:23 +0000
commitbb5741d9b1448db947b74bd77af2ca894b262f33 (patch)
treefab6f8664b4c239f2a6d38ac3a5b87f5268d773a /lib/libcrypto
parent31c026117dace6794c1d41ba1dc9f28d960289b0 (diff)
clarify deprecation notice;
from Rich Salz, OpenSSL commit a95d7574, July 2, 2017
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/man/ASN1_STRING_print_ex.313
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/libcrypto/man/ASN1_STRING_print_ex.3 b/lib/libcrypto/man/ASN1_STRING_print_ex.3
index 811708d9684..74ddc9703cb 100644
--- a/lib/libcrypto/man/ASN1_STRING_print_ex.3
+++ b/lib/libcrypto/man/ASN1_STRING_print_ex.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: ASN1_STRING_print_ex.3,v 1.7 2017/03/25 16:30:10 schwarze Exp $
-.\" OpenSSL 9e183d22 Sat Mar 11 08:56:44 2017 -0500
-.\" OpenSSL bb9ad09e Mon Jun 6 00:43:05 2016 -0400
+.\" $OpenBSD: ASN1_STRING_print_ex.3,v 1.8 2017/08/20 15:44:22 schwarze Exp $
+.\" OpenSSL ASN1_STRING_print_ex.pod a95d7574 Jul 2 12:16:38 2017 -0400
+.\" OpenSSL ASN1_STRING_print_ex.pod bb9ad09e Jun 6 00:43:05 2016 -0400
.\"
.\" This file was written by Dr. Stephen Henson.
.\" Copyright (c) 2002, 2004, 2007, 2013, 2016, 2017 The OpenSSL Project.
@@ -50,7 +50,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 25 2017 $
+.Dd $Mdocdate: August 20 2017 $
.Dt ASN1_STRING_PRINT_EX 3
.Os
.Sh NAME
@@ -117,8 +117,9 @@ returns a human-readable name of the specified ASN.1
.Fa tag .
.Pp
.Fn ASN1_STRING_print
-is a legacy function which should be avoided in new
-applications.
+is a deprecated function which should be avoided; use
+.Fn ASN1_STRING_print_ex
+instead.
.Pp
Although there are a large number of options,
.Dv ASN1_STRFLGS_RFC2253