Lines Matching refs:certificate

15 X509_get_proxy_pathlen - retrieve certificate extension data
35 These functions retrieve information related to commonly used certificate extensions.
37 X509_get_pathlen() retrieves the path length extension from a certificate.
41 X509_get_extension_flags() retrieves general information about a certificate,
48 The certificate is an obsolete version 1 certificate.
52 The certificate contains a basic constraints extension.
56 The certificate contains basic constraints and asserts the CA flag.
60 The certificate is a valid proxy certificate.
64 The certificate is self issued (that is subject and issuer names match).
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.
82 The certificate should be rejected.
89 Failed to compute the internal SHA1 hash value of the certificate or CRL.
94 The NID_certificate_policies certificate extension is invalid or
95 inconsistent. The certificate should be rejected.
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
139 certificate issuer of B<x> as a stack of B<GENERAL_NAME> structures or
143 certificate serial number of B<x> as an B<ASN1_INTEGER> or B<NULL> if the
146 X509_set_proxy_flag() marks the certificate with the B<EXFLAG_PROXY> flag.
150 X509_set_proxy_pathlen() sets the proxy certificate path length for the given
151 certificate B<x>. This is for the users who need to mark non-RFC3820 proxy
154 X509_get_proxy_pathlen() returns the proxy certificate path length for the
155 given certificate B<x> if it is a proxy certificate.
182 certificate extension values.
189 certificate is a proxy one and has a path length set, and -1 otherwise.