summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/unit (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* remove unneeded reach-around includebcook2016-09-031-2/+2
|
* Enable ALPN regress now that it passes.jsing2016-08-271-4/+2
|
* Unhook tls_ext_alpn test until the code passes it.doug2015-07-131-2/+5
|
* Add tests for parsing TLS extension ALPN (RFC 7301).doug2015-07-092-2/+446
| | | | The current libssl code does not pass these tests yet.
* specify the array initializer valuelibressl-v2.2.1bcook2015-07-011-2/+2
| | | | noted by kinichiro from github
* Convert ssl_bytes_to_cipher_list to CBS.doug2015-06-281-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.doug2015-06-273-0/+256
cipher_list.c is based on code from jsing@. Discussed with jsing@