-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P3
-
None
-
Affects Version/s: 8, 11, 17, 21, 25
-
Component/s: security-libs
-
None
While set SSL parameters, the SSLConfiguration.maximumProtocolVersion should be changed accordingly. The SSLConfiguration.setSSLParameters() and constructor do set the maximumProtocolVersion filed properly. However, when switching the client or server mode, the maximumProtocolVersion reset is missed. See TransportContext.setUseClientMode(), where the protocols and cipher suites are changed, but not maximumProtocolVersion.