Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename shutdown_all() to shutdown_peers() for consistency. | tb | 2021-05-04 | 1 | -3/+3 |
* | Modify regress ssl_get_shared_ciphers for portable | inoguchi | 2021-05-03 | 1 | -4/+4 |
* | don't set AUTO_RETRY. it's a remnant of an experiment. | tb | 2021-01-21 | 1 | -3/+1 |
* | A few minor tweaks to make my OCD happy. | tb | 2021-01-12 | 1 | -12/+9 |
* | Print error if SSL_{connect,accept,shutdown}(3) don't run to completion. | tb | 2021-01-11 | 1 | -3/+13 |
* | Shut down the TLS connections properly. | tb | 2021-01-11 | 1 | -3/+28 |
* | Include headers used instead of relying on ssl.h pulling in the world. | tb | 2021-01-11 | 1 | -1/+7 |
* | Merge handshake_loop() into handshake(). There's no benefit in having | tb | 2021-01-10 | 1 | -18/+7 |
* | tweak a comment | tb | 2021-01-10 | 1 | -2/+2 |
* | Add a regress for SSL_get_shared_ciphers() for the change of returned | tb | 2021-01-10 | 1 | -0/+457 |