boringssl/crypto/rsa
Adam Langley 839b881c61 Multi-prime RSA support.
RSA with more than two primes is specified in
https://tools.ietf.org/html/rfc3447, although the idea goes back far
earier than that.

This change ports some of the changes in
http://rt.openssl.org/Ticket/Display.html?id=3477&user=guest&pass=guest
to BoringSSL—specifically those bits that are under an OpenSSL license.

Change-Id: I51e8e345e2148702b8ce12e00518f6ef4683d3e1
Reviewed-on: https://boringssl-review.googlesource.com/4870
Reviewed-by: Adam Langley <agl@google.com>
2015-06-05 18:39:44 +00:00
..
blinding.c Remove unnecessary NULL checks, part 4. 2015-05-04 23:13:12 +00:00
CMakeLists.txt Add malloc test support to unit tests. 2015-05-21 17:59:48 +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.c Multi-prime RSA support. 2015-06-05 18:39:44 +00:00
rsa.c Multi-prime RSA support. 2015-06-05 18:39:44 +00:00