Backport of 5b8fa43 and remove resolved TODO: see PR#3924.
[openssl.git] / crypto / rsa / rsa_pk1.c
index efa1fd3e993f0200bd5b8dd0b0bd2405617016a1..017766ce7166841ea61d62aef3ee1375e4e7ff56 100644 (file)
@@ -255,8 +255,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;