Lines Matching full:extensions
48 X509V3_get_d2i() looks for an extension with OID I<nid> in the extensions
69 X509_get_ext_d2i() and X509_add1_ext_i2d() operate on the extensions of
73 X509_ACERT_get_ext_d2i() and X509_ACERT_add1_ext_i2d() operate on the extensions
77 X509_CRL_get_ext_d2i() and X509_CRL_add1_ext_i2d() operate on the extensions
82 extensions of B<X509_REVOKED> structure I<r> (i.e for CRL entry extensions).
87 STACK of all the extensions of a certificate, an attribute certificate,
128 =head1 SUPPORTED EXTENSIONS
130 The following sections contain a list of all supported extensions
133 =head2 PKIX Certificate Extensions
135 The following certificate extensions are defined in PKIX standards such as
162 =head2 Netscape Certificate Extensions
164 The following are (largely obsolete) Netscape certificate extensions.
175 =head2 Miscellaneous Certificate Extensions
180 =head2 PKIX CRL Extensions
182 The following are CRL extensions from PKIX standards such as RFC5280.
191 The following are CRL entry extensions from PKIX standards such as RFC5280.
196 =head2 OCSP Extensions
206 =head2 Certificate Transparency Extensions
208 The following extensions are used by certificate transparency, RFC6962
227 X509_REVOKED_get0_extensions() return a stack of extensions. They return
228 NULL if no extensions are present.