boringssl/crypto/rsa
Adam Langley 6887edb917 Improvements in constant-time OAEP decoding.
This change adds a new function, BN_bn2bin_padded, that attempts, as
much as possible, to serialise a BIGNUM in constant time.

This is used to avoid some timing leaks in RSA decryption.
2014-06-20 13:17:37 -07: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 Improvements in constant-time OAEP decoding. 2014-06-20 13:17:37 -07:00
padding.c Improvements in constant-time OAEP decoding. 2014-06-20 13:17:37 -07:00
rsa_asn1.c Inital import. 2014-06-20 13:17:32 -07:00
rsa_error.c Add function to recover RSA CRT params. 2014-06-20 13:17:35 -07:00
rsa_impl.c Improvements in constant-time OAEP decoding. 2014-06-20 13:17:37 -07:00
rsa_test.c Add function to recover RSA CRT params. 2014-06-20 13:17:35 -07:00
rsa.c Add function to recover RSA CRT params. 2014-06-20 13:17:35 -07:00
rsa.h Add function to recover RSA CRT params. 2014-06-20 13:17:35 -07:00