Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a test that covers a libtls client talking to a Go TLS server with | jsing | 2017-03-07 | 1 | -5/+107 |
| | | | | | varying minimum and maximum protocol versions. This gives us protocol version test coverage against an independent TLS stack. | ||||
* | 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 |
| | | | | | a TLS config. The ConnVersion function now also returns a protocol version instead of a string. | ||||
* | Add handling for errors on the TLS config and properly check/handle | jsing | 2017-03-07 | 2 | -6/+23 |
| | | | | failures when setting the CA file. | ||||
* | libtls errors are much more descriptive these days - return them directly | jsing | 2017-03-07 | 1 | -9/+8 |
| | | | | and avoid adding redundant/duplicate information. | ||||
* | We no longer need to keep pointers following tls_config_set_*() calls. | jsing | 2017-03-07 | 1 | -6/+3 |
| | |||||
* | Print SKIPPED if a regress test cannot be executed for some reason. | bluhm | 2016-09-02 | 1 | -2/+3 |
| | | | | This allows to identify such tests by looking at their output. | ||||
* | Single byte read/write tests. | jsing | 2015-10-13 | 1 | -0/+67 |
| | |||||
* | Add test coverage for peer certificate info and connection info. | jsing | 2015-10-13 | 2 | -6/+231 |
| | |||||
* | Make regress work again post hackathon tls_handshake/tls_read/tls_write | jsing | 2015-10-13 | 1 | -7/+42 |
| | | | | changes. | ||||
* | Now that tls_close() is more robust, consider a failure to be fatal. | jsing | 2015-04-15 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -0/+280 |