aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/msg_server_kex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add callback for decoding TLS group paramsJack Lloyd2018-02-131-2/+2
* Use enums for TLS key exchange group paramsJack Lloyd2018-02-131-22/+25
* Use enums to represent TLS signature and kex algorithms.Jack Lloyd2018-01-281-28/+28
* Add copyright statements to files modified in the preceding 2 commitsHarry Reimann2017-12-041-0/+1
* Move TLS signature and key exchange code into callbacksHarry Reimann2017-12-041-10/+13
* Fall back to default group if client does not send any DH groupsRené Korthaus2017-10-201-1/+19
* Add supported groups TLS extension (RFC 7919)René Korthaus2017-10-171-1/+4
* More include header cleanupsJack Lloyd2017-09-211-1/+0
* Content:Tomasz Frydrych2017-04-031-2/+0
* Export tls_messages.h as a public headerRené Korthaus2016-12-231-2/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-14/+14
* Disable TLS signature and finished message checks in fuzzer modeJack Lloyd2016-12-171-1/+7
* Add CECPQ1 TLS ciphersuitesJack Lloyd2016-11-171-1/+21
* X25519 key exchange for TLSJack Lloyd2016-10-211-14/+30
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-071-3/+2
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-3/+4
* Minor improvementsRené Korthaus2016-10-031-8/+3
* Support encoding of supported point formats extensionRené Korthaus2016-10-031-1/+9
* Address some issues with PR 492Jack Lloyd2016-08-131-13/+7
* Encrypt-then-MAC extension (RFC 7366)Juraj Somorovsky2016-05-111-5/+13
* Check that TLS signature type is accepted by the policy.Jack Lloyd2016-03-061-2/+4
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Make SRP6 support optional in TLSJack Lloyd2016-02-071-10/+8
* Fix bug causing TLS client to sometimes reject DHE server kexJack Lloyd2015-11-131-35/+14
* Add TLS_PSK testsJack Lloyd2015-11-131-4/+1
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-031-1/+1
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Have TLS_Data_Reader decoding errors include the actual msg type namelloyd2014-04-121-1/+1
* Guess I won't be needing theselloyd2014-01-181-1/+0
* Move lib into srclloyd2014-01-101-0/+285