Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't set AUTO_RETRY. it's a remnant of an experiment. | 2021-01-21 | 1 | -3/+1 | |
| | |||||
* | A few minor tweaks to make my OCD happy. | 2021-01-12 | 1 | -12/+9 | |
| | | | | | Sort headers, unwrap a line, fix grammar in spelling and simplify the check for test failure. | ||||
* | Print error if SSL_{connect,accept,shutdown}(3) don't run to completion. | 2021-01-11 | 1 | -3/+13 | |
| | |||||
* | Shut down the TLS connections properly. | 2021-01-11 | 1 | -3/+28 | |
| | |||||
* | Include headers used instead of relying on ssl.h pulling in the world. | 2021-01-11 | 1 | -1/+7 | |
| | |||||
* | Merge handshake_loop() into handshake(). There's no benefit in having | 2021-01-10 | 1 | -18/+7 | |
| | | | | this factored into a separate function. | ||||
* | tweak a comment | 2021-01-10 | 1 | -2/+2 | |
| | |||||
* | Add a regress for SSL_get_shared_ciphers() for the change of returned | 2021-01-10 | 1 | -0/+457 | |
ciphers in ssl_lib.c r1.240 and TLSv1.3 support in tls13_server.c r1.69. requested by jsing |