Withdrawn: 8325766: Review seclibs tests for cert expiry

duke duke at openjdk.org
Mon Jul 29 18:37:37 UTC 2024


On Thu, 25 Apr 2024 17:20:11 GMT, Matthew Donovan <mdonovan at openjdk.org> wrote:

> For this PR, I identified TLS tests that can fail due to hard-code certificates expiring. I updated those tests to use certificates that are generated programmatically. This includes adding some helper methods to the CertificateBuilder class to create builder objects with common default values. The builder can be further customized to meet the needs of the test. I also refactored some of the tests to put common functionality in base classes, further reducing duplicated code.
> 
> This PR does not include changes to SSLContextTemplate and the tests that use it. These tests require significant refactoring to incorporate programmatically generated certificates and should be a separate task.

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.org/jdk/pull/18958


More information about the net-dev mailing list