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 */
89 struct X509_crl_info_st { struct90 ASN1_INTEGER *version; /* version: defaults to v1(0) so may be NULL */91 X509_ALGOR sig_alg; /* signature algorithm */92 X509_NAME *issuer; /* CRL issuer name */93 ASN1_TIME *lastUpdate; /* lastUpdate field */94 ASN1_TIME *nextUpdate; /* nextUpdate field: optional */97 ASN1_ENCODING enc; /* encoding of signed portion of CRL */