RFR: 8044609: javax.net.debug options not working and documented as expected [v9]
Sean Coffey
coffeys at openjdk.org
Wed Nov 20 11:57:19 UTC 2024
On Tue, 19 Nov 2024 21:10:22 GMT, Bradford Wetmore <wetmore at openjdk.org> wrote:
>> can't see it used anywhere. I went back to an old (2007) copy of SSLSessionImpl and there it used the "ssl" category.
>>
>> `private static final Debug debug = Debug.getInstance("ssl");`
>>
>> No debug statements were implemented in the newer TLSv1.3 stack (to date)
>
> Can we get that added back, or maybe added to a follow-on bug? That seemed useful.
found the change where this debug option got dropped circa 2009: JDK-4918870
yes - we can log a new issue to track this request
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18764#discussion_r1850162509
More information about the security-dev
mailing list