boringssl/crypto/rsa
David Benjamin 1c703cb0c1 Check for BN_copy failures.
BN_copy can fail on malloc failure. The case in crypto/rsa was causing the
malloc tests in all_tests.go to infinite loop.

Change-Id: Id5900512013fba9960444d78a8c056aa4314fb2d
Reviewed-on: https://boringssl-review.googlesource.com/5110
Reviewed-by: Adam Langley <agl@google.com>
2015-06-15 17:52:40 +00:00
..
blinding.c Remove unnecessary NULL checks, part 4. 2015-05-04 23:13:12 +00:00
CMakeLists.txt Convert rsa_test to C++. 2015-06-08 22:11:20 +00:00
internal.h Multi-prime RSA support. 2015-06-05 18:39:44 +00:00
padding.c Remove unnecessary NULL checks, part 4. 2015-05-04 23:13:12 +00:00
rsa_asn1.c Multi-prime RSA support. 2015-06-05 18:39:44 +00:00
rsa_impl.c Check for BN_copy failures. 2015-06-15 17:52:40 +00:00
rsa_test.cc Convert rsa_test to C++. 2015-06-08 22:11:20 +00:00
rsa.c Multi-prime RSA support. 2015-06-05 18:39:44 +00:00