Re: RFR: 8301788: AlgorithmId should keep lowercase characters from 3rd party providers [v3]

2023-02-06 Thread Weijun Wang
> Keep the "NAME -> 1.2.3.4" mapping unchanged but modify "1.2.3.4 -> NAME" to > "1.2.3.4 -> Name". Weijun Wang has updated the pull request incrementally with two additional commits since the last revision: - useless import - fix comments - Changes: - all: https://git.openjdk

Re: RFR: 8301788: AlgorithmId should keep lowercase characters from 3rd party providers [v2]

2023-02-06 Thread Sean Mullan
On Mon, 6 Feb 2023 16:32:20 GMT, Weijun Wang wrote: >> test/jdk/sun/security/x509/AlgorithmId/Uppercase.java line 30: >> >>> 28: * @summary AlgorithmId should keep lowercase characters from 3rd party >>> providers >>> 29: * @modules java.base/sun.security.x509 >>> 30: * java.base/su

Re: RFR: 8301788: AlgorithmId should keep lowercase characters from 3rd party providers [v3]

2023-02-06 Thread Sean Mullan
On Mon, 6 Feb 2023 16:39:31 GMT, Weijun Wang wrote: >> Keep the "NAME -> 1.2.3.4" mapping unchanged but modify "1.2.3.4 -> NAME" to >> "1.2.3.4 -> Name". > > Weijun Wang has updated the pull request incrementally with two additional > commits since the last revision: > > - useless import > -

Re: RFR: 8301788: AlgorithmId should keep lowercase characters from 3rd party providers [v2]

2023-02-06 Thread Weijun Wang
On Mon, 6 Feb 2023 16:01:17 GMT, Sean Mullan wrote: >> Weijun Wang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> impl not necessary > > test/jdk/sun/security/x509/AlgorithmId/Uppercase.java line 30: > >> 28: * @summary AlgorithmId sh

Re: RFR: 8301788: AlgorithmId should keep lowercase characters from 3rd party providers [v2]

2023-02-06 Thread Sean Mullan
On Fri, 3 Feb 2023 16:11:21 GMT, Weijun Wang wrote: >> Keep the "NAME -> 1.2.3.4" mapping unchanged but modify "1.2.3.4 -> NAME" to >> "1.2.3.4 -> Name". > > Weijun Wang has updated the pull request incrementally with one additional > commit since the last revision: > > impl not necessary s

Re: RFR: 8301788: AlgorithmId should keep lowercase characters from 3rd party providers [v2]

2023-02-03 Thread Weijun Wang
> Keep the "NAME -> 1.2.3.4" mapping unchanged but modify "1.2.3.4 -> NAME" to > "1.2.3.4 -> Name". Weijun Wang has updated the pull request incrementally with one additional commit since the last revision: impl not necessary - Changes: - all: https://git.openjdk.org/jdk/pull/

RFR: 8301788: AlgorithmId should keep lowercase characters from 3rd party providers

2023-02-03 Thread Weijun Wang
Keep the "NAME -> 1.2.3.4" mapping unchanged but modify "1.2.3.4 -> NAME" to "1.2.3.4 -> Name". - Commit messages: - the fix Changes: https://git.openjdk.org/jdk/pull/12410/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12410&range=00 Issue: https://bugs.openjdk.org/brow