-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Security, Testing Infrastructure
-
None
-
Fully Compatible
-
Security 2019-05-20
-
22
Some test certificates were minted with a non-minimal representation of integers. This causes the Go TLS stack to reject them. We should re-mint them.
The malformed certificates are as follows:
- badSAN.pem
- client.pem
- client_revoked.pem
- localhostnameCN.pem
- localhostnameSAN.pem
Regenerating these certificates is a pre-requisite for re-enabling the tools testing in ssl_cert_password.js. When we re-enable this functionality, we should move the test logic to the tools suite.
- has to be done after
-
SERVER-40840 Disable tools testing in ssl_cert_password.js
- Closed