boringssl/crypto/rsa
David Benjamin 74279b6342 Avoid a copy when using RSA_PADDING_NONE.
RSA_PADDING_NONE is actually the important one for RSA_decrypt since OAEP isn't
used much and RSA_PKCS1_PADDING is unsafe to use due to timing constraints.
(The SSL stack uses RSA_PADDING_NONE and does the padding check separately.)

Change-Id: I5f9d168e7c34796a41bf01fc1878022742b63501
Reviewed-on: https://boringssl-review.googlesource.com/5641
Reviewed-by: Adam Langley <agl@google.com>
2015-08-07 23:53:09 +00:00
..
blinding.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
CMakeLists.txt Convert rsa_test to C++. 2015-06-08 22:11:20 +00:00
internal.h Avoid a copy when using RSA_PADDING_NONE. 2015-08-07 23:53:09 +00:00
padding.c Avoid a copy when using RSA_PADDING_NONE. 2015-08-07 23:53:09 +00:00
rsa_asn1.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
rsa_impl.c Avoid a copy when using RSA_PADDING_NONE. 2015-08-07 23:53:09 +00:00
rsa_test.cc Parse RSAPrivateKey with CBS. 2015-07-07 22:50:53 +00:00
rsa.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00