Re: RFR: 8009550: PlatformPCSC should load versioned so

2023-08-24 Thread Thomas Stuefe
On Thu, 24 Aug 2023 00:53:03 GMT, Andrew John Hughes wrote: > There is a long standing limitation in the UNIX smartcardio implementation > which means it will only look for the `pcsclite` library in two locations; > `/usr/lib` and `/usr/local/lib`. It also only searches for an unversioned > li

Re: RFR: 8009550: PlatformPCSC should load versioned so

2023-08-24 Thread Valerie Peng
On Thu, 24 Aug 2023 00:53:03 GMT, Andrew John Hughes wrote: > There is a long standing limitation in the UNIX smartcardio implementation > which means it will only look for the `pcsclite` library in two locations; > `/usr/lib` and `/usr/local/lib`. It also only searches for an unversioned > li

RFR: 8314960: Add Certigna Root CA - 2

2023-08-24 Thread Rajan Halade
This PR is to add two 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://bugs.openjdk.org/browse/JDK-8314976) - Commit messages:

Re: RFR: 8009550: PlatformPCSC should load versioned so

2023-08-24 Thread Valerie Peng
On Thu, 24 Aug 2023 00:53:03 GMT, Andrew John Hughes wrote: > There is a long standing limitation in the UNIX smartcardio implementation > which means it will only look for the `pcsclite` library in two locations; > `/usr/lib` and `/usr/local/lib`. It also only searches for an unversioned > li

Re: RFR: 8311532: Option to disable Krb5LoginModule::login method [v2]

2023-08-24 Thread Alexey Bakhtin
> JGSS is implemented in the JVM in 2 levels: the standard Java security > provider for Kerberos in sun.security.jgss.krb5.Krb5MechFactory and the JAAS > login module for Kerberos in com.sun.security.auth.module.Krb5LoginModule. > The problem is that in this hierarchy, the login module doesn't g

Re: RFR: 8312428: PKCS11 tests fail with NSS 3.91 [v3]

2023-08-24 Thread Rajan Halade
On Thu, 10 Aug 2023 19:45:48 GMT, Valerie Peng wrote: >> test/jdk/sun/security/pkcs11/PSSUtil.java line 34: >> >>> 32: private static final String KEYALG = "RSA"; >>> 33: private static final String SIGALG = "RSASSA-PSS"; >>> 34: private static final String[] DIGESTS = { >> >> is th

Re: RFR: 8312428: PKCS11 tests fail with NSS 3.91 [v3]

2023-08-24 Thread Rajan Halade
On Thu, 10 Aug 2023 20:29:29 GMT, Valerie Peng wrote: >> 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

RFR: JDK-8314901: AES-GCM interleaved implementation using AVX2 instructions

2023-08-24 Thread Smita Kamath
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 option: |Benchmark | Data Size | Base version (ops/s) | Patched

Re: RFR: JDK-8313764: Offer JVM HS functionality to shared lib load operations done by the JDK codebase

2023-08-24 Thread Matthias Baesken
On Wed, 23 Aug 2023 12:26:36 GMT, Martin Doerr wrote: > Please check windows-aarch64 build error: unresolved external symbol > dlopen_ext Hi Martin, thanks ! I did a small adjustment, now the windows aarch64 build works. - PR Comment: https://git.openjdk.org/jdk/pull/15264#issue