Re: RFR: 8313367: SunMSCAPI cannot read Local Computer certs w/o Windows elevation [v8]

2024-11-09 Thread Weijun Wang
On Tue, 29 Oct 2024 19:52:29 GMT, rebarbora-mckvak wrote: >> rebarbora-mckvak has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8313367: getting PP_KEYSET_TYPE parameter fixed > > Wierd, I do not see those comments in github. Anyway it is

Integrated: 8342442: Static ACVP sample tests

2024-11-09 Thread Weijun Wang
On Wed, 16 Oct 2024 18:18:05 GMT, Weijun Wang wrote: > Here we have a launcher and several algorithm-specific tests. Users can > populate "internalProjection.json" files generated by NIST's ACVP Server into > the `data` directory and test them with the launcher. > > Currently, only SHA2, SHA3,

Integrated: 8343848: Fix typo of property name in TestOAEPPadding after 8341927

2024-11-09 Thread Goetz Lindenmaier
On Fri, 8 Nov 2024 16:25:33 GMT, Goetz Lindenmaier wrote: > Trivial fix of typo. > > Thanks to @RealLucy for spotting this! This pull request has now been integrated. Changeset: 325a2c3f Author:Goetz Lindenmaier URL: https://git.openjdk.org/jdk/commit/325a2c3f76a45248e6f8baa63477db

Re: RFR: 8343848: Fix typo of property name in TestOAEPPadding after 8341927

2024-11-09 Thread Goetz Lindenmaier
On Fri, 8 Nov 2024 16:25:33 GMT, Goetz Lindenmaier wrote: > Trivial fix of typo. > > Thanks to @RealLucy for spotting this! GHA failures: Win: java/foreign/TestMemorySession.java timed out. Unrelated to this change of an other test. macos: infra issues, unrelated. - PR Comment: h

Re: RFR: 8342442: Static ACVP sample tests [v12]

2024-11-09 Thread Sean Mullan
On Fri, 8 Nov 2024 22:39:25 GMT, Weijun Wang wrote: >> Ok, I still think you should add something that knows how many data files >> there are, and doesn't pass unless all of them are processed/tested. I'm ok >> if you do that later. > > I'll add more info, but does not want to fail if there are

Re: RFR: 8342442: Static ACVP sample tests [v15]

2024-11-09 Thread Sean Mullan
On Fri, 8 Nov 2024 22:42:50 GMT, Weijun Wang wrote: >> Here we have a launcher and several algorithm-specific tests. Users can >> populate "internalProjection.json" files generated by NIST's ACVP Server >> into the `data` directory and test them with the launcher. >> >> Currently, only SHA2, S

Re: RFR: 8341964: Add mechanism to disable different parts of TLS cipher suite [v9]

2024-11-09 Thread Lothar Kimmeringer
On Sat, 9 Nov 2024 00:07:07 GMT, Artur Barashev wrote: >> The current syntax of the jdk.tls.disabledAlgorithms makes it difficult to >> disable algorithms that affect both the key exchange and authentication >> parts of a TLS cipher suite. For example, if you add "RSA" to the >> jdk.tls.disabl

Re: RFR: 8341964: Add mechanism to disable different parts of TLS cipher suite [v9]

2024-11-09 Thread Lothar Kimmeringer
On Sat, 9 Nov 2024 00:07:07 GMT, Artur Barashev wrote: >> The current syntax of the jdk.tls.disabledAlgorithms makes it difficult to >> disable algorithms that affect both the key exchange and authentication >> parts of a TLS cipher suite. For example, if you add "RSA" to the >> jdk.tls.disabl

Re: RFR: 8341964: Add mechanism to disable different parts of TLS cipher suite [v9]

2024-11-09 Thread Lothar Kimmeringer
On Sat, 9 Nov 2024 00:07:07 GMT, Artur Barashev wrote: >> The current syntax of the jdk.tls.disabledAlgorithms makes it difficult to >> disable algorithms that affect both the key exchange and authentication >> parts of a TLS cipher suite. For example, if you add "RSA" to the >> jdk.tls.disabl