Lines Matching refs:extension

15 X509_get_proxy_pathlen - retrieve certificate extension data
37 X509_get_pathlen() retrieves the path length extension from a certificate.
38 This extension is used to limit the length of a cert chain that may be
52 The certificate contains a basic constraints extension.
68 The subject and issuer names match and extension values imply it is self
73 The freshest CRL extension is present in the certificate.
77 The certificate contains an unhandled critical extension.
81 Some certificate extension values are invalid or inconsistent.
94 The NID_certificate_policies certificate extension is invalid or
102 The certificate contains a key usage extension. The value can be retrieved
107 The certificate contains an extended key usage extension. The value can be
112 X509_get_key_usage() returns the value of the key usage extension. If key
121 extension. If extended key usage is present it will return zero or more of the
131 identifier of B<x> as an B<ASN1_OCTET_STRING> or B<NULL> if the extension
135 identifier of B<x> as an B<ASN1_OCTET_STRING> or B<NULL> if the extension
140 B<NULL> if the extension is not present or cannot be parsed.
144 extension is not present or cannot be parsed.
159 The value of the flags correspond to extension values which are cached
161 information an application should examine extension values directly
164 If the key usage or extended key usage extension is absent then typically usage
167 extension is absent. Applications can additionally check the return value of
168 X509_get_extension_flags() and take appropriate action is an extension is
171 If X509_get0_subject_key_id() returns B<NULL> then the extension may be
177 X509_get_pathlen() returns the path length value, or -1 if the extension
182 certificate extension values.
185 pointer to an B<ASN1_OCTET_STRING> structure or B<NULL> if the extension