summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/X509V3_get_d2i.3
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2018-02-24 21:39:30 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2018-02-24 21:39:30 +0000
commit7ba731c35167741cccbca93a37fadf32d4a41b31 (patch)
treeb4c4be1222b9d998c83aeaae576a867fce82e124 /lib/libcrypto/man/X509V3_get_d2i.3
parentbd3992022292aac5ebced3ded1acb20e3a7234e2 (diff)
In x509.h rev. 1.33 2018/02/22 16:47:50, jsing@ provided
X509_REVOKED_get0_serialNumber(3) and X509_REVOKED_get0_revocationDate(3). Merge the documentation from OpenSSL, but put it into X509_REVOKED_new(3) rather than into X509_CRL_get0_by_serial(3) because it fits better there.
Diffstat (limited to 'lib/libcrypto/man/X509V3_get_d2i.3')
-rw-r--r--lib/libcrypto/man/X509V3_get_d2i.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcrypto/man/X509V3_get_d2i.3 b/lib/libcrypto/man/X509V3_get_d2i.3
index f21471b00cc..9192767464d 100644
--- a/lib/libcrypto/man/X509V3_get_d2i.3
+++ b/lib/libcrypto/man/X509V3_get_d2i.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509V3_get_d2i.3,v 1.8 2018/02/24 20:57:49 schwarze Exp $
+.\" $OpenBSD: X509V3_get_d2i.3,v 1.9 2018/02/24 21:39:29 schwarze Exp $
.\" full merge up to: OpenSSL ff7fbfd5 Nov 2 11:52:01 2015 +0000
.\" selective merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
.\"
@@ -403,4 +403,5 @@ if no extensions are present.
.Xr X509_get_pubkey 3 ,
.Xr X509_get_subject_name 3 ,
.Xr X509_get_version 3 ,
-.Xr X509_new 3
+.Xr X509_new 3 ,
+.Xr X509_REVOKED_new 3