aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/unit_tls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes for build without 25519Jack Lloyd2016-10-241-0/+3
* X25519 key exchange for TLSJack Lloyd2016-10-211-0/+4
* Merge GH #665 Add IncludeOS target, make filesystem/threads optionalJack Lloyd2016-10-171-1/+0
|\
| * Fix mutex in oids.cppJack Lloyd2016-10-121-1/+0
* | Merge GH #659 TLS CBC is optionalJack Lloyd2016-10-131-0/+5
|\ \ | |/ |/|
| * Make TLS CBC optionalJack Lloyd2016-10-081-0/+5
* | Make pk_ops.h internalJack Lloyd2016-10-081-2/+2
* | Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-1/+1
|/
* TLS: Split CBC+HMAC modes to standalone AEAD_ModeJack Lloyd2016-10-071-116/+167
* Support encoding of supported point formats extensionRené Korthaus2016-10-031-0/+12
* New TLS positive and negative tests.Juraj Somorovsky2016-09-301-4/+10
* Maintainer mode fixes.Jack Lloyd2016-09-211-1/+1
* Merge master into this branch, resolving conflicts with #457/#576Jack Lloyd2016-08-311-240/+346
|\
| * Add a Callbacks function for ALPNJack Lloyd2016-08-161-4/+6
| * Changes to TLS::Callbacks for GH PR #457Jack Lloyd2016-08-161-34/+59
| * Removed TLS::Session::PropertiesMatthias Gierlings2016-06-191-8/+6
| * Extended TLS Unit TestsMatthias Gierlings2016-06-191-251/+326
| * Added virtual Callback InterfaceMatthias Gierlings2016-06-191-13/+13
| * Implemented Feedback on GH #457Matthias Gierlings2016-06-191-1/+1
| * Reduction of code complexity in TLS classes.Matthias Gierlings2016-06-191-22/+30
* | Address some issues with PR 492Jack Lloyd2016-08-131-0/+2
* | Encrypt-then-MAC extension (RFC 7366)Juraj Somorovsky2016-05-111-8/+43
|/
* Remaining cppcheck fixes that are not covered by GH #444Daniel Neus2016-03-051-2/+2
* Enable -Wpedantic on gcc and clangRené Korthaus2016-01-131-1/+1
* some trivial compiler/PVS-Studio warning fixesDaniel Neus2015-12-221-2/+2
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-1/+1
* Disable some problem areas of TLS corruption test pending rewriteJack Lloyd2015-11-241-5/+2
* The TLS test for corrupted data was too strict in requiring thatJack Lloyd2015-11-131-30/+32
* Add TLS_PSK testsJack Lloyd2015-11-131-52/+190
* Fix occasional test failsJack Lloyd2015-11-111-2/+18
* Update and consolidate the test framework.Jack Lloyd2015-11-111-279/+213
* TLS improvementsJack Lloyd2015-10-251-120/+431
* 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