Home
last modified time | relevance | path

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

/linux/crypto/asymmetric_keys/
H A Dx509_parser.h13 struct x509_certificate { struct
14 struct x509_certificate *next; argument
15 struct x509_certificate *signer; /* Certificate that signed this one */ argument
16 struct public_key *pub; /* Public key details */
17 struct public_key_signature *sig; /* Signature parameters */
18 char *issuer; /* Name of certificate issuer */
19 char *subject; /* Name of certificate subject */
20 struct asymmetric_key_id *id; /* Issuer + Serial number */
22 time64_t valid_from;
23 time64_t valid_to;
[all …]