summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509_new.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-23 23:18:17 +0000
committerschwarze <>2018-03-23 23:18:17 +0000
commitb368393a562c8eb79808430b84470d02b0728608 (patch)
treece00f94e47d15a430216876717307f890042478d /src/lib/libcrypto/man/X509_new.3
parent63e9d88f582426b455dd6cbe0be4f91c65d29251 (diff)
downloadopenbsd-b368393a562c8eb79808430b84470d02b0728608.tar.gz
openbsd-b368393a562c8eb79808430b84470d02b0728608.tar.bz2
openbsd-b368393a562c8eb79808430b84470d02b0728608.zip
finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes
Diffstat (limited to 'src/lib/libcrypto/man/X509_new.3')
-rw-r--r--src/lib/libcrypto/man/X509_new.36
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/X509_new.3 b/src/lib/libcrypto/man/X509_new.3
index afade8fc5b..4bfc430549 100644
--- a/src/lib/libcrypto/man/X509_new.3
+++ b/src/lib/libcrypto/man/X509_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509_new.3,v 1.13 2018/03/23 14:26:40 schwarze Exp $ 1.\" $OpenBSD: X509_new.3,v 1.14 2018/03/23 23:18:17 schwarze Exp $
2.\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -161,6 +161,10 @@ and
161appeared before SSLeay 0.8 and have been available since 161appeared before SSLeay 0.8 and have been available since
162.Ox 2.4 . 162.Ox 2.4 .
163.Pp 163.Pp
164.Fn X509_up_ref
165first appeared in OpenSSL 1.1.0 and has been available since
166.Ox 6.1 .
167.Pp
164.Fn X509_chain_up_ref 168.Fn X509_chain_up_ref
165first appeared in OpenSSL 1.0.2 and has been available since 169first appeared in OpenSSL 1.0.2 and has been available since
166.Ox 6.3 . 170.Ox 6.3 .