boringssl/crypto/rsa
David Benjamin c7a3a14872 Convert rsa_test to C++.
In doing so, check for malloc failures and use scopers as appropriate.
This should clear rsa_test for use with malloc tests. Also replace the
SetKey macro and exploded RSA keys with a DER RSAPrivateKey structure.
Much less tedious.

Change-Id: I3ce092ef67e7ac2af74f509abbdf84b7f2b6d45d
Reviewed-on: https://boringssl-review.googlesource.com/5043
Reviewed-by: Adam Langley <agl@google.com>
2015-06-08 22:11:20 +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 Multi-prime RSA support. 2015-06-05 18:39:44 +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