Re: RFR: 8350582: Correct the parsing of the ssl value in javax.net.debug [v2]

2025-03-15 Thread Hai-May Chao
On Thu, 27 Feb 2025 20:21:28 GMT, Sean Coffey wrote: >> Breaking the parent JDK-8044609 JBS issue into sub tasks. >> >> This patch addresses the main issue which is that `javax.net.debug=ssl ` >> option is completely broken since TLSv1.3 support was introduced. This >> patch should be easier

Re: RFR: 8350582: Correct the parsing of the ssl value in javax.net.debug [v2]

2025-03-06 Thread Hai-May Chao
On Thu, 27 Feb 2025 20:21:28 GMT, Sean Coffey wrote: >> Breaking the parent JDK-8044609 JBS issue into sub tasks. >> >> This patch addresses the main issue which is that `javax.net.debug=ssl ` >> option is completely broken since TLSv1.3 support was introduced. This >> patch should be easier

Re: RFR: 8350582: Correct the parsing of the ssl value in javax.net.debug [v2]

2025-03-06 Thread Sean Coffey
On Thu, 6 Mar 2025 16:20:19 GMT, Kevin Driver wrote: >> Sean Coffey has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Feedback from Mikhail > > test/jdk/sun/security/ssl/SSLLogger/DebugPropertyValuesTest.java line 105: > >> 103:

Re: RFR: 8350582: Correct the parsing of the ssl value in javax.net.debug [v2]

2025-03-06 Thread Kevin Driver
On Thu, 27 Feb 2025 20:21:28 GMT, Sean Coffey wrote: >> Breaking the parent JDK-8044609 JBS issue into sub tasks. >> >> This patch addresses the main issue which is that `javax.net.debug=ssl ` >> option is completely broken since TLSv1.3 support was introduced. This >> patch should be easier

Re: RFR: 8350582: Correct the parsing of the ssl value in javax.net.debug [v2]

2025-02-27 Thread Sean Coffey
> Breaking the parent JDK-8044609 JBS issue into sub tasks. > > This patch addresses the main issue which is that `javax.net.debug=ssl ` > option is completely broken since TLSv1.3 support was introduced. This patch > should be easier for backporting also. > > Wider corrections can be followe