Home | History | Annotate | Download | only in tls

Lines Matching defs:trust

1845 	struct x509_certificate *cert, *trust;
1916 for (trust = trusted; trust; trust = trust->next) {
1917 if (x509_name_compare(&cert->issuer, &trust->subject)
1922 if (trust) {
1925 if (x509_valid_issuer(trust) < 0) {
1930 if (x509_certificate_check_signature(trust, cert) < 0)