summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509V3_get_d2i.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/X509V3_get_d2i.3')
-rw-r--r--src/lib/libcrypto/man/X509V3_get_d2i.320
1 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/libcrypto/man/X509V3_get_d2i.3 b/src/lib/libcrypto/man/X509V3_get_d2i.3
index cd3bb844b5..b883bde099 100644
--- a/src/lib/libcrypto/man/X509V3_get_d2i.3
+++ b/src/lib/libcrypto/man/X509V3_get_d2i.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: X509V3_get_d2i.3,v 1.1 2016/12/04 20:51:47 schwarze Exp $ 1.\" $OpenBSD: X509V3_get_d2i.3,v 1.2 2016/12/05 16:38:24 jmc Exp $
2.\" OpenSSL 047dd81e Jul 4 23:03:17 2014 +0100 2.\" OpenSSL 047dd81e Jul 4 23:03:17 2014 +0100
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>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: December 4 2016 $ 51.Dd $Mdocdate: December 5 2016 $
52.Dt X509V3_GET_D2I 3 52.Dt X509V3_GET_D2I 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -201,7 +201,7 @@ and
201.Fn X509_add1_ext_i2d 201.Fn X509_add1_ext_i2d
202operate on the extensions of certificate 202operate on the extensions of certificate
203.Fa x , 203.Fa x ,
204they are otherwise identical to 204and are otherwise identical to
205.Fn X509V3_get_d2i 205.Fn X509V3_get_d2i
206and 206and
207.Fn X509V3_add1_i2d 3 . 207.Fn X509V3_add1_i2d 3 .
@@ -211,7 +211,7 @@ and
211.Fn X509_CRL_add1_ext_i2d 211.Fn X509_CRL_add1_ext_i2d
212operate on the extensions of CRL 212operate on the extensions of CRL
213.Fa crl , 213.Fa crl ,
214they are otherwise identical to 214and are otherwise identical to
215.Fn X509V3_get_d2i 215.Fn X509V3_get_d2i
216and 216and
217.Fn X509V3_add1_i2d 3 . 217.Fn X509V3_add1_i2d 3 .
@@ -223,7 +223,7 @@ operate on the extensions of the
223.Vt X509_REVOKED 223.Vt X509_REVOKED
224structure 224structure
225.Fa r 225.Fa r
226(i.e. for CRL entry extensions), they are otherwise identical to 226(i.e. for CRL entry extensions), and are otherwise identical to
227.Fn X509V3_get_d2i 227.Fn X509V3_get_d2i
228and 228and
229.Fn X509V3_add1_i2d 3 . 229.Fn X509V3_add1_i2d 3 .
@@ -265,7 +265,7 @@ No new extension is added.
265.Pp 265.Pp
266If 266If
267.Dv X509V3_ADD_SILENT 267.Dv X509V3_ADD_SILENT
268is ored with 268is OR'd with
269.Fa flags , 269.Fa flags ,
270any error returned will not be added to the error queue. 270any error returned will not be added to the error queue.
271.Pp 271.Pp
@@ -282,7 +282,7 @@ The following sections contain a list of all supported extensions
282including their name and NID. 282including their name and NID.
283.Ss PKIX Certificate Extensions 283.Ss PKIX Certificate Extensions
284The following certificate extensions are defined in PKIX standards such 284The following certificate extensions are defined in PKIX standards such
285as RFC5280. 285as RFC 5280.
286.Bl -column 30n 30n 286.Bl -column 30n 30n
287.It Basic Constraints Ta Dv NID_basic_constraints 287.It Basic Constraints Ta Dv NID_basic_constraints
288.It Key Usage Ta Dv NID_key_usage 288.It Key Usage Ta Dv NID_key_usage
@@ -318,7 +318,7 @@ The following are (largely obsolete) Netscape certificate extensions.
318.It Proxy Certificate Information Ta Dv NID_proxyCertInfo 318.It Proxy Certificate Information Ta Dv NID_proxyCertInfo
319.El 319.El
320.Ss PKIX CRL Extensions 320.Ss PKIX CRL Extensions
321The following are CRL extensions from PKIX standards such as RFC5280. 321The following are CRL extensions from PKIX standards such as RFC 5280.
322.Bl -column 30n 30n 322.Bl -column 30n 30n
323.It CRL Number Ta Dv NID_crl_number 323.It CRL Number Ta Dv NID_crl_number
324.It CRL Distribution Points Ta Dv NID_crl_distribution_points 324.It CRL Distribution Points Ta Dv NID_crl_distribution_points
@@ -329,7 +329,7 @@ The following are CRL extensions from PKIX standards such as RFC5280.
329.El 329.El
330.Pp 330.Pp
331The following are CRL entry extensions from PKIX standards such as 331The following are CRL entry extensions from PKIX standards such as
332RFC5280. 332RFC 5280.
333.Bl -column 30n 30n 333.Bl -column 30n 30n
334.It CRL Reason Code Ta Dv NID_crl_reason 334.It CRL Reason Code Ta Dv NID_crl_reason
335.It Certificate Issuer Ta Dv NID_certificate_issuer 335.It Certificate Issuer Ta Dv NID_certificate_issuer
@@ -345,7 +345,7 @@ RFC5280.
345.It Hold Instruction Code Ta Dv NID_hold_instruction_code 345.It Hold Instruction Code Ta Dv NID_hold_instruction_code
346.El 346.El
347.Ss Certificate Transparency Extensions 347.Ss Certificate Transparency Extensions
348The following extensions are used by certificate transparency, RFC6962 348The following extensions are used by certificate transparency, RFC 6962
349.Bl -column 30n 30n 349.Bl -column 30n 30n
350.It CT Precertificate SCTs Ta Dv NID_ct_precert_scts 350.It CT Precertificate SCTs Ta Dv NID_ct_precert_scts
351.It CT Certificate SCTs Ta Dv NID_ct_cert_scts 351.It CT Certificate SCTs Ta Dv NID_ct_cert_scts