Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a unit test for tls1_PRF(). | jsing | 2017-03-10 | 1 | -1/+2 |
| | |||||
* | Update the TLS ALPN unit tests to work with internal/opaque data. | jsing | 2017-01-22 | 1 | -1/+2 |
| | |||||
* | Add regress coverage for enabled protocol version range. | jsing | 2016-12-30 | 1 | -1/+2 |
| | |||||
* | Some tests require internal symbols; have them link with the static | guenther | 2016-11-04 | 1 | -4/+4 |
| | | | | | | | libssl or libtls so they can continue to see them after the shared library namespace is cleaned up ok jsing@ | ||||
* | remove unneeded reach-around include | bcook | 2016-09-03 | 1 | -2/+2 |
| | |||||
* | Enable ALPN regress now that it passes. | jsing | 2016-08-27 | 1 | -4/+2 |
| | |||||
* | Unhook tls_ext_alpn test until the code passes it. | doug | 2015-07-13 | 1 | -2/+5 |
| | |||||
* | Add tests for parsing TLS extension ALPN (RFC 7301). | doug | 2015-07-09 | 1 | -2/+2 |
| | | | | The current libssl code does not pass these tests yet. | ||||
* | Add unit tests for LibreSSL. | doug | 2015-06-27 | 1 | -0/+20 |
cipher_list.c is based on code from jsing@. Discussed with jsing@ |