74279b6342
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> |
||
---|---|---|
.. | ||
blinding.c | ||
CMakeLists.txt | ||
internal.h | ||
padding.c | ||
rsa_asn1.c | ||
rsa_impl.c | ||
rsa_test.cc | ||
rsa.c |