On Tue, 8 Apr 2025 20:02:56 GMT, Martin Balao wrote:
> Hi,
>
> I would like to request a review for the fix of JDK-8350661. In this fix, we
> translate the native PKCS 11 error code into an
> `InvalidAlgorithmParameterException`, as documented in the `KDF::deriveKey`
> API. With that said, di
On Tue, 8 Apr 2025 21:03:18 GMT, Chen Liang wrote:
>> Oh, I didn't know that. I've built this with JDK 24 as the boot JDK and see
>> no problem.
>
> I think the dependency is in the CreateSymbols tool or something
Yes, we've had issues with boot cycle builds at least, Jan has the details and
I
On Wed, 9 Apr 2025 03:28:40 GMT, Nibedita Jena wrote:
> Session resumption without server side state was added under
> [JDK-8211018](https://bugs.openjdk.org/browse/JDK-8211018).
> While it is TLSv1.2 session resumption, the client hello message is being
> parsed in SSLSessionImpl for each exte
On Wed, 9 Apr 2025 03:28:40 GMT, Nibedita Jena wrote:
> Session resumption without server side state was added under
> [JDK-8211018](https://bugs.openjdk.org/browse/JDK-8211018).
> While it is TLSv1.2 session resumption, the client hello message is being
> parsed in SSLSessionImpl for each exte
Session resumption without server side state was added under
[JDK-8211018](https://bugs.openjdk.org/browse/JDK-8211018).
While it is TLSv1.2 session resumption, the client hello message is being
parsed in SSLSessionImpl for each extensions.
Customer has reported handshake failure and is reproduc
> Finalize the KDF API.
Weijun Wang has updated the pull request incrementally with one additional
commit since the last revision:
add enum back
-
Changes:
- all: https://git.openjdk.org/jdk/pull/24520/files
- new: https://git.openjdk.org/jdk/pull/24520/files/4ff3b95b..66706a
On Tue, 30 Jul 2024 22:24:04 GMT, Weijun Wang wrote:
>> There is an error in `jarsigner` on the "This JAR contains signed entries
>> that aren't signed by alias in this keystore" warning. The exit code is
>> determined by
>> [`notSignedByAlias`](https://github.com/openjdk/jdk/blob/0a60b0f99efb
On Tue, 8 Apr 2025 17:26:47 GMT, Koushik Muthukrishnan Thirupattur
wrote:
> Update copyright in NameFormat.java fix after JDK-8353945. Missed to update
> when the fix was integrated with JDK-8353945.
Marked as reviewed by liach (Reviewer).
On second look this is not necessary - this file was
On Tue, 8 Apr 2025 19:44:30 GMT, Koushik Muthukrishnan Thirupattur
wrote:
> 8354061: Update copyright in NameFormat.java fix after JDK-8349890
This pull request has now been integrated.
Changeset: 63fa255c
Author:Koushik Thirupattur
Committer: Chen Liang
URL:
https://git.openjdk.o
On Tue, 8 Apr 2025 19:44:30 GMT, Koushik Muthukrishnan Thirupattur
wrote:
> 8354061: Update copyright in NameFormat.java fix after JDK-8349890
This trivial bump looks right.
-
PR Comment: https://git.openjdk.org/jdk/pull/24523#issuecomment-2787718753
On Tue, 8 Apr 2025 21:27:08 GMT, Ferenc Rakoczi wrote:
>> By using the AVX-512 vector registers the speed of the computation of the
>> ML-DSA algorithms (key generation, document signing, signature verification)
>> can be approximately doubled.
>
> Ferenc Rakoczi has updated the pull request in
Update copyright in NameFormat.java fix after JDK-8353945. Missed to update
when the fix was integrated with JDK-8353945.
-
Commit messages:
- 8354061: Update copyright in NameFormat.java fix after JDK-8349890
Changes: https://git.openjdk.org/jdk/pull/24518/files
Webrev: https://
On Tue, 11 Feb 2025 18:46:29 GMT, Mikhail Yankelevich
wrote:
>> Refactored the runNameEquals.sh to java test
>
> Mikhail Yankelevich has updated the pull request incrementally with one
> additional commit since the last revision:
>
> minor
Still needs a review
-
PR Comment: ht
On Wed, 19 Mar 2025 18:08:40 GMT, Mikhail Yankelevich
wrote:
>> Moved the sh file logic to jtreg java test.
>
> Mikhail Yankelevich has updated the pull request incrementally with one
> additional commit since the last revision:
>
> minor: space at the end
Still needs a review
On Sat, 5 Apr 2025 00:27:05 GMT, Sandhya Viswanathan
wrote:
>> Ferenc Rakoczi has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Reacting to comment by Sandhya.
>
> src/hotspot/cpu/x86/stubGenerator_x86_64_dilithium.cpp line 345:
>
>> 343
> By using the AVX-512 vector registers the speed of the computation of the
> ML-DSA algorithms (key generation, document signing, signature verification)
> can be approximately doubled.
Ferenc Rakoczi has updated the pull request incrementally with one additional
commit since the last revision
On Tue, 8 Apr 2025 20:02:56 GMT, Martin Balao wrote:
> Hi,
>
> I would like to request a review for the fix of JDK-8350661. In this fix, we
> translate the native PKCS 11 error code into an
> `InvalidAlgorithmParameterException`, as documented in the `KDF::deriveKey`
> API. With that said, di
On Tue, 8 Apr 2025 21:00:41 GMT, Weijun Wang wrote:
>> src/java.base/share/classes/jdk/internal/javac/PreviewFeature.java line 82:
>>
>>> 80: MODULE_IMPORTS,
>>> 81: @JEP(number=478, title="Key Derivation Function API",
>>> status="Preview")
>>> 82: KEY_DERIVATION,
>>
>
On Tue, 8 Apr 2025 14:23:06 GMT, Sean Mullan wrote:
>> Please review this change to terminally deprecate the following security
>> related permission classes: `java.security.UnresolvedPermission`,
>> `javax.net.ssl.SSLPermission`, `javax.security.auth.AuthPermission`,
>> `javax.security.auth.P
On Tue, 8 Apr 2025 20:02:56 GMT, Martin Balao wrote:
> Hi,
>
> I would like to request a review for the fix of JDK-8350661. In this fix, we
> translate the native PKCS 11 error code into an
> `InvalidAlgorithmParameterException`, as documented in the `KDF::deriveKey`
> API. With that said, di
On Tue, 8 Apr 2025 17:26:47 GMT, Koushik Muthukrishnan Thirupattur
wrote:
> Update copyright in NameFormat.java fix after JDK-8353945. Missed to update
> when the fix was integrated with JDK-8353945.
This pull request has been closed without being integrated.
-
PR: https://git.op
Hi,
I would like to request a review for the fix of JDK-8350661. In this fix, we
translate the native PKCS 11 error code into an
`InvalidAlgorithmParameterException`, as documented in the `KDF::deriveKey`
API. With that said, different PKCS 11 libraries may throw different errors and
may even
On Tue, 8 Apr 2025 19:44:30 GMT, Koushik Muthukrishnan Thirupattur
wrote:
> 8354061: Update copyright in NameFormat.java fix after JDK-8349890
@koushikthirupattur
Your change (at version 1d3078efb8dce8346336d298832b204875b8e71f) is now ready
to be sponsored by a Committer.
-
PR
On Tue, 8 Apr 2025 18:14:53 GMT, Weijun Wang wrote:
> Finalize the KDF API.
Changes requested by liach (Reviewer).
src/java.base/share/classes/jdk/internal/javac/PreviewFeature.java line 82:
> 80: MODULE_IMPORTS,
> 81: @JEP(number=478, title="Key Derivation Function API",
> st
On Tue, 8 Apr 2025 19:44:30 GMT, Koushik Muthukrishnan Thirupattur
wrote:
> 8354061: Update copyright in NameFormat.java fix after JDK-8349890
Marked as reviewed by mullan (Reviewer).
-
PR Review: https://git.openjdk.org/jdk/pull/24523#pullrequestreview-2751231196
8354061: Update copyright in NameFormat.java fix after JDK-8349890
-
Commit messages:
- 8354061: Update copyright in NameFormat.java fix after JDK-8349890
Changes: https://git.openjdk.org/jdk/pull/24523/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24523&range=00
Issue:
On Fri, 4 Apr 2025 15:13:50 GMT, Volodymyr Paprotski
wrote:
> > > Done I think: https://bugs.openjdk.org/browse/JDK-8297970
> >
> >
> > Is this link correct? This issue was fixed in JDK 20.
>
> Sorry.. copy/paste didnt notice.. https://bugs.openjdk.org/browse/JDK-8353670
> (also ends in *70!
Finalize the KDF API.
-
Commit messages:
- the change
Changes: https://git.openjdk.org/jdk/pull/24520/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24520&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8353888
Stats: 42 lines in 16 files changed: 0 ins; 30 del; 12
On Fri, 4 Apr 2025 12:42:36 GMT, Sean Mullan wrote:
> Please review this change to terminally deprecate the following security
> related permission classes: `java.security.UnresolvedPermission`,
> `javax.net.ssl.SSLPermission`, `javax.security.auth.AuthPermission`,
> `javax.security.auth.Priva
On Mon, 24 Mar 2025 12:54:01 GMT, Daniel Jeliński wrote:
> Update the SSLHandshake benchmark to enable running in multiple threads.
>
> This PR changes the scope of the state from per-benchmark to per-thread. The
> server SSLContext is still shared across all threads to simulate the scenario
>
On Sun, 6 Apr 2025 00:32:17 GMT, Sergey Kuksenko wrote:
>> Update crypto microbenchmarks to cover ML-DSA, ML-KEM, and HSS algorithms.
>
> Sergey Kuksenko has updated the pull request incrementally with one
> additional commit since the last revision:
>
> Update test/micro/org/openjdk/bench/ja
On Mon, 24 Mar 2025 12:54:01 GMT, Daniel Jeliński wrote:
> Update the SSLHandshake benchmark to enable running in multiple threads.
>
> This PR changes the scope of the state from per-benchmark to per-thread. The
> server SSLContext is still shared across all threads to simulate the scenario
>
On Tue, 8 Apr 2025 14:23:06 GMT, Sean Mullan wrote:
>> Please review this change to terminally deprecate the following security
>> related permission classes: `java.security.UnresolvedPermission`,
>> `javax.net.ssl.SSLPermission`, `javax.security.auth.AuthPermission`,
>> `javax.security.auth.P
> Please review this change to terminally deprecate the following security
> related permission classes: `java.security.UnresolvedPermission`,
> `javax.net.ssl.SSLPermission`, `javax.security.auth.AuthPermission`,
> `javax.security.auth.PrivateCredentialPermission`,
> `javax.security.auth.kerbe
On Mon, 24 Mar 2025 12:54:01 GMT, Daniel Jeliński wrote:
> Update the SSLHandshake benchmark to enable running in multiple threads.
>
> This PR changes the scope of the state from per-benchmark to per-thread. The
> server SSLContext is still shared across all threads to simulate the scenario
>
On Tue, 1 Apr 2025 20:53:01 GMT, Artur Barashev wrote:
> Disable SHA-1 in TLS/DTLS 1.2 handshake signatures (but not in certificate
> signatures).
> https://www.rfc-editor.org/rfc/rfc9155.html
>
> Also fixing a little TLSv1.3 spec violation bug: ECDSA_SHA1 should not be
> allowed for handshake
On Mon, 7 Apr 2025 18:40:35 GMT, Roger Riggs wrote:
>> Now that the Security Manager is permanently disabled, the following
>> permission classes in the core libraries area can be deprecated for removal
>> as they are no longer useful: FilePermission, LinkPermission,
>> LoggingPermission, Prop
On Tue, 8 Apr 2025 03:10:23 GMT, Koushik Muthukrishnan Thirupattur
wrote:
> Test javax/security/auth/x500/X500Principal/NameFormat.java fails after
> JDK-8349890. The expected results of the failing tests will now change
> according to the fix in JDK-8349890.
This pull request has now been in
> Test javax/security/auth/x500/X500Principal/NameFormat.java fails after
> JDK-8349890. The expected results of the failing tests will now change
> according to the fix in JDK-8349890.
Koushik Muthukrishnan Thirupattur has updated the pull request incrementally
with one additional commit since
On Tue, 8 Apr 2025 03:20:31 GMT, Koushik Muthukrishnan Thirupattur
wrote:
>> Test javax/security/auth/x500/X500Principal/NameFormat.java fails after
>> JDK-8349890. The expected results of the failing tests will now change
>> according to the fix in JDK-8349890.
>
> Koushik Muthukrishnan Thiru
40 matches
Mail list logo