Home | History | Annotate | Download | only in tls

Lines Matching refs:x509_certificate

48 struct x509_certificate {
49 struct x509_certificate *next;
89 * The DER format certificate follows struct x509_certificate. These
108 void x509_certificate_free(struct x509_certificate *cert);
109 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len);
112 void x509_certificate_chain_free(struct x509_certificate *cert);
113 int x509_certificate_check_signature(struct x509_certificate *issuer,
114 struct x509_certificate *cert);
115 int x509_certificate_chain_validate(struct x509_certificate *trusted,
116 struct x509_certificate *chain,
118 struct x509_certificate *
119 x509_certificate_get_subject(struct x509_certificate *chain,
121 int x509_certificate_self_signed(struct x509_certificate *cert);