Withdrawn: 8344191: Build code should not have classpath exception

2025-01-15 Thread duke
On Thu, 14 Nov 2024 12:22:36 GMT, Magnus Ihse Bursie wrote: > In several (most? all?) of the build system files, the copyright header > includes the classpath exception. This makes no sense, and should be removed. > > I have removed the classpath exception from makefiles, autoconf, shell > sc

Re: On 8346720: Support Generic keys in SunPKCS11 SecretKeyFactory

2025-01-15 Thread Martin Balao
Done. Thanks, Martin.- On Mon, Jan 13, 2025 at 10:27 AM Sean Mullan wrote: > > > On 1/12/25 9:11 PM, Martin Balao wrote: > > Done. I removed the Generic name Specification update request and added > > a reference to your CSR instead. > > You should also change the scope from "SE" to "JDK" now t

Integrated: 8347424: Fix and rewrite sun/security/x509/DNSName/LeadingPeriod.java test

2025-01-15 Thread Aleksey Shipilev
On Fri, 10 Jan 2025 12:37:42 GMT, Aleksey Shipilev wrote: > Noticed this when backporting > [JDK-8311546](https://bugs.openjdk.org/browse/JDK-8311546). The test is > actually broken, as it does not include CA cert in the certification path. So > it passes even without the fix, and thus the tes

Re: RFR: 8347424: Fix and rewrite sun/security/x509/DNSName/LeadingPeriod.java test

2025-01-15 Thread Aleksey Shipilev
On Fri, 10 Jan 2025 12:37:42 GMT, Aleksey Shipilev wrote: > Noticed this when backporting > [JDK-8311546](https://bugs.openjdk.org/browse/JDK-8311546). The test is > actually broken, as it does not include CA cert in the certification path. So > it passes even without the fix, and thus the tes

Integrated: 8345134: Test sun/security/tools/jarsigner/ConciseJarsigner.java failed: unable to find valid certification path to requested target

2025-01-15 Thread Mikhail Yankelevich
On Thu, 9 Jan 2025 10:50:44 GMT, Mikhail Yankelevich wrote: > Changed the gencert, so the certificate is now initialised to be with a start > time of -1M. This prevents a potential error with the certificate not yet > being valid. > Similar solution to [this pull > request](https://github.com

Re: RFR: 8345134: Test sun/security/tools/jarsigner/ConciseJarsigner.java failed: unable to find valid certification path to requested target [v5]

2025-01-15 Thread duke
On Wed, 15 Jan 2025 10:20:51 GMT, Mikhail Yankelevich wrote: >> Changed the gencert, so the certificate is now initialised to be with a >> start time of -1M. This prevents a potential error with the certificate not >> yet being valid. >> Similar solution to [this pull >> request](https://gith

Re: RFR: 8345134: Test sun/security/tools/jarsigner/ConciseJarsigner.java failed: unable to find valid certification path to requested target [v5]

2025-01-15 Thread Weijun Wang
On Wed, 15 Jan 2025 10:20:51 GMT, Mikhail Yankelevich wrote: >> Changed the gencert, so the certificate is now initialised to be with a >> start time of -1M. This prevents a potential error with the certificate not >> yet being valid. >> Similar solution to [this pull >> request](https://gith

[jdk24] Integrated: 8347596: Update HSS/LMS public key encoding

2025-01-15 Thread Weijun Wang
On Tue, 14 Jan 2025 23:10:36 GMT, Weijun Wang wrote: > 8347596: Update HSS/LMS public key encoding This pull request has now been integrated. Changeset: c141aa1e Author:Weijun Wang URL: https://git.openjdk.org/jdk/commit/c141aa1e08e5ca5363c650d4e6eb13d2b97541f3 Stats: 42 lines i

Re: [jdk24] RFR: 8347596: Update HSS/LMS public key encoding

2025-01-15 Thread Sean Mullan
On Tue, 14 Jan 2025 23:10:36 GMT, Weijun Wang wrote: > 8347596: Update HSS/LMS public key encoding Marked as reviewed by mullan (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/23119#pullrequestreview-2552891264

Integrated: 8347597: HttpClient: improve exception reporting when closing connection

2025-01-15 Thread Daniel Fuchs
On Mon, 13 Jan 2025 16:07:45 GMT, Daniel Fuchs wrote: > There are a few places in the HttpClient code base where we close the > connection when some error/exception happens. This can some time trigger a > race condition where closing the connection in turns causes a "connection > closed locall

Re: RFR: 8345134: Test sun/security/tools/jarsigner/ConciseJarsigner.java failed: unable to find valid certification path to requested target [v4]

2025-01-15 Thread Mikhail Yankelevich
On Tue, 14 Jan 2025 17:11:07 GMT, Weijun Wang wrote: > There are many certificates created in this test. Why are only these 2 lines > updated? changed to apply to all certificates if `-startdate` not specified in the command - PR Comment: https://git.openjdk.org/jdk/pull/23001#is

Re: RFR: 8345134: Test sun/security/tools/jarsigner/ConciseJarsigner.java failed: unable to find valid certification path to requested target [v5]

2025-01-15 Thread Mikhail Yankelevich
> Changed the gencert, so the certificate is now initialised to be with a start > time of -1M. This prevents a potential error with the certificate not yet > being valid. > Similar solution to [this pull > request](https://github.com/openjdk/jdk/pull/22592) > Have tested the test 6000 times for