Home | History | Annotate | Download | only in tls

Lines Matching refs:signature

1306 	/* signature AlgorithmIdentifier */
1307 if (x509_parse_algorithm_identifier(pos, end - pos, &cert->signature,
1552 * It is an error if the length in bits of the signature S is
1568 wpa_hexdump(MSG_MSGDUMP, "X509: signature",
1576 * x509_certificate_check_signature - Verify certificate signature
1579 * Returns: 0 if cert has a valid signature that was signed by the issuer,
1594 if (!x509_pkcs_oid(&cert->signature.oid) ||
1595 cert->signature.oid.len != 7 ||
1596 cert->signature.oid.oid[5] != 1 /* pkcs-1 */) {
1597 wpa_printf(MSG_DEBUG, "X509: Unrecognized signature "
1617 wpa_printf(MSG_DEBUG, "X509: Failed to decrypt signature");
1624 wpa_hexdump(MSG_MSGDUMP, "X509: Signature data D", data, data_len);
1678 if (cert->signature.oid.oid[6] !=
1683 cert->signature.oid.oid[6]);
1691 if (cert->signature.oid.oid[6] !=
1696 cert->signature.oid.oid[6]);
1710 if (cert->signature.oid.oid[6] != 4 /* md5WithRSAEncryption */)
1715 cert->signature.oid.oid[6]);
1746 switch (cert->signature.oid.oid[6]) {
1772 wpa_printf(MSG_INFO, "X509: Unsupported certificate signature "
1773 "algorithm (%lu)", cert->signature.oid.oid[6]);
1788 "X509: Extra data after certificate signature hash",
1909 "certificate signature within "
1933 "certificate signature");