https://bz.apache.org/bugzilla/show_bug.cgi?id=65131

--- Comment #5 from Remy Maucherat <r...@apache.org> ---
(In reply to Mark Thomas from comment #4)
> I can't recreate this using the provided test case, Tomcat Native 1.2.26 and
> the latest OpenSSL 1.1.1 source code.
> 
> I'll note that Tomcat 1.2.26 won't compile with OpenSSL 1.0.2 so I do wonder
> exactly what versions were in used in the tests described here.
> 
> I'll also note that OpenSSL 1.0.2 is no longer supported.
> 
> Please retest with the latest OpenSSL 1.1.1 release.

Should I still replace clearLastError with this ?

    private static void clearLastError() {
        while (SSL.getLastErrorNumber() != SSL.SSL_ERROR_NONE);
    }

This does not seem unreasonable given the docs ...

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to