Searched defs:x509_certificate (Results 1 – 1 of 1) sorted by relevance
48 struct x509_certificate { struct49 struct x509_certificate *next; argument50 enum { X509_CERT_V1 = 0, X509_CERT_V2 = 1, X509_CERT_V3 = 2 } version;51 unsigned long serial_number;52 struct x509_algorithm_identifier signature;53 struct x509_name issuer;54 struct x509_name subject;55 os_time_t not_before;56 os_time_t not_after;57 struct x509_algorithm_identifier public_key_alg;[all …]