Bug 53969 - JNI method hasOp only supports SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION and should support others
Summary: JNI method hasOp only supports SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION and s...
Status: RESOLVED FIXED
Alias: None
Product: Tomcat Native
Classification: Unclassified
Component: Library (show other bugs)
Version: 1.1.24
Hardware: PC Mac OS X 10.4
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks: 53481 54324
  Show dependency tree
 
Reported: 2012-10-04 18:22 UTC by Christopher Schultz
Modified: 2014-02-17 13:46 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.