Go to file
Adam Langley 06fa67c8d3 Stop using |ERR_peek_last_error| in RSA blinding.
History has shown there are bugs in not setting the error code
appropriately, which makes any decision making based on
|ERR_peek_last_error|, etc. suspect. Also, this call was interfering
with the link-time optimizer's ability to discard the implementations of
many functions in crypto/err during dead code elimination.

Change-Id: Iba9e553bf0a72a1370ceb17ff275f5a20fca31ec
Reviewed-on: https://boringssl-review.googlesource.com/5748
Reviewed-by: Adam Langley <agl@google.com>
2015-09-08 23:32:48 +00:00
crypto Stop using |ERR_peek_last_error| in RSA blinding. 2015-09-08 23:32:48 +00:00
decrepit Move arm_arch.h and fix up lots of include paths. 2015-08-26 01:57:59 +00:00
include/openssl Stop using |ERR_peek_last_error| in RSA blinding. 2015-09-08 23:32:48 +00:00
ssl Wait for CertificateStatus message to verify certificate. 2015-09-08 19:04:43 +00:00
tool Check fread's return value in tool/server.cc. 2015-08-28 22:47:26 +00:00
util Markdown-ify BUILDING. 2015-09-03 18:38:21 +00:00
.clang-format Inital import. 2014-06-20 13:17:32 -07:00
.gitignore Fix documentation generation on Windows. 2015-08-19 00:45:42 +00:00
BUILDING.md Markdown-ify BUILDING. 2015-09-03 18:38:21 +00:00
CMakeLists.txt Allow compilation for armv6 2015-06-02 18:16:13 +00:00
codereview.settings Add a codereview.settings file. 2014-11-18 22:21:33 +00:00
LICENSE Note that some files carry in Intel license. 2015-07-28 00:55:32 +00:00
PORTING.md Fix a typo in PORTING.md and mention one more renego restriction. 2015-09-03 18:37:14 +00:00
STYLE.md Markdown-ify STYLE. 2015-09-03 18:37:39 +00:00