Bug 53969

Summary: JNI method hasOp only supports SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION and should support others
Product: Tomcat Native Reporter: Christopher Schultz <chris>
Component: LibraryAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 1.1.24   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X 10.4   
Bug Depends on:    
Bug Blocks: 53481, 54324    

Description Christopher Schultz 2012-10-04 18:22:45 UTC
The hasOp method would appear to support the testing for any SSL_OP_* but it only checks one type of operation for the moment. This should be expanded to allow for all documented SSL_OP_* options to be tested.
Comment 1 Christopher Schultz 2012-10-04 18:23:33 UTC
This bug blocks bug #53481 because of an incorrect assumption that hasOp would support arbitrary option discovery.
Comment 2 Christopher Schultz 2012-10-05 01:10:37 UTC
Fixed in trunk and 1.1.x. Will be included in 1.1.25 onward.