[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Emilia Kasper
emilia at openssl.org
Wed Jul 26 13:25:28 UTC 2017
The branch OpenSSL_1_1_0-stable has been updated
via eea5f335b81d89554272a1fab8de9e40656509da (commit)
from 74ef4b8fb9c78f517c97c51a91af4bacba785ed6 (commit)
- Log -----------------------------------------------------------------
commit eea5f335b81d89554272a1fab8de9e40656509da
Author: Emilia Kasper <emilia at openssl.org>
Date: Thu Jul 13 18:30:56 2017 +0200
Remove resolved TODO
Fixed in 5b8fa431ae8eb5a18ba913494119e394230d4b70
[ci skip]
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3924)
-----------------------------------------------------------------------
Summary of changes:
crypto/rsa/rsa_pk1.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/crypto/rsa/rsa_pk1.c b/crypto/rsa/rsa_pk1.c
index efb16a0..5bc91c4 100644
--- a/crypto/rsa/rsa_pk1.c
+++ b/crypto/rsa/rsa_pk1.c
@@ -226,8 +226,6 @@ int RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen,
* We can't continue in constant-time because we need to copy the result
* and we cannot fake its length. This unavoidably leaks timing
* information at the API boundary.
- * TODO(emilia): this could be addressed at the call site,
- * see BoringSSL commit 0aa0767340baf925bda4804882aab0cb974b2d26.
*/
if (!good) {
mlen = -1;
More information about the openssl-commits
mailing list