Home
last modified time | relevance | path

Searched defs:X509_crl_info_st (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/include/crypto/
Dx509.h78 struct X509_crl_info_st { struct
79 ASN1_INTEGER *version; /* version: defaults to v1(0) so may be NULL */
80 X509_ALGOR sig_alg; /* signature algorithm */
81 X509_NAME *issuer; /* CRL issuer name */
82 ASN1_TIME *lastUpdate; /* lastUpdate field */
83 ASN1_TIME *nextUpdate; /* nextUpdate field: optional */
86 ASN1_ENCODING enc; /* encoding of signed portion of CRL */
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1770 class X509_crl_info_st(Structure): class