Go to file
Brian Smith d6405beb2c Avoid calling BN_CTX_end without BN_CTX_start in ec_wNAF_precompute_mult.
Prior to this change, when EC_GROUP_get0_generator fails, BN_CTX_end
would get called even though BN_CTX_start hadn't been called yet, in
the case where the caller-supplied |ctx| is not NULL.

Change-Id: I6f728e74f0167193891cdb6f122b20b0770283dc
Reviewed-on: https://boringssl-review.googlesource.com/4271
Reviewed-by: Adam Langley <agl@google.com>
2015-04-09 00:29:14 +00:00
crypto Avoid calling BN_CTX_end without BN_CTX_start in ec_wNAF_precompute_mult. 2015-04-09 00:29:14 +00:00
decrepit Add decrepit, initially containing CAST and Blowfish. 2015-04-06 16:58:45 -07:00
doc
include/openssl Remove anonymous cipher suites. 2015-04-08 23:29:07 +00:00
ssl Remove anonymous cipher suites. 2015-04-08 23:29:07 +00:00
tool Define NOMINMAX across the entire project. 2015-04-02 18:38:56 +00:00
util runner and all_tests should exit with failure on failing tests. 2015-04-06 20:49:54 +00:00
.clang-format
.gitignore Add generated documentation to .gitignore 2015-01-26 18:37:55 +00:00
BUILDING Generate error data at build time. 2015-03-06 18:59:25 +00:00
CMakeLists.txt Prune away (almost) all of asn1_mac.h 2015-04-08 20:42:57 +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