-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: security-libs
-
None
Currently, javax.net.debug debug output prints about 230 lines of output when launching TLS code.
Repetitious output like the following:
javax.net.ssl|DEBUG|30|main|2025-11-05 11:40:31.432 GMT|SSLContextImpl.java:388|Ignore disabled cipher suite: TLS_RSA_WITH_AES_128_CBC_SHA
javax.net.ssl|TRACE|30|main|2025-11-05 11:40:31.432 GMT|SSLContextImpl.java:397|Ignore unsupported cipher suite: TLS_RSA_WITH_AES_128_CBC_SHA
Perhaps we can reduce it to a few lines which just prints a (compact) list of impacted ciphersuites
Repetitious output like the following:
javax.net.ssl|DEBUG|30|main|2025-11-05 11:40:31.432 GMT|SSLContextImpl.java:388|Ignore disabled cipher suite: TLS_RSA_WITH_AES_128_CBC_SHA
javax.net.ssl|TRACE|30|main|2025-11-05 11:40:31.432 GMT|SSLContextImpl.java:397|Ignore unsupported cipher suite: TLS_RSA_WITH_AES_128_CBC_SHA
Perhaps we can reduce it to a few lines which just prints a (compact) list of impacted ciphersuites
- links to
-
Review(master)
openjdk/jdk/28511