boringssl/crypto/rsa
Adam Langley 05b7377065 Add RSA_check_key function.
This is function that is available in OpenSSL too. Here it only returns
zero or one and doesn't do expensive primality checks on p and q.

https://code.google.com/p/chromium/issues/detail?id=396250

Change-Id: I7a173da26e06440dbb595fb717e3a620edf23576
Reviewed-on: https://boringssl-review.googlesource.com/1334
Reviewed-by: Adam Langley <agl@google.com>
2014-07-28 21:36:57 +00:00
..
blinding.c Inital import. 2014-06-20 13:17:32 -07:00
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
internal.h Remove RSA_SSLV23_PADDING. 2014-07-18 19:23:51 +00:00
padding.c Improve constant-time padding check in RSA key exchange. 2014-07-25 20:25:15 +00:00
rsa_asn1.c Inital import. 2014-06-20 13:17:32 -07:00
rsa_error.c Add RSA_check_key function. 2014-07-28 21:36:57 +00:00
rsa_impl.c Remove RSA_SSLV23_PADDING. 2014-07-18 19:23:51 +00:00
rsa_test.c Add RSA_check_key function. 2014-07-28 21:36:57 +00:00
rsa.c Add RSA_check_key function. 2014-07-28 21:36:57 +00:00