Re: [External] : Re: PEM KeyStore Implementation

2023-10-05 Thread Karl Scheibelhofer
Hi Sean, Yes, I had a look at the Contributing docs at the OpenJDK site before. I also signed the OCA. Honestly, I thought there would be some more reaction on the suggested PEM KeyStore. It would really be good to discuss the topic with others. Is there anything we can do to get others in sharin

Re: RFR: JDK-8314901: AES-GCM interleaved implementation using AVX2 instructions [v3]

2023-10-05 Thread Daniel JeliƄski
On Thu, 5 Oct 2023 05:13:19 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:UseA

Re: [External] : Re: PEM KeyStore Implementation

2023-10-05 Thread Sean Mullan
On Oct 5, 2023, at 2:48 AM, Karl Scheibelhofer mailto:karl.scheibelho...@gmx.net>> wrote: Hi Sean, Yes, I had a look at the Contributing docs at the OpenJDK site before. I also signed the OCA. Great, thanks. Honestly, I thought there would be some more reaction on the suggested PEM KeySto

Re: RFR: 4964430: (spec) missing IllegalStateException exception requirement for javax.crypto.Cipher.doFinal [v4]

2023-10-05 Thread Sean Mullan
On Wed, 4 Oct 2023 22:36:57 GMT, Ben Perez wrote: >> Updated IllegalStateException exception requirements for `update`, >> `doFinal`, `wrap`, and `unwrap` > > Ben Perez has updated the pull request incrementally with one additional > commit since the last revision: > > Updated docs for NullC

Re: RFR: 4964430: (spec) missing IllegalStateException exception requirement for javax.crypto.Cipher.doFinal [v4]

2023-10-05 Thread Ferenc Rakoczi
On Thu, 5 Oct 2023 14:29:35 GMT, Sean Mullan wrote: >> Ben Perez has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Updated docs for NullCipher to indicate it will not throw and >> IllegalStateException when calling Cipher methods in bad s

Re: RFR: 4964430: (spec) missing IllegalStateException exception requirement for javax.crypto.Cipher.doFinal [v4]

2023-10-05 Thread Sean Mullan
On Thu, 5 Oct 2023 15:17:51 GMT, Ferenc Rakoczi wrote: >> src/java.base/share/classes/javax/crypto/NullCipher.java line 35: >> >>> 33: * byte. Unlike other ciphers, the {@code NullCipher} will not throw an >>> 34: * {@code IllegalStateException} when calling {@code Cipher} methods >>> 35: *

Re: RFR: 4964430: (spec) missing IllegalStateException exception requirement for javax.crypto.Cipher.doFinal [v5]

2023-10-05 Thread Ben Perez
> Updated IllegalStateException exception requirements for `update`, `doFinal`, > `wrap`, and `unwrap` Ben Perez has updated the pull request incrementally with one additional commit since the last revision: Wording change for NullCipher doc, added @code tags - Changes: - all:

Re: RFR: 4964430: (spec) missing IllegalStateException exception requirement for javax.crypto.Cipher.doFinal [v5]

2023-10-05 Thread Sean Mullan
On Thu, 5 Oct 2023 17:28:46 GMT, Ben Perez wrote: >> Updated IllegalStateException exception requirements for `update`, >> `doFinal`, `wrap`, and `unwrap` > > Ben Perez has updated the pull request incrementally with one additional > commit since the last revision: > > Wording change for Nul

Re: RFR: 4964430: (spec) missing IllegalStateException exception requirement for javax.crypto.Cipher.doFinal [v5]

2023-10-05 Thread Valerie Peng
On Thu, 5 Oct 2023 17:28:46 GMT, Ben Perez wrote: >> Updated IllegalStateException exception requirements for `update`, >> `doFinal`, `wrap`, and `unwrap` > > Ben Perez has updated the pull request incrementally with one additional > commit since the last revision: > > Wording change for Nul

Integrated: 4964430: (spec) missing IllegalStateException exception requirement for javax.crypto.Cipher.doFinal

2023-10-05 Thread Ben Perez
On Wed, 13 Sep 2023 18:08:35 GMT, Ben Perez wrote: > Updated IllegalStateException exception requirements for `update`, `doFinal`, > `wrap`, and `unwrap` This pull request has now been integrated. Changeset: 991ce84e Author:Ben Perez Committer: Valerie Peng URL: https://git.openjd