Re: [jdk23] RFR: 8325280: Update troff manpages in JDK 23 before RC

2024-07-18 Thread David Holmes
On Fri, 19 Jul 2024 05:47:15 GMT, David Holmes wrote: > Before RC we need to update the man pages in the repo from their Markdown > sources. All pages at a minimum have 23-ea replaced with 23, and publication > year set to 2024 if needed. > > This also picks up the unpublished changes to java.

Re: RFR: 8336240: Test com/sun/crypto/provider/Cipher/DES/PerformanceTest.java fails with java.lang.ArithmeticException [v3]

2024-07-18 Thread Rajan Halade
On Wed, 17 Jul 2024 15:35:26 GMT, Fernando Guallini wrote: >> The manual test Cipher/DES/PerformanceTest.java fails with >> ArithmeticException due to potential division by zero. The issue arises when >> calculating the elapsed time using end - start, which could result in zero >> millisecond

Re: RFR: 8335288: SunPKCS11 initialization will call C_GetMechanismInfo on unsupported mechanisms

2024-07-18 Thread Hai-May Chao
On Wed, 17 Jul 2024 00:48:20 GMT, Valerie Peng wrote: > Can someone help review this fix? Changed the required-mechanism check by > checking if the particular mechanism is inside the list of enabled supported > mechanisms. This should be more reliable than calling C_GetMechanismInfo(..) > on t

Re: RFR: 8336240: Test com/sun/crypto/provider/Cipher/DES/PerformanceTest.java fails with java.lang.ArithmeticException [v3]

2024-07-18 Thread Bradford Wetmore
On Wed, 17 Jul 2024 15:35:26 GMT, Fernando Guallini wrote: >> The manual test Cipher/DES/PerformanceTest.java fails with >> ArithmeticException due to potential division by zero. The issue arises when >> calculating the elapsed time using end - start, which could result in zero >> millisecond

Integrated: 8328723: IP Address error when client enables HTTPS endpoint check on server socket

2024-07-18 Thread Prajwal Kumaraswamy
On Fri, 5 Jul 2024 08:58:03 GMT, Prajwal Kumaraswamy wrote: > The client identity checks when "HTTPS" endpoint identification algorithm is > set on SSL server throws "java.security.cert.CertificateException: No subject > alternative names present" when client certificate's SubjectAltName exten

Integrated: 8028127: Regtest java/security/Security/SynchronizedAccess.java is incorrect

2024-07-18 Thread Fernando Guallini
On Thu, 30 May 2024 14:01:20 GMT, Fernando Guallini wrote: > As highlighted in the bug description, The test > **security/Security/SynchronizedAccess.java** have some issues: > > 1. it needs to implement the sigalg, otherwise it throws > java.security.NoSuchAlgorithmException . Even though it

Re: RFR: 8328723: IP Address error when client enables HTTPS endpoint check on server socket [v2]

2024-07-18 Thread duke
On Tue, 9 Jul 2024 07:13:06 GMT, Prajwal Kumaraswamy wrote: >> The client identity checks when "HTTPS" endpoint identification algorithm is >> set on SSL server throws "java.security.cert.CertificateException: No >> subject alternative names present" when client certificate's SubjectAltName >

Re: RFR: 8328723: IP Address error when client enables HTTPS endpoint check on server socket [v2]

2024-07-18 Thread Daniel JeliƄski
On Tue, 9 Jul 2024 07:13:06 GMT, Prajwal Kumaraswamy wrote: >> The client identity checks when "HTTPS" endpoint identification algorithm is >> set on SSL server throws "java.security.cert.CertificateException: No >> subject alternative names present" when client certificate's SubjectAltName >

Re: RFR: 8028127: Regtest java/security/Security/SynchronizedAccess.java is incorrect [v5]

2024-07-18 Thread duke
On Wed, 17 Jul 2024 15:42:11 GMT, Fernando Guallini wrote: >> As highlighted in the bug description, The test >> **security/Security/SynchronizedAccess.java** have some issues: >> >> 1. it needs to implement the sigalg, otherwise it throws >> java.security.NoSuchAlgorithmException . Even thou