Searched defs:X509_crl_info_st (Results 1 – 2 of 2) sorted by relevance
78 struct X509_crl_info_st { struct79 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 */
1770 class X509_crl_info_st(Structure): class