Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve unknown protocol version handling. | jsing | 2017-04-09 | 1 | -2/+3 |
* | In ssl.h TLS 1.0 is called TLSv1. Adapt name in test to make it pass. | bluhm | 2017-04-07 | 1 | -1/+1 |
* | Allow ciphers to be set on the TLS config. | jsing | 2017-03-07 | 1 | -0/+10 |
* | Provide support for libtls protocols and allow for protocols to be set on | jsing | 2017-03-07 | 1 | -3/+47 |
* | Add handling for errors on the TLS config and properly check/handle | jsing | 2017-03-07 | 1 | -2/+13 |
* | libtls errors are much more descriptive these days - return them directly | jsing | 2017-03-07 | 1 | -9/+8 |
* | We no longer need to keep pointers following tls_config_set_*() calls. | jsing | 2017-03-07 | 1 | -6/+3 |
* | Add test coverage for peer certificate info and connection info. | jsing | 2015-10-13 | 1 | -0/+79 |
* | Make regress work again post hackathon tls_handshake/tls_read/tls_write | jsing | 2015-10-13 | 1 | -7/+42 |
* | Update for recent verify related naming changes. | jsing | 2015-02-22 | 1 | -3/+3 |
* | Update regress for the libressl to libtls rename. | jsing | 2014-10-31 | 1 | -0/+165 |