Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | tests/badssl.sh: Deprecate AES-CBC | Patrick McDermott | 2019-07-30 | 1 | -1/+1 |
| | |||||
* | tests/badssl.sh: Mark expected failures | Patrick McDermott | 2019-07-30 | 1 | -45/+46 |
| | |||||
* | tests/badssl.sh: Upgrade to HTTP/1.1 | Patrick McDermott | 2019-07-30 | 1 | -1/+3 |
| | |||||
* | tests/badssl.sh: Print newline before TAP directives | Patrick McDermott | 2019-07-30 | 1 | -2/+9 |
| | |||||
* | build: Use -Os flag | Patrick McDermott | 2019-07-30 | 1 | -0/+2 |
| | |||||
* | build: Use timing hardening flags | Patrick McDermott | 2019-07-30 | 1 | -0/+5 |
| | |||||
* | s_client: Disable SSLv3, TLSv1.0, and TLSv1.1 | Patrick McDermott | 2019-07-30 | 2 | -3/+3 |
| | | | | 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). | ||||
* | s_client: Use supported curves | Patrick McDermott | 2019-07-29 | 1 | -0/+103 |
| | |||||
* | 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 | 6 | -1/+897 |
| | |||||
* | s_client: Fix socket FD issues | Patrick McDermott | 2019-07-29 | 1 | -1/+2 |
| | | | | | wolfSSL's error reporting and debugging messages were of no help in debugging this. | ||||
* | s_client: Vertically align assignments | Patrick McDermott | 2019-07-29 | 1 | -5/+5 |
| | |||||
* | s_client: Slightly refactor socket connection func | Patrick McDermott | 2019-07-29 | 1 | -5/+5 |
| | |||||
* | s_client: Poll, read, and write FDs | Patrick McDermott | 2019-07-29 | 1 | -0/+88 |
| | |||||
* | s_client: Open and connect socket | Patrick McDermott | 2019-07-29 | 1 | -0/+54 |
| | |||||
* | main(): Use EXIT_FAILURE instead of 1 | Patrick McDermott | 2019-07-29 | 1 | -1/+2 |
| | |||||
* | s_client: Add option parsing and wolfSSL init | Patrick McDermott | 2019-07-29 | 1 | -1/+109 |
| | |||||
* | s_client: Stub | Patrick McDermott | 2019-07-28 | 4 | -2/+76 |
| | |||||
* | Initial commit | Patrick McDermott | 2019-07-28 | 17 | -0/+1401 |