Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s_client: Disable SSLv3, TLSv1.0, and TLSv1.1 | Patrick McDermott | 2019-07-30 | 1 | -2/+2 |
| | | | | And update tests/badssl.sh results. | ||||
* | tests/badssl.sh: Fix Mozilla recommendation results | Patrick McDermott | 2019-07-29 | 1 | -2/+2 |
| | |||||
* | tests/badssl.sh: Update results | Patrick McDermott | 2019-07-29 | 1 | -7/+6 |
| | | | | | | HPKP is unimplemented, certificates without CN/subject are accepted, wolfSSL falls over with too many SANs, and 8192-bit RSA keys are unsupported by wolfSSL (which is probably a good thing anyway). | ||||
* | tests/badssl.sh: Add "not " to test descriptions | Patrick McDermott | 2019-07-29 | 1 | -18/+19 |
| | |||||
* | tests/badssl.sh: New test script | Patrick McDermott | 2019-07-29 | 2 | -1/+108 |
| | |||||
* | build: Add test framework | Patrick McDermott | 2019-07-29 | 3 | -0/+242 |