boringssl/tool
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
..
args.cc Multi-prime RSA support. 2015-06-05 18:39:44 +00:00
client.cc Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
CMakeLists.txt Multi-prime RSA support. 2015-06-05 18:39:44 +00:00
const.cc Multi-prime RSA support. 2015-06-05 18:39:44 +00:00
digest.cc Use smart pointers instead of gotos in digest.cc. 2015-04-13 20:54:19 +00:00
genrsa.cc Multi-prime RSA support. 2015-06-05 18:39:44 +00:00
internal.h Multi-prime RSA support. 2015-06-05 18:39:44 +00:00
pkcs12.cc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 2015-04-13 20:23:29 +00:00
rand.cc Fix standalone build on Mac. 2015-04-20 16:50:18 +00:00
server.cc Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
speed.cc Multi-prime RSA support. 2015-06-05 18:39:44 +00:00
tool.cc Multi-prime RSA support. 2015-06-05 18:39:44 +00:00
transport_common.cc Fix standalone build on Mac. 2015-04-20 16:50:18 +00:00
transport_common.h Enable bssl client/s_client and server/s_server on Windows. 2015-01-28 20:24:09 +00:00