aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/unit_tls.cpp
Commit message (Expand)AuthorAgeFilesLines
* More test coverage improvements.Jack Lloyd2015-07-051-4/+6
* Test more TLS functionality (closing, key material export, session tickets)Jack Lloyd2015-07-041-1/+23
* tests: Convert &vec[0] to vec.data()Simon Warta2015-06-301-2/+2
* Let TLS unittests fail on exceptionSimon Warta2015-06-291-2/+2
* Replace \n by std::endl in tests to ensure proper flushingSimon Warta2015-06-191-10/+10
* Add DTLS versions to TLS handshake smoke testlloyd2015-06-191-3/+7
* Add ALPN (RFC 7301) and remove NPNlloyd2015-03-201-10/+11
* Fix memory leak in TLS tests. Remove last few remaining uses of auto_ptr.lloyd2015-03-081-10/+12
* Remove SSLv3 and handling of SSLv2 client hellos.lloyd2015-01-111-1/+0
* Ensure all files have copyright and license info.lloyd2015-01-101-0/+5
* All tests now share an RNG. Uses system RNG if availablelloyd2014-12-281-2/+2
* No need to pass version by referencelloyd2014-10-311-1/+2
* Better TLS checkslloyd2014-04-101-27/+45
* Rename test sourceslloyd2014-01-071-0/+281