boringssl/crypto/digest
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
..
CMakeLists.txt Add malloc test support to unit tests. 2015-05-21 17:59:48 +00:00
digest_test.cc Add |EVP_get_digestbyname|. 2015-06-03 21:34:07 +00:00
digest.c Remove EVP_PKEY_HMAC. 2015-06-25 00:03:02 +00:00
digests.c Explicitly cast |CHECK| result to |void| to avoid compiler complaint. 2015-06-05 18:48:02 +00:00
internal.h Remove EVP_PKEY_HMAC. 2015-06-25 00:03:02 +00:00
md32_common.h Fix integer types in low-level hash functions. 2015-06-01 22:12:21 +00:00