summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASN1_STRING_print_ex.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-22 16:06:33 +0000
committerschwarze <>2018-03-22 16:06:33 +0000
commit84c3174286898ff13a0365705279864b06320097 (patch)
treed3aa2c462fcc17deb7cc16c2a5a30ca6a29e1868 /src/lib/libcrypto/man/ASN1_STRING_print_ex.3
parent62540710d193a8120bb7efa8d79a080971b587d3 (diff)
downloadopenbsd-84c3174286898ff13a0365705279864b06320097.tar.gz
openbsd-84c3174286898ff13a0365705279864b06320097.tar.bz2
openbsd-84c3174286898ff13a0365705279864b06320097.zip
crypto HISTORY up to 0.9.5; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/ASN1_STRING_print_ex.3')
-rw-r--r--src/lib/libcrypto/man/ASN1_STRING_print_ex.38
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ASN1_STRING_print_ex.3 b/src/lib/libcrypto/man/ASN1_STRING_print_ex.3
index cea69c8081..0667bc08e5 100644
--- a/src/lib/libcrypto/man/ASN1_STRING_print_ex.3
+++ b/src/lib/libcrypto/man/ASN1_STRING_print_ex.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ASN1_STRING_print_ex.3,v 1.10 2018/03/20 18:35:13 schwarze Exp $ 1.\" $OpenBSD: ASN1_STRING_print_ex.3,v 1.11 2018/03/22 16:06:33 schwarze Exp $
2.\" full merge up to: OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400 2.\" full merge up to: OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400
3.\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 3.\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800
4.\" 4.\"
@@ -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 20 2018 $ 53.Dd $Mdocdate: March 22 2018 $
54.Dt ASN1_STRING_PRINT_EX 3 54.Dt ASN1_STRING_PRINT_EX 3
55.Os 55.Os
56.Sh NAME 56.Sh NAME
@@ -225,3 +225,7 @@ returns a static string.
225.Fn ASN1_STRING_print 225.Fn ASN1_STRING_print
226appeared in SSLeay 0.8.1b or earlier and has been available since 226appeared in SSLeay 0.8.1b or earlier and has been available since
227.Ox 2.4 . 227.Ox 2.4 .
228.Pp
229.Fn ASN1_tag2str
230first appeared in OpenSSL 0.9.5 and has been available since
231.Ox 2.7 .