Home | History | Annotate | Download | only in tls

Lines Matching defs:x509_certificate

54 struct x509_certificate {
55 struct x509_certificate *next;
95 * The DER format certificate follows struct x509_certificate. These
114 void x509_certificate_free(struct x509_certificate *cert);
115 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len);
118 void x509_certificate_chain_free(struct x509_certificate *cert);
119 int x509_certificate_check_signature(struct x509_certificate *issuer,
120 struct x509_certificate *cert);
121 int x509_certificate_chain_validate(struct x509_certificate *trusted,
122 struct x509_certificate *chain,
124 struct x509_certificate *
125 x509_certificate_get_subject(struct x509_certificate *chain,
127 int x509_certificate_self_signed(struct x509_certificate *cert);