boringssl/crypto/evp
David Benjamin 65ee9b7ce9 Remove EVP_PKEY_HMAC.
This removes EVP_PKEY_HMAC and all the support code around it. EVP_MD requires
a lot of extra glue to support HMAC. This lets us prune it all away.

As a bonus, it removes a (minor) dependency from EVP to the legacy ASN.1 stack.

Change-Id: I5a9e3e39f518429828dbf13d14647fb37d9dc35a
Reviewed-on: https://boringssl-review.googlesource.com/5120
Reviewed-by: Adam Langley <agl@google.com>
2015-06-25 00:03:02 +00:00
..
algorithm.c
asn1.c Remove unnecessary NULL checks, part 3. 2015-05-04 23:12:04 +00:00
CMakeLists.txt Remove EVP_PKEY_HMAC. 2015-06-25 00:03:02 +00:00
digestsign.c Remove EVP_PKEY_HMAC. 2015-06-25 00:03:02 +00:00
evp_ctx.c Remove EVP_PKEY_HMAC. 2015-06-25 00:03:02 +00:00
evp_extra_test.cc Rename evp_test to evp_extra_test. 2015-05-11 21:35:00 +00:00
evp_test.cc Remove EVP_PKEY_HMAC. 2015-06-25 00:03:02 +00:00
evp_tests.txt Add evp_test, loosely based on upstream's version. 2015-05-11 21:44:36 +00:00
evp.c Remove EVP_PKEY_HMAC. 2015-06-25 00:03:02 +00:00
internal.h Remove EVP_PKEY_HMAC. 2015-06-25 00:03:02 +00:00
p_dsa_asn1.c dsa_pub_encode: Write out DSA parameters (p, q, g) in addition to key. 2015-06-22 23:58:26 +00:00
p_ec_asn1.c Don't report |ERR_R_MALLOC_FAILURE| on failure of |EC_KEY_new_by_curve_name|. 2015-05-09 00:05:30 +00:00
p_ec.c Remove EVP_PKEY_HMAC. 2015-06-25 00:03:02 +00:00
p_rsa_asn1.c Multi-prime RSA support. 2015-06-05 18:39:44 +00:00
p_rsa.c Remove EVP_PKEY_HMAC. 2015-06-25 00:03:02 +00:00
pbkdf_test.cc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 2015-04-13 20:23:29 +00:00
pbkdf.c
sign.c