Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-20 | certs: generate tests certs with sha256 digest algorithm | Daniel Stenberg | |
As OpenSSL 1.1.1 starts to complain and fail on sha1 CAs: "SSL certificate problem: CA signature digest algorithm too weak" Closes #3014 | |||
2018-09-12 | tests/certs: rebuild certs with 2048-bit RSA keys | Yiming Jing | |
The previous test certificates contained RSA keys of only 1024 bits. However, RSA claims that 1024-bit RSA keys are likely to become crackable some time before 2010. The NIST recommends at least 2048-bit keys for RSA for now. Better use full 2048 also for testing. Closes #2973 | |||
2015-07-02 | test2041: fixed line endings in protocol part | Dan Fandrich | |
2015-07-01 | SSL: Pinned public key hash support | moparisthebest | |