Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s_client: Disable SSLv3, TLSv1.0, and TLSv1.1 | Patrick McDermott | 2019-07-30 | 1 | -1/+1 |
| | | | | And update tests/badssl.sh results. | ||||
* | s_client: Use supported curves | Patrick McDermott | 2019-07-29 | 1 | -0/+103 |
| | |||||
* | 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 |
| | |||||
* | s_client: Add option parsing and wolfSSL init | Patrick McDermott | 2019-07-29 | 1 | -1/+109 |
| | |||||
* | s_client: Stub | Patrick McDermott | 2019-07-28 | 1 | -0/+28 |