Loosen the check; the modified test is sufficient to demonstrate
sub-millisecond precision.
-
Commit messages:
- another fix
- the fix
Changes: https://git.openjdk.org/jdk/pull/23867/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23867&range=00
Issue: https://bugs.open
> Implement HPKE as defined in https://datatracker.ietf.org/doc/rfc9180/.
>
> 
Weijun Wang has updated the pull request incrementally with one additional
commit since the last revision:
add mo
> Currently when a signature scheme constraint is specified with
> "jdk.tls.disabledAlgorithms" property we don't differentiate between
> signatures used to sign a TLS handshake exchange and the signatures used in
> TLS certificates:
> https://datatracker.ietf.org/doc/html/rfc8446#section-4.2.3
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.
-
Commit messages:
- JDK-8351034 Add AVX-512 intrinsics for ML-DSA
Changes: https://git.openjdk.org/
> Implement HPKE as defined in https://datatracker.ietf.org/doc/rfc9180/.
>
> 
Weijun Wang has updated the pull request incrementally with one additional
commit since the last revision:
unspec
On Mon, 3 Mar 2025 18:28:27 GMT, Artur Barashev wrote:
>> Loosen the check; the modified test is sufficient to demonstrate
>> sub-millisecond precision.
>
> test/jdk/sun/security/krb5/MicroTime.java line 48:
>
>> 46: }
>> 47: // We believe a nice KerberosTime can at least tell t
> 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 Mon, 3 Mar 2025 16:26:21 GMT, Weijun Wang wrote:
> Loosen the check; the modified test is sufficient to demonstrate
> sub-millisecond precision.
test/jdk/sun/security/krb5/MicroTime.java line 49:
> 47: // Before this change, KerberosTime was implemented in
> milliseconds.
> 48:
On Mon, 3 Mar 2025 18:32:42 GMT, Artur Barashev wrote:
>> Loosen the check; the modified test is sufficient to demonstrate
>> sub-millisecond precision.
>
> test/jdk/sun/security/krb5/MicroTime.java line 49:
>
>> 47: // Before this change, KerberosTime was implemented in
>> millisecond
The jarsigner -verify command currently performs verification by reading from
JarFile to navigate the central directory (CEN) headers. It is now enhanced to
include cross-validation of entries between JarFile (CEN-based) and
JarInputStream (stream-based) representations of the JAR. It emits earn
On Mon, 3 Mar 2025 15:57:49 GMT, Weijun Wang wrote:
>> Implement HPKE as defined in https://datatracker.ietf.org/doc/rfc9180/.
>>
>> 
>
> Weijun Wang has updated the pull request incrementally wi
On Thu, 20 Feb 2025 21:49:42 GMT, Volodymyr Paprotski
wrote:
> Add AVX2 montgomery multiplication intrinsic. (About 60-80% gain)
>
> Also add reduction to existing AVX512 multiplication (this was left-over from
> https://github.com/openjdk/jdk/pull/19893 where a quick fix was required).
> Thi
On Mon, 3 Mar 2025 16:26:21 GMT, Weijun Wang wrote:
> Loosen the check; the modified test is sufficient to demonstrate
> sub-millisecond precision.
LGTM
-
Marked as reviewed by abarashev (Author).
PR Review: https://git.openjdk.org/jdk/pull/23867#pullrequestreview-2655001271
On Mon, 3 Mar 2025 16:26:21 GMT, Weijun Wang wrote:
> Loosen the check; the modified test is sufficient to demonstrate
> sub-millisecond precision.
test/jdk/sun/security/krb5/MicroTime.java line 48:
> 46: }
> 47: // We believe a nice KerberosTime can at least tell the
> 48:
14 matches
Mail list logo