openssl/crypto/rsa
Ben Laurie 7c770d572a Add and use a constant-time memcmp.
This change adds CRYPTO_memcmp, which compares two vectors of bytes in
an amount of time that's independent of their contents. It also changes
several MAC compares in the code to use this over the standard memcmp,
which may leak information about the size of a matching prefix.
(cherry picked from commit 2ee798880a)
2013-02-06 14:16:55 +00:00
..
.cvsignore
Makefile Version skew reduction: trivia (I hope). 2012-06-03 22:00:21 +00:00
rsa_ameth.c
rsa_asn1.c
rsa_chk.c
rsa_crpt.c
rsa_depr.c
rsa_eay.c
rsa_err.c
rsa_gen.c Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined in 2011-05-11 14:43:38 +00:00
rsa_lib.c Version skew reduction: trivia (I hope). 2012-06-03 22:00:21 +00:00
rsa_locl.h
rsa_none.c
rsa_null.c
rsa_oaep.c Add and use a constant-time memcmp. 2013-02-06 14:16:55 +00:00
rsa_pk1.c
rsa_pmeth.c Additional compatibility fix for MDC2 signature format. 2012-02-15 14:27:25 +00:00
rsa_prn.c
rsa_pss.c
rsa_saos.c
rsa_sign.c An incompatibility has always existed between the format used for RSA 2012-02-15 14:04:00 +00:00
rsa_ssl.c
rsa_test.c
rsa_x931.c
rsa_x931g.c
rsa.h