boringssl/crypto/digest
Adam Langley faa539f877 Remove static output buffers for hash & HMAC functions.
These static output buffers are a legacy from a time before processes
had threads. This change drops support and callers who were depending on
this (of which there are hopefully none) will crash.

Change-Id: I7b8eb3440def507f92543e55465f821dfa02c7da
Reviewed-on: https://boringssl-review.googlesource.com/14528
Commit-Queue: Adam Langley <agl@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2017-04-02 17:53:17 +00:00
..
CMakeLists.txt Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
digest_test.cc Remove static output buffers for hash & HMAC functions. 2017-04-02 17:53:17 +00:00
digest.c Work around language and compiler bug in memcpy, etc. 2016-12-21 20:34:47 +00:00
digests.c Decouple PKCS#12 hash lookup from the OID table. 2017-03-25 21:22:50 +00:00
internal.h Decouple PKCS#12 hash lookup from the OID table. 2017-03-25 21:22:50 +00:00
md32_common.h Work around language and compiler bug in memcpy, etc. 2016-12-21 20:34:47 +00:00