boringssl/crypto/hmac
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
hmac_test.cc Remove the remaining bssl::Main wrappers. 2016-12-08 00:54:17 +00:00
hmac_tests.txt Remove EVP_PKEY_HMAC. 2015-06-25 00:03:02 +00:00
hmac.c Remove static output buffers for hash & HMAC functions. 2017-04-02 17:53:17 +00:00