Go to file
David Benjamin cc239d3903 Use HMAC_Init_ex, not HMAC_Init, in HMAC.
We've already initialized the context, HMAC_Init has questionable behavior
around NULL keys, and this avoids a size_t truncation.

Change-Id: Iab6bfc24fe22d46ca4c01be6129efe0630d553e6
Reviewed-on: https://boringssl-review.googlesource.com/3732
Reviewed-by: Adam Langley <agl@google.com>
2015-03-02 23:15:20 +00:00
crypto Use HMAC_Init_ex, not HMAC_Init, in HMAC. 2015-03-02 23:15:20 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Add support for reading PKCS#7 data from PEM files. 2015-02-27 21:02:38 +00:00
ssl Test that we reject RSA ServerKeyExchange more thoroughly. 2015-02-26 21:26:37 +00:00
tool Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
util Drop in prebuilt versions of Windows files. 2015-03-02 23:03:38 +00:00
.clang-format Inital import. 2014-06-20 13:17:32 -07:00
.gitignore Add generated documentation to .gitignore 2015-01-26 18:37:55 +00:00
BUILDING Find perl using the CMake's standard FindPerl module. 2015-02-23 19:59:48 +00:00
CMakeLists.txt Bump the -Wshadow cutoff to 4.8 rather than 4.6. 2015-02-28 15:15:01 +00:00
codereview.settings Add a codereview.settings file. 2014-11-18 22:21:33 +00:00
STYLE Style guide tweaks. 2015-02-19 18:33:20 +00:00