boringssl/crypto/rsa
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
..
blinding.c Stop using |ERR_peek_last_error| in RSA blinding. 2015-09-08 23:32:48 +00:00
CMakeLists.txt Move arm_arch.h and fix up lots of include paths. 2015-08-26 01:57:59 +00:00
internal.h Avoid a copy when using RSA_PADDING_NONE. 2015-08-07 23:53:09 +00:00
padding.c Avoid a copy when using RSA_PADDING_NONE. 2015-08-07 23:53:09 +00:00
rsa_asn1.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
rsa_impl.c Avoid a copy when using RSA_PADDING_NONE. 2015-08-07 23:53:09 +00:00
rsa_test.cc Parse RSAPrivateKey with CBS. 2015-07-07 22:50:53 +00:00
rsa.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00