boringssl/crypto/digest
David Benjamin 306ece31bc Fix some malloc failure crashes.
EVP_MD_CTX_copy_ex was implemented with a memcpy, which doesn't work well when
some of the pointers need to be copied, and ssl_verify_cert_chain didn't
account for set_ex_data failing.

Change-Id: Ieb556aeda6ab2e4c810f27012fefb1e65f860023
Reviewed-on: https://boringssl-review.googlesource.com/5911
Reviewed-by: Adam Langley <agl@google.com>
2015-09-18 19:30:09 +00:00
..
CMakeLists.txt Move arm_arch.h and fix up lots of include paths. 2015-08-26 01:57:59 +00:00
digest_test.cc Add |EVP_get_digestbyname|. 2015-06-03 21:34:07 +00:00
digest.c Fix some malloc failure crashes. 2015-09-18 19:30:09 +00:00
digests.c |EVP_get_digestbyname| and |EVP_get_digestbynid|: recognize MD4. 2015-08-18 22:23:44 +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