Lines Matching full:extensions
42 X509V3_get_d2i() looks for an extension with OID I<nid> in the extensions
63 X509_get_ext_d2i() and X509_add1_ext_i2d() operate on the extensions of
67 X509_CRL_get_ext_d2i() and X509_CRL_add1_ext_i2d() operate on the extensions
72 extensions of B<X509_REVOKED> structure I<r> (i.e for CRL entry extensions).
76 X509_REVOKED_get0_extensions() return a STACK of all the extensions
117 =head1 SUPPORTED EXTENSIONS
119 The following sections contain a list of all supported extensions
122 =head2 PKIX Certificate Extensions
124 The following certificate extensions are defined in PKIX standards such as
151 =head2 Netscape Certificate Extensions
153 The following are (largely obsolete) Netscape certificate extensions.
164 =head2 Miscellaneous Certificate Extensions
169 =head2 PKIX CRL Extensions
171 The following are CRL extensions from PKIX standards such as RFC5280.
180 The following are CRL entry extensions from PKIX standards such as RFC5280.
185 =head2 OCSP Extensions
195 =head2 Certificate Transparency Extensions
197 The following extensions are used by certificate transparency, RFC6962
216 X509_REVOKED_get0_extensions() return a stack of extensions. They return
217 NULL if no extensions are present.