boringssl/crypto/evp
David Benjamin 16c3f06eb0 Convert evp_test to GTest.
This is a fairly shallow conversion because of the somewhat screwy Error
lines in the test which may target random functions like
EVP_PKEY_CTX_set_signature_md. We probably should revise this, perhaps
moving those to normal tests and leaving error codes to the core
operation itself.

BUG=129

Change-Id: I27dcc945058911b2de40cd48466d4e0366813a12
Reviewed-on: https://boringssl-review.googlesource.com/16988
Commit-Queue: David Benjamin <davidben@google.com>
Commit-Queue: Steven Valdez <svaldez@google.com>
Reviewed-by: Steven Valdez <svaldez@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2017-06-08 20:28:12 +00:00
..
CMakeLists.txt Convert evp_test to GTest. 2017-06-08 20:28:12 +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 Convert evp_test to GTest. 2017-06-08 20:28:12 +00:00
evp_tests.txt Add crypto/rsa-level RSA-PSS functions. 2017-05-02 20:30:24 +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 Move ec/ and ecdsa/ into fipsmodule/ 2017-05-04 20:27:23 +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 Add a flag to toggle the buggy RSA parser. 2017-05-10 15:49:33 +00:00
p_rsa.c Move rsa/ to fipsmodule/rsa/ 2017-05-04 21:22:39 +00:00
pbkdf_test.cc Convert various tests to GTest. 2017-05-23 22:34:09 +00:00
pbkdf.c Clean up PKCS5_PBKDF2_HMAC. 2017-04-04 18:13:53 +00:00
print.c Move rsa/ to fipsmodule/rsa/ 2017-05-04 21:22:39 +00:00
sign.c