boringssl/crypto/digest
David Benjamin a5eee1c7f3 Decouple EVP_get_digestbyobj from the giant OID table.
libcrypto can now be split in two, with everything that depends on
crypto/asn1 in a separate library. That said, Chromium still needs
crypto/pkcs8 to be implemented with CBS/CBB first. (Also libssl and
anything which uses X509* directly.)

BUG=54

Change-Id: Iec976ae637209882408457e94a1eb2465bce8d56
Reviewed-on: https://boringssl-review.googlesource.com/13059
Reviewed-by: Adam Langley <alangley@gmail.com>
Commit-Queue: Adam Langley <alangley@gmail.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2017-01-10 23:45:00 +00:00
..
CMakeLists.txt
digest_test.cc Don't accept signature OIDs in EVP_get_digestby{nid,obj}. 2017-01-05 23:30:48 +00:00
digest.c Work around language and compiler bug in memcpy, etc. 2016-12-21 20:34:47 +00:00
digests.c Decouple EVP_get_digestbyobj from the giant OID table. 2017-01-10 23:45:00 +00:00
internal.h
md32_common.h Work around language and compiler bug in memcpy, etc. 2016-12-21 20:34:47 +00:00