https://issues.apache.org/bugzilla/show_bug.cgi?id=55915
--- Comment #1 from Mike Noordermeer <m...@normi.net> --- Created attachment 31283 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31283&action=edit Add ECDHE support to Tomcat Native. It's not just the Windows binary, the source is also missing the required call to SSL_CTX_set_tmp_ecdh() on other platforms. A minimal patch to enable ECDHE using the NIST P256 EC is attached. If the EC has to be user selectable, adding it to TC Native will probably require some more work (but since the DH params are fixed too, I think this should suffice). It may also be necessary to add a call to SSL_set_tmp_ecdh() in sslnetwork.c, but I'm not sure how that will be used. -- 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