Commit ff0426cc authored by Emilia Kasper's avatar Emilia Kasper
Browse files

Remove resolved TODO

parent daaaa3cb
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;