> To prepare for new PQC algorithms like ML-KEM and ML-DSA where there are only
> named standardized parameter sets, a common framework is introduced.
>
> A example of EdDSA implementation using this framework is included as a test.
Weijun Wang has updated the pull request incrementally with one
On Tue, 8 Oct 2024 22:33:40 GMT, Valerie Peng wrote:
> > Hi. I'm the original reporter of this issue. Thanks for the work done on
> > this bug. I see the the fix has been targeted at only Java 24. Are there
> > any plans to back port this to Java 21, which is the current LTS version,
> > and w
On Mon, 7 Oct 2024 06:31:13 GMT, Kåre Fiedler Christiansen
wrote:
> Hi. I'm the original reporter of this issue. Thanks for the work done on this
> bug. I see the the fix has been targeted at only Java 24. Are there any plans
> to back port this to Java 21, which is the current LTS version, an
On Mon, 7 Oct 2024 23:31:49 GMT, Weijun Wang wrote:
>> Could someone please help review this PR? It updates the PKCS#11 headers and
>> the relevant files to v3.1.
>>
>> Thanks!
>> Valerie
>
> Looks good to me. Thanks.
Thanks @wangweij @ascarpino for the review~Will integrate after management
On Tue, 8 Oct 2024 19:49:53 GMT, Anthony Scarpino wrote:
>> Yes, `this.key` is the one inside `PKCS8Key`.
>>
>> Since EdDSA and XDH, the private key has taken this OCTET in OCTET approach.
>> My code is identical to the EdDSA code at
>> https://github.com/openjdk/jdk/blob/adca97b659d725b0dd320
> To prepare for new PQC algorithms like ML-KEM and ML-DSA where there are only
> named standardized parameter sets, a common framework is introduced.
>
> A example of EdDSA implementation using this framework is included as a test.
Weijun Wang has updated the pull request incrementally with one
On Tue, 8 Oct 2024 19:16:10 GMT, Sean Mullan wrote:
>> Weijun Wang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> null check as asserts, and better exception messages
>
> src/java.base/share/classes/sun/security/provider/NamedSignature.
On Tue, 8 Oct 2024 19:11:45 GMT, Sean Mullan wrote:
>> Weijun Wang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> null check as asserts, and better exception messages
>
> src/java.base/share/classes/sun/security/provider/NamedSignature.
On Tue, 8 Oct 2024 18:46:20 GMT, Sean Mullan wrote:
>> Weijun Wang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> null check as asserts, and better exception messages
>
> src/java.base/share/classes/sun/security/provider/NamedSignature.
On Tue, 8 Oct 2024 02:28:35 GMT, Weijun Wang wrote:
>> src/java.base/share/classes/sun/security/pkcs/NamedPKCS8Key.java line 81:
>>
>>> 79: } finally {
>>> 80: val.clear();
>>> 81: }
>>
>> The `this.key` is from the `PKCS8Key` class, right? However, looking at the
>
On Mon, 7 Oct 2024 18:54:03 GMT, Weijun Wang wrote:
>> To prepare for new PQC algorithms like ML-KEM and ML-DSA where there are
>> only named standardized parameter sets, a common framework is introduced.
>>
>> A example of EdDSA implementation using this framework is included as a test.
>
> We
> Java implementation of ML-DSA, the FIPS 204 post-quantum signature scheme
> https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.204.pdf. Depends on
> https://github.com/openjdk/jdk/pull/21167
Ben Perez has updated the pull request incrementally with one additional commit
since the last revision:
> Java implementation of ML-DSA, the FIPS 204 post-quantum signature scheme
> https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.204.pdf. Depends on
> https://github.com/openjdk/jdk/pull/21167
Ben Perez has updated the pull request incrementally with one additional commit
since the last revision:
On Fri, 4 Oct 2024 20:59:45 GMT, Ben Perez wrote:
> Java implementation of ML-DSA, the FIPS 204 post-quantum signature scheme
> https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.204.pdf. Depends on
> https://github.com/openjdk/jdk/pull/21167
src/java.base/share/classes/sun/security/provider/ML_
On Tue, 8 Oct 2024 15:38:18 GMT, Kevin Driver wrote:
>> Java implementation of ML-DSA, the FIPS 204 post-quantum signature scheme
>> https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.204.pdf. Depends on
>> https://github.com/openjdk/jdk/pull/21167
>
> src/java.base/share/classes/sun/security/pro
On Fri, 4 Oct 2024 20:59:45 GMT, Ben Perez wrote:
> Java implementation of ML-DSA, the FIPS 204 post-quantum signature scheme
> https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.204.pdf. Depends on
> https://github.com/openjdk/jdk/pull/21167
src/java.base/share/classes/sun/security/provider/ML_
On Tue, 8 Oct 2024 15:28:17 GMT, Jan Lahoda wrote:
> Currently, running `java` without any parameters will lead to an output that
> is a full `--help`, which is over 100 lines (on my computer at least), and it
> feels overwhelming. And many people might actually want to run JShell/REPL,
> not
On Fri, 4 Oct 2024 20:59:45 GMT, Ben Perez wrote:
> Java implementation of ML-DSA, the FIPS 204 post-quantum signature scheme
> https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.204.pdf. Depends on
> https://github.com/openjdk/jdk/pull/21167
src/java.base/share/classes/sun/security/provider/ML_
On Tue, 8 Oct 2024 15:28:58 GMT, Mark Powers wrote:
>> src/java.base/share/classes/sun/security/x509/X509CRLImpl.java line 292:
>>
>>> 290: throw new CRLException("Parsing error: "
>>> 291: + "issuer is not an X.500 DN");
>>> 292: }
Currently, running `java` without any parameters will lead to an output that is
a full `--help`, which is over 100 lines (on my computer at least), and it
feels overwhelming. And many people might actually want to run JShell/REPL, not
the `java` launcher, but it is difficult find out about JShel
On Tue, 24 Sep 2024 12:33:54 GMT, Sean Mullan wrote:
>> Mark Powers has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> another comment from Sean
>
> src/java.base/share/classes/sun/security/x509/X509CRLImpl.java line 292:
>
>> 290:
> https://bugs.openjdk.org/browse/JDK-8336665
Mark Powers has updated the pull request incrementally with one additional
commit since the last revision:
allow more than one name
-
Changes:
- all: https://git.openjdk.org/jdk/pull/20528/files
- new: https://git.openjdk.org/jdk/
On Fri, 4 Oct 2024 20:59:45 GMT, Ben Perez wrote:
> Java implementation of ML-DSA, the FIPS 204 post-quantum signature scheme
> https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.204.pdf. Depends on
> https://github.com/openjdk/jdk/pull/21167
src/java.base/share/classes/sun/security/provider/ML_
> Check for unexpected plaintext alert message during TLSv1.3 handshake. This
> can happen if client doesn't receive ServerHello due to network timeout and
> tries to close the connection by sending an alert message.
Artur Barashev has updated the pull request incrementally with one additional
Hi Hempushpa,
I'm not actively involved in the OpenJDK 17u Project, so I'm not the
best person to review this. You might want to ask one of the JDK 17u
Project Maintainers [1] who would be a suitable person to review this
backport.
Thanks,
Sean
[1] https://wiki.openjdk.org/display/JDKUpdate
25 matches
Mail list logo