Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -2/+446 |
| | | | | The current libssl code does not pass these tests yet. | ||||
* | specify the array initializer valuelibressl-v2.2.1 | bcook | 2015-07-01 | 1 | -2/+2 |
| | | | | noted by kinichiro from github | ||||
* | Convert ssl_bytes_to_cipher_list to CBS. | doug | 2015-06-28 | 1 | -1/+16 |
| | | | | | | | Link in the new 'unit' regress and expand the invalid tests to include some that would fail before the CBS conversion. input + ok miod@ jsing@ | ||||
* | Add unit tests for LibreSSL. | doug | 2015-06-27 | 3 | -0/+256 |
cipher_list.c is based on code from jsing@. Discussed with jsing@ |