Re: RFR: 8294985: SSLEngine throws IAE during parsing of X500Principal [v25]

2023-05-31 Thread Bradford Wetmore
On Wed, 31 May 2023 07:14:39 GMT, Daniel Jeliński wrote: >> When we put in the debug field into the template, it was to allow folks to >> quickly add debugging output to their test, but in general it won't be >> turned on during regular test runs. > > I'd like to enable this in the test runs as

Re: RFR: 8294985: SSLEngine throws IAE during parsing of X500Principal [v25]

2023-05-31 Thread Daniel Jeliński
On Wed, 31 May 2023 06:27:41 GMT, Bradford Wetmore wrote: >> test/jdk/sun/security/ssl/SSLEngineImpl/TestBadDNForPeerCA.java line 29: >> >>> 27: * @library /test/lib >>> 28: * @summary SSLEngine throws IAE during parsing of X500Principal >>> 29: * @run main/othervm TestBadDNForPeerCA >> >> S

Re: RFR: 8294985: SSLEngine throws IAE during parsing of X500Principal [v25]

2023-05-31 Thread Daniel Jeliński
On Tue, 30 May 2023 19:24:09 GMT, Kevin Driver wrote: >> Fixes: [JDK-8294985](https://bugs.openjdk.org/browse/JDK-8294985) > > Kevin Driver has updated the pull request incrementally with two additional > commits since the last revision: > > - undo import changes > - undo import changes test

Re: RFR: 8294985: SSLEngine throws IAE during parsing of X500Principal [v25]

2023-05-30 Thread Bradford Wetmore
On Wed, 31 May 2023 05:10:34 GMT, Daniel Jeliński wrote: >> Kevin Driver has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - undo import changes >> - undo import changes > > test/jdk/sun/security/ssl/SSLEngineImpl/TestBadDNForPeerCA.java

Re: RFR: 8294985: SSLEngine throws IAE during parsing of X500Principal [v25]

2023-05-30 Thread Daniel Jeliński
On Tue, 30 May 2023 19:24:09 GMT, Kevin Driver wrote: >> Fixes: [JDK-8294985](https://bugs.openjdk.org/browse/JDK-8294985) > > Kevin Driver has updated the pull request incrementally with two additional > commits since the last revision: > > - undo import changes > - undo import changes test

Re: RFR: 8294985: SSLEngine throws IAE during parsing of X500Principal [v25]

2023-05-30 Thread Bradford Wetmore
On Tue, 30 May 2023 19:24:09 GMT, Kevin Driver wrote: >> Fixes: [JDK-8294985](https://bugs.openjdk.org/browse/JDK-8294985) > > Kevin Driver has updated the pull request incrementally with two additional > commits since the last revision: > > - undo import changes > - undo import changes Thes

Re: RFR: 8294985: SSLEngine throws IAE during parsing of X500Principal [v25]

2023-05-30 Thread Xue-Lei Andrew Fan
On Tue, 30 May 2023 19:24:09 GMT, Kevin Driver wrote: >> Fixes: [JDK-8294985](https://bugs.openjdk.org/browse/JDK-8294985) > > Kevin Driver has updated the pull request incrementally with two additional > commits since the last revision: > > - undo import changes > - undo import changes My c

Re: RFR: 8294985: SSLEngine throws IAE during parsing of X500Principal [v25]

2023-05-30 Thread Kevin Driver
> Fixes: [JDK-8294985](https://bugs.openjdk.org/browse/JDK-8294985) Kevin Driver has updated the pull request incrementally with two additional commits since the last revision: - undo import changes - undo import changes - Changes: - all: https://git.openjdk.org/jdk/pull/13466/