summaryrefslogtreecommitdiff
path: root/lib/algorithms/kx.c
Commit message (Expand)AuthorAgeFilesLines
* Removed all FIXME comments in code [ci skip]Nikos Mavrogiannopoulos2019-03-161-1/+1
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Use ASCII version of strcasecmp() in library codetmp-lib-c-strcaseTim Rühsen2018-09-271-4/+5
* security_parameters: ease access to group information by keeping pointer to itNikos Mavrogiannopoulos2017-08-021-2/+2
* security_parameters: simplified contents by keeping pointer to cipher_suite_e...Nikos Mavrogiannopoulos2017-08-021-1/+1
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-011-2/+9
* Eliminated access to obsolete priority cache fieldsNikos Mavrogiannopoulos2017-07-101-13/+0
* handshake: simplified the server-side ciphersuite negotiationNikos Mavrogiannopoulos2017-07-101-3/+0
* removed unused cipher-suite and KX related functionsNikos Mavrogiannopoulos2017-07-101-14/+0
* algorithm/kx: sorted key exchange algorithms based on current trendsNikos Mavrogiannopoulos2017-07-101-19/+19
* Rework KX -> PK mappingsDmitry Eremin-Solenikov2017-05-291-23/+15
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-6/+6
* Added gnutls_handshake_set_false_start_function()Nikos Mavrogiannopoulos2016-02-271-17/+46
* doc updateNikos Mavrogiannopoulos2015-10-231-0/+4
* re-enable NULL ciphersuitesNikos Mavrogiannopoulos2015-10-151-1/+1
* Tolerate priority strings with names of legacy ciphers and key exchangesNikos Mavrogiannopoulos2015-10-151-0/+19
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-2/+2
* corrected initializerNikos Mavrogiannopoulos2014-03-111-2/+2
* verify that the algorithm of the received certificate matches the expected.Nikos Mavrogiannopoulos2014-03-111-14/+22
* reindented codeNikos Mavrogiannopoulos2013-11-081-129/+117
* Optimizations in RSA-PSK by removing unneeded code.Nikos Mavrogiannopoulos2013-08-301-25/+15
* ported patch for RSA-PSKFrank Morgner2013-08-301-13/+26
* Removed the RSA-EXPORT ciphersuites.Nikos Mavrogiannopoulos2013-04-071-30/+14
* Added several ifdefs to avoid using disabled code.Nikos Mavrogiannopoulos2013-03-131-1/+3
* Added options to disable more key exchange mechanisms.Nikos Mavrogiannopoulos2013-03-121-2/+11
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* several type changes to please clangNikos Mavrogiannopoulos2012-04-021-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-5/+3
* documentation fixesNikos Mavrogiannopoulos2011-07-231-1/+1
* Added ECDHE-PSK ciphersuites for TLS (RFC 5489).Nikos Mavrogiannopoulos2011-05-271-2/+5
* Added support for verifying server certificates with ECDSA.Nikos Mavrogiannopoulos2011-05-221-0/+3
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-0/+284