You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mladen Turk <mt...@apache.org> on 2019/08/27 08:08:39 UTC

[tomcat-native] Tomcat native hangs in SSL.initialize with OpenSSL 1.1.1 (Windows)

OpenSSL >= 1.1.0 uses new initialization concept by
replacing all those initialization calls with single OPENSSL_init_ssl call.

I found out that calling OPENSSL_malloc_init() as first function
with OpenSSL 1.1.1 causes hang in any further call to OpenSSL.

Anyone observed the similar issue?

I plan to change the initialize function for OpenSSL 1.1+ (cleanup as well)
so it uses new API instead deprecated calls.


Regards
-- 
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org