summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/d2i_X509.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/d2i_X509.3')
-rw-r--r--src/lib/libcrypto/man/d2i_X509.313
1 files changed, 9 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/d2i_X509.3 b/src/lib/libcrypto/man/d2i_X509.3
index 1ade0a42a8..95f2ef6a4f 100644
--- a/src/lib/libcrypto/man/d2i_X509.3
+++ b/src/lib/libcrypto/man/d2i_X509.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: d2i_X509.3,v 1.6 2016/12/28 03:56:35 schwarze Exp $ 1.\" $OpenBSD: d2i_X509.3,v 1.7 2018/03/21 03:16:08 schwarze Exp $
2.\" OpenSSL 94480b57 Sep 12 23:34:41 2009 +0000 2.\" OpenSSL 94480b57 Sep 12 23:34:41 2009 +0000
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -66,7 +66,7 @@
66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
67.\" OF THE POSSIBILITY OF SUCH DAMAGE. 67.\" OF THE POSSIBILITY OF SUCH DAMAGE.
68.\" 68.\"
69.Dd $Mdocdate: December 28 2016 $ 69.Dd $Mdocdate: March 21 2018 $
70.Dt D2I_X509 3 70.Dt D2I_X509 3
71.Os 71.Os
72.Sh NAME 72.Sh NAME
@@ -275,6 +275,11 @@ Certificate Revocation List (CRL) Profile
275.Fn d2i_X509_bio , 275.Fn d2i_X509_bio ,
276.Fn d2i_X509_fp , 276.Fn d2i_X509_fp ,
277.Fn i2d_X509_bio , 277.Fn i2d_X509_bio ,
278.Fn i2d_X509_fp ,
279.Fn d2i_X509_CINF ,
280.Fn i2d_X509_CINF ,
281.Fn d2i_X509_VAL ,
278and 282and
279.Fn i2d_X509_fp 283.Fn i2d_X509_VAL
280are available in all versions of SSLeay and OpenSSL. 284appeared before SSLeay 0.8 and have been available since
285.Ox 2.4 .