ice
ice copied to clipboard
Add New SSL Native API Test Cases
This PR adds four new test cases for SSL native APIs and includes minor test cleanup:
-
clientValidatesServerUsingValidationCallback:
- Verifies that the client can use a validation callback to accept a certificate that would otherwise be rejected.
-
clientValidatesServerUsingSystemTrustedRootCertificates:
- Tests the client's ability to validate
zeroc.com
certificates using default system Certificate Authorities (CAs).
- Tests the client's ability to validate
-
serverValidatesClientUsingValidationCallback:
- Client-side counterpart of
clientValidatesServerUsingValidationCallback
, ensuring that the server can use a validation callback to accept client certificates.
- Client-side counterpart of
-
serverHotCertificateReload:
- Tests the server's ability to reload certificates without restarting.