boringssl/crypto/rsa
Brian Smith 34749f47da Remove unnecessary assignment of |e| in |rsa_setup_blinding|.
After its initial assignment, |e| is immediately reassigned another
value and so the initial assignment from |BN_CTX_get| is useless. If
that were not the case, then the |BN_free(e)| at the end of the
function would be very bad.

Change-Id: Id63a172073501c8ac157db9188a22f55ee36b205
Reviewed-on: https://boringssl-review.googlesource.com/6951
Reviewed-by: David Benjamin <davidben@google.com>
2016-01-23 17:08:23 +00:00
..
blinding.c Remove unnecessary assignment of |e| in |rsa_setup_blinding|. 2016-01-23 17:08:23 +00:00
CMakeLists.txt Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
internal.h Constify more BN_MONT_CTX parameters. 2015-11-06 20:04:36 +00:00
padding.c Simplify RSA key exchange padding check. 2015-12-22 00:10:14 +00:00
rsa_asn1.c Refuse to parse RSA pubkeys with invalid exponents. 2015-12-21 23:49:02 +00:00
rsa_impl.c Fix bits vs. bytes confusion in RSA encryption. 2016-01-13 22:28:54 +00:00
rsa_test.cc Refuse to parse RSA pubkeys with invalid exponents. 2015-12-21 23:49:02 +00:00
rsa.c Remove the CRYPTO_EX_new callback. 2015-12-15 21:29:46 +00:00