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
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
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:
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
> 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
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
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
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
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