aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/unit_tls.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix mem leak in tls unit testsDaniel Neus2017-03-031-4/+6
* Remove std::cout accidentally left from debuggingRené Korthaus2017-02-121-4/+0
* Fix compiling TLS tests without DSAJack Lloyd2017-02-111-0/+2
* Correct GH #869 for DSS CBC suitesJack Lloyd2017-02-071-2/+2
* Use SHA-384 with DHE_DSS_AES_256_CBCRené Korthaus2017-02-061-1/+5
* Add tests for DHE_DSS ciphersuitesRené Korthaus2017-02-061-5/+88
* Fix various SunCC and Solaris warnings and build problems.Jack Lloyd2017-01-241-2/+2
* Avoid deprecation warning in TLS testsJack Lloyd2017-01-091-0/+3
* Avoid construct in test that causes compilation problem on XCode 6Jack Lloyd2017-01-041-2/+15
* Increase default TLS DH min to 2048 bits, and add BSI policy class.Jack Lloyd2016-12-301-1/+3
* Remove reference to CECPQ1_PSK OCB ciphersuite in test.Jack Lloyd2016-12-301-1/+0
* Add CECPQ1 OCB ciphersuitesJack Lloyd2016-12-301-0/+7
* One more Camellia TLS test fixJack Lloyd2016-12-281-1/+8
* Fix Camellia TLS testsJack Lloyd2016-12-281-2/+9
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-11/+11
* Fix bad deref when ciphersuite value is larger than largest known idJack Lloyd2016-12-051-0/+25
* Add tests for TLS policy valuesJack Lloyd2016-11-261-5/+67
* Merge GH #653 OCSP and X.509 path validation refactorJack Lloyd2016-11-251-22/+25
|\
| * Fix TLS tests wrt validation changesJack Lloyd2016-11-251-12/+25
| * Move TLS cert verification callback from Credentials_Manager to TLS::CallbacksJack Lloyd2016-11-231-10/+0
* | Add a test of TLS::Alert::type_stringJack Lloyd2016-11-251-5/+61
|/
* Add brainpool test to TLSJack Lloyd2016-11-191-1/+3
* Merge GH #729 Add CECPQ1 (x25519+NewHope) TLS ciphersuitesJack Lloyd2016-11-191-0/+4
|\
| * Add CECPQ1 TLS ciphersuitesJack Lloyd2016-11-171-0/+4
* | Fix TLS testJack Lloyd2016-11-181-4/+4
|/
* Fix TLS corruption tests.Jack Lloyd2016-11-151-4/+4
* Add an in-house EC curve for TLS at compile-timeRené Korthaus2016-11-031-0/+4
* More tests for session managers.Jack Lloyd2016-10-271-1/+13
* Test MtE then EtM CBC modesJack Lloyd2016-10-271-1/+1
* Fix TLS resumption bugsJack Lloyd2016-10-271-92/+155
* 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