boringssl/crypto/evp
David Benjamin 7ed2e82e5a Consistently report an error on ECDSA verification failure.
This is a remnant of the ECDSA code returning a tri-state -1, 0, 1.

Change-Id: I8bd1fcd94e07dbffc650f414ebc19f30236378bd
Reviewed-on: https://boringssl-review.googlesource.com/15667
Reviewed-by: Adam Langley <agl@google.com>
2017-04-28 21:52:27 +00:00
..
CMakeLists.txt Support EVP_PKEY_{sign,verify}_message with Ed25519. 2017-04-05 23:05:14 +00:00
digestsign.c First part of the FIPS module. 2017-04-07 00:05:34 +00:00
evp_asn1.c Implement draft-ietf-curdle-pkix-04's serialization. 2017-04-05 23:02:22 +00:00
evp_ctx.c Support EVP_PKEY_{sign,verify}_message with Ed25519. 2017-04-05 23:05:14 +00:00
evp_extra_test.cc Implement draft-ietf-curdle-pkix-04's serialization. 2017-04-05 23:02:22 +00:00
evp_test.cc Implement draft-ietf-curdle-pkix-04's serialization. 2017-04-05 23:02:22 +00:00
evp_tests.txt Consistently report an error on ECDSA verification failure. 2017-04-28 21:52:27 +00:00
evp.c Implement draft-ietf-curdle-pkix-04's serialization. 2017-04-05 23:02:22 +00:00
internal.h Support EVP_PKEY_{sign,verify}_message with Ed25519. 2017-04-05 23:05:14 +00:00
p_dsa_asn1.c Unwind the rest of EVP_PKEY_supports_digest. 2017-03-30 16:28:25 +00:00
p_ec_asn1.c Unwind the rest of EVP_PKEY_supports_digest. 2017-03-30 16:28:25 +00:00
p_ec.c Support EVP_PKEY_{sign,verify}_message with Ed25519. 2017-04-05 23:05:14 +00:00
p_ed25519_asn1.c Support EVP_PKEY_{sign,verify}_message with Ed25519. 2017-04-05 23:05:14 +00:00
p_ed25519.c Support EVP_PKEY_{sign,verify}_message with Ed25519. 2017-04-05 23:05:14 +00:00
p_rsa_asn1.c Unwind the rest of EVP_PKEY_supports_digest. 2017-03-30 16:28:25 +00:00
p_rsa.c Support EVP_PKEY_{sign,verify}_message with Ed25519. 2017-04-05 23:05:14 +00:00
pbkdf_test.cc Work around language and compiler bug in memcpy, etc. 2016-12-21 20:34:47 +00:00
pbkdf.c Clean up PKCS5_PBKDF2_HMAC. 2017-04-04 18:13:53 +00:00
print.c Unwind multiprime RSA support. 2017-04-12 23:14:57 +00:00
sign.c