Files
mbedtls/library
Gilles Peskine cf1253e8f0 Use branch-free size comparison for the padding size
In mbedtls_rsa_rsaes_pkcs1_v15_decrypt, use size_greater_than (which
is based on bitwise operations) instead of the < operator to compare
sizes when the values being compared must not leak. Some compilers
compile < to a branch at least under some circumstances (observed with
gcc 5.4 for arm-gnueabi -O9 on a toy program).
2018-10-08 11:49:15 +02:00
..
2018-03-09 10:48:12 +00:00
2017-07-27 21:44:33 +01:00
2017-09-06 17:51:14 +03:00
2017-10-10 19:04:27 +03:00
2018-03-30 18:52:10 +02:00
2018-02-22 08:20:42 +00:00
2018-02-22 08:20:42 +00:00
2015-09-04 14:21:07 +02:00
2018-05-25 14:58:33 +01:00
2015-09-04 14:21:07 +02:00
2017-10-29 17:53:52 +02:00
2018-01-29 10:24:50 +01:00
2015-09-04 14:21:07 +02:00
2018-06-22 11:45:38 +01:00
2018-07-02 12:13:26 +01:00
2015-09-04 14:21:07 +02:00