Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/wpa_supplicant/src/tls/
Dx509v3.h48 struct x509_certificate { struct
49 struct x509_certificate *next; argument
50 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 …]