Bug 56704

Summary: Support OpenSSL syntax for cipher suite in JSSE connectors
Product: Tomcat 8 Reporter: Remy Maucherat <remm>
Component: ConnectorsAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: 8.0.x-trunk   
Target Milestone: ----   
Hardware: PC   
OS: All   

Description Remy Maucherat 2014-07-08 16:12:12 UTC
Benefits:
- allows using the same value for both native and JSSE
- makes it easy to define safe default or custom cipher suites
Comment 1 Remy Maucherat 2014-07-08 16:32:10 UTC
Comitted as r1608840. Code submitted by Emmanuel Hugonnet and included in Tomcat 8.0.10+.