Relates :
|
File: src/java.base/share/classes/sun/security/ssl/SSLContextImpl.java During the code review of JDK-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.
|