https://issues.apache.org/bugzilla/show_bug.cgi?id=53952

--- Comment #24 from Rainer Jung <rainer.j...@kippdata.de> ---
I suggest we try to stay compatible with the httpd notations:

http://httpd.apache.org/docs/2.4/en/mod/mod_ssl.html#sslprotocol

The code in tcnative that handles the protocol settings was largely borrowed
from mod_ssl, so we can again look there how TLSV1_1 and 1_2 are handled:

http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/ssl/

Especially interesting are ssl_engine_config.c and ssl_engine_init.c.

-- 
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