Re: RFR: 8272875: Change the default key manager to PKIX

2025-04-23 Thread Anthony Scarpino
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 of the local certificate. The PKIX > algorithm should be preferred now so that the default key manager could be > more

RFR: 8272875: Change the default key manager to PKIX

2025-04-18 Thread Artur Barashev
The current key manager is SunX509, which is configured in the java.security. The SunX509 algorithm does not check of the local certificate. The PKIX algorithm should be preferred now so that the default key manager could be more robust. - Commit messages: - Rework unit tests - U