On Thu, 24 Aug 2023 06:12:29 GMT, Smita Kamath wrote:
> Hi All,
> I would like to submit AES-GCM optimization for x86_64 architectures using
> AVX2 instructions. This optimization interleaves AES and GHASH operations.
>
> Below are the performance numbers on my desktop system with -XX:UseAVX=2
> Starting NSS v3.91, SHA-3 support is added for MessageDigest but not for PSS
> Signature. This breaks existing test assumptions made by PSS regression
> tests. In addition, the NSS SHA-3 message digests do not support cloning
> which causes the failure of TestCloning.java.
>
> This PR adds a
On Wed, 23 Aug 2023 18:21:28 GMT, Rajan Halade wrote:
>> Valerie Peng has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> More review feedbacks
>
> test/jdk/sun/security/pkcs11/Signature/KeyAndParamCheckForPSS.java line 117:
>
>> 115:
On Thu, 24 Aug 2023 20:02:30 GMT, Rajan Halade wrote:
>> Removed.
>
> DIGESTS is still not used.
Missed to commit this file. Will update in the next commit.
-
PR Review Comment: https://git.openjdk.org/jdk/pull/15217#discussion_r1306090806
On Fri, 25 Aug 2023 00:39:49 GMT, Rajan Halade wrote:
> This PR is to add new TLS root certificates from Certigna (Dhimyotis). This
> CA has gone through
> https://www.oracle.com/java/technologies/javase/carootcertsprogram.html
> process.
>
> The release-note is at
> [JDK-8314976](https://bu
On Fri, 25 Aug 2023 00:39:49 GMT, Rajan Halade wrote:
> This PR is to add new TLS root certificates from Certigna (Dhimyotis). This
> CA has gone through
> https://www.oracle.com/java/technologies/javase/carootcertsprogram.html
> process.
>
> The release-note is at
> [JDK-8314976](https://bu
This PR updates the version of NSS to 3.91 and includes aarch64 platforms.
There is a related bug in PR (https://github.com/openjdk/jdk/pull/15217) so we
may want to wait for that to merge before merging this one.
-
Commit messages:
- 8314283: Support for NSS tests on aarch64 platf