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