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

2025-04-17 Thread Sean Coffey
On Mon, 14 Apr 2025 23:59:39 GMT, Bradford Wetmore wrote: > > This bug only handles the `ssl` change, so I'm thinking we should change the > regtest for this bug to be a simple test looking for the effects of `ssl` > with no `data/verbose/plaintext/packet` output, and move (or update) this >

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

2025-04-14 Thread Bradford Wetmore
On Mon, 14 Apr 2025 18:42:40 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 [v4]

2025-04-14 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