Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/
H A 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 */
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Dx509.h89 struct X509_crl_info_st { struct
90 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 */