On Wed, 18 Jun 2025 21:35:47 GMT, Artur Barashev wrote:
>> SunX509 key manager should support the same certificate checks that are
>> supported by PKIX key manager.
>>
>> Effectively there should be only 2 differences between 2 key managers:
>> - PKIX supports multiple key stores through KeySto
On Wed, 18 Jun 2025 18:24:43 GMT, Naoto Sato wrote:
>> Refactored the internal handling of `stdin/out/err.encoding` to allow
>> setting them only via command-line options by converting them into
>> `StaticProperty`. This change prevents unexpected behavior caused by
>> applications modifying t
On Fri, 18 Apr 2025 17:04:56 GMT, Artur Barashev wrote:
> The current key manager is SunX509, which is configured in the java.security.
> The SunX509 algorithm does not check the local certificate. The PKIX
> algorithm should be preferred now so that the default key manager could be
> more rob
On Wed, 18 Jun 2025 21:35:47 GMT, Artur Barashev wrote:
>> SunX509 key manager should support the same certificate checks that are
>> supported by PKIX key manager.
>>
>> Effectively there should be only 2 differences between 2 key managers:
>> - PKIX supports multiple key stores through KeySto
> SunX509 key manager should support the same certificate checks that are
> supported by PKIX key manager.
>
> Effectively there should be only 2 differences between 2 key managers:
> - PKIX supports multiple key stores through KeyStore.Builder interface while
> SunX509 supports only a single ke
On Thu, 19 Jun 2025 11:03:43 GMT, Alan Bateman wrote:
> Latest version looks okay but I think better to drop the change to
> System.initPhase1.
Reverted the changes in the `System` class. Also, there were two sites that
used `StaticProperty` class outside the `java.base` module. I replaced the
On Fri, 20 Jun 2025 13:58:24 GMT, Sean Mullan wrote:
>> Artur Barashev has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Update system property name in one more test
>
> test/jdk/sun/security/mscapi/ShortRSAKeyWithinTLS.java line 238:
>
>
> 8351566: Consolidate third party artifacts used in tests
Mikhail Yankelevich has updated the pull request with a new target base due to
a merge or a rebase. The pull request now contains 10 commits:
- Merge branch 'master' into JDK-8351566
- updated nss version
- Merge branch 'master' into
> Refactored the internal handling of `stdin/out/err.encoding` to allow setting
> them only via command-line options by converting them into `StaticProperty`.
> This change prevents unexpected behavior caused by applications modifying
> these properties at runtime using `System.setProperty()`.
> 8351566: Consolidate third party artifacts used in tests
Mikhail Yankelevich has updated the pull request with a new target base due to
a merge or a rebase. The pull request now contains eight commits:
- Merge branch 'master' into JDK-8351566
- Fernando's comments:
* cleanup
- minor:
On Fri, 20 Jun 2025 18:44:47 GMT, Naoto Sato wrote:
>> Refactored the internal handling of `stdin/out/err.encoding` to allow
>> setting them only via command-line options by converting them into
>> `StaticProperty`. This change prevents unexpected behavior caused by
>> applications modifying t
On Fri, 20 Jun 2025 18:44:47 GMT, Naoto Sato wrote:
>> Refactored the internal handling of `stdin/out/err.encoding` to allow
>> setting them only via command-line options by converting them into
>> `StaticProperty`. This change prevents unexpected behavior caused by
>> applications modifying t
12 matches
Mail list logo