https://bz.apache.org/bugzilla/show_bug.cgi?id=67628
--- Comment #3 from Mark Thomas <ma...@apache.org> --- I think this is a documentation issue. The intention was to: - allow OpenSSL notation to be used with JSSE - track ciphers and behaviour of latest OpenSSL development branch - have consistent (as possible) behaviour between JSSE and OpenSSL for the same cipher definition It does this by converting the notation to a list of ciphers and then passing that to JSSE or OpenSSL. That behaviour changes if you use a different version of OpenSSL is something that I think is good to highlight. We could better document this by: - adding most of the above (not necessarily exactly in that form) to the docs for ciphers - amend the log message to note that this is expected if you run on older JDKs and/or older OpenSSL and reference the cipher docs Thoughts? -- 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