Re: RFR: 8347067: Load certificates without explicit trust settings in KeyChainStore [v5]

2025-01-27 Thread Alexey Bakhtin
On Mon, 27 Jan 2025 22:43:32 GMT, Tim Jacomb wrote: >> ## The change >> >> Without this change intermediate certificates that don't have explicit trust >> settings are ignored not added to the truststore. >> >> >> >> ## Reproducer >> >> See https://github.com/timja/openjdk-intermediate-ca-r

Re: RFR: 8347067: Load certificates without explicit trust settings in KeyChainStore [v5]

2025-01-27 Thread Tim Jacomb
> ## The change > > Without this change intermediate certificates that don't have explicit trust > settings are ignored not added to the truststore. > > > > ## Reproducer > > See https://github.com/timja/openjdk-intermediate-ca-reproducer > > Without this change the reproducer fails, and wit

Re: RFR: 8347067: Load certificates without explicit trust settings in KeyChainStore [v4]

2025-01-27 Thread Alexey Bakhtin
On Mon, 27 Jan 2025 21:34:08 GMT, Tim Jacomb wrote: >> ## The change >> >> Without this change intermediate certificates that don't have explicit trust >> settings are ignored not added to the truststore. >> >> >> >> ## Reproducer >> >> See https://github.com/timja/openjdk-intermediate-ca-r

Re: RFR: 8347067: Load certificates without explicit trust settings in KeyChainStore [v4]

2025-01-27 Thread Tim Jacomb
> ## The change > > Without this change intermediate certificates that don't have explicit trust > settings are ignored not added to the truststore. > > > > ## Reproducer > > See https://github.com/timja/openjdk-intermediate-ca-reproducer > > Without this change the reproducer fails, and wit

Re: RFR: 8347067: Load certificates without explicit trust settings in KeyChainStore [v3]

2025-01-27 Thread Alexey Bakhtin
On Sun, 26 Jan 2025 22:58:04 GMT, Tim Jacomb wrote: >> test/jdk/java/security/KeyStore/CheckMacOSKeyChainIntermediateCATrust.java >> line 166: >> >>> 164: private static void assertThat(boolean expected, String message, >>> List certificates) { >>> 165: if (!expected) { >>> 166:

Re: RFR: 8347067: Load certificates without explicit trust settings in KeyChainStore [v3]

2025-01-27 Thread Alexey Bakhtin
On Sat, 25 Jan 2025 01:12:01 GMT, Alexey Bakhtin wrote: >> Tim Jacomb has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Revert unneeded change > > test/jdk/java/security/KeyStore/CheckMacOSKeyChainIntermediateCATrust.java > line 48: > >>

Re: RFR: 8347067: Load certificates without explicit trust settings in KeyChainStore [v3]

2025-01-27 Thread Alexey Bakhtin
On Sun, 26 Jan 2025 23:04:29 GMT, Tim Jacomb wrote: >> ## The change >> >> Without this change intermediate certificates that don't have explicit trust >> settings are ignored not added to the truststore. >> >> >> >> ## Reproducer >> >> See https://github.com/timja/openjdk-intermediate-ca-r

Integrated: 8346736: Java Security Standard Algorithm Names spec should include key algorithm names

2025-01-27 Thread Weijun Wang
On Mon, 6 Jan 2025 16:12:36 GMT, Weijun Wang wrote: > Add links to the new Key Algorithms section in the Java Security Standard > Algorithm Names Specification. This pull request has now been integrated. Changeset: 039e73fc Author:Weijun Wang URL: https://git.openjdk.org/jdk/commit

RFR: 8348561: Add aarch64 intrinsics for ML-DSA

2025-01-27 Thread Ferenc Rakoczi
By using the aarch64 vector registers the speed of the computation of the ML-DSA algorithms (key generation, document signing, signature verification) can be approximately doubled. - Commit messages: - fixing whitespace errors - 8348561: Add aarch64 intrinsics for ML-DSA Changes:

Re: RFR: 8346736: Java Security Standard Algorithm Names spec should include key algorithm names [v4]

2025-01-27 Thread Weijun Wang
> Add links to the new Key Algorithms section in the Java Security Standard > Algorithm Names Specification. Weijun Wang has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains four commits: - Merge branch 'master' into 8346736 - address m

Re: RFR: 8346736: Java Security Standard Algorithm Names spec should include key algorithm names [v4]

2025-01-27 Thread Sean Mullan
On Mon, 27 Jan 2025 18:16:35 GMT, Weijun Wang wrote: >> Add links to the new Key Algorithms section in the Java Security Standard >> Algorithm Names Specification. > > Weijun Wang has updated the pull request with a new target base due to a > merge or a rebase. The pull request now contains fou

Integrated: 8189441: Define algorithm names for keys derived from KeyAgreement

2025-01-27 Thread Weijun Wang
On Mon, 9 Dec 2024 17:26:49 GMT, Weijun Wang wrote: > Allow `Generic` as an algorithm in the `KeyAgreement::generateSecret(alg)` > method. This pull request has now been integrated. Changeset: aba60a92 Author:Weijun Wang URL: https://git.openjdk.org/jdk/commit/aba60a927494d114904e2

Re: RFR: 8347067: Load certificates without explicit trust settings in KeyChainStore [v3]

2025-01-27 Thread Sean Mullan
On Sun, 26 Jan 2025 23:04:29 GMT, Tim Jacomb wrote: >> ## The change >> >> Without this change intermediate certificates that don't have explicit trust >> settings are ignored not added to the truststore. >> >> >> >> ## Reproducer >> >> See https://github.com/timja/openjdk-intermediate-ca-r