-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b27
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8303459 | 11.0.19 | Goetz Lindenmaier | P4 | Resolved | Fixed | b05 |
File: src/java.base/share/classes/sun/security/ssl/SSLContextImpl.java
During the code review ofJDK-8190492, it was found that the TLS context code in this file needs update to rename variables/methods and/or cleanup the code for it to be more readable.
For instance - the method at line 596 (getSupportedProtocols) is only called at line 855 from customizedProtocols class. It should really be read as getServerDefaultProtocols. getProtocols() in customizedProtocols can also be moved out.
During the code review of
For instance - the method at line 596 (getSupportedProtocols) is only called at line 855 from customizedProtocols class. It should really be read as getServerDefaultProtocols. getProtocols() in customizedProtocols can also be moved out.
- backported by
-
JDK-8303459 code cleanup in SSLContextImpl.java
-
- Resolved
-
- relates to
-
JDK-8190492 Remove SSLv2Hello and SSLv3 from default enabled TLS protocols
-
- Resolved
-