summaryrefslogtreecommitdiff
path: root/lib/auth/anon_ecdh.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-36/+29
* Indent codeZoltan Fridrich2023-01-271-18/+14
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Renamed _gnutls_auth_info_set() to _gnutls_auth_info_init().Tom Vrancken2018-10-181-2/+2
* Renamed extension supported ECC to supported groups. Fixes #451.Tom Vrancken2018-05-291-1/+1
* security_parameters: ease access to group information by keeping pointer to itNikos Mavrogiannopoulos2017-08-021-2/+2
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-011-2/+2
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-7/+7
* removed legacy code.Nikos Mavrogiannopoulos2014-05-101-2/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-81/+81
* Added several ifdefs to avoid using disabled code.Nikos Mavrogiannopoulos2013-03-131-1/+1
* Added options to disable more key exchange mechanisms.Nikos Mavrogiannopoulos2013-03-121-1/+1
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* session->key no longer needs to be an allocated structure.Nikos Mavrogiannopoulos2012-10-101-2/+2
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-4/+4
* Collapse and cleanup copyright information.Simon Josefsson2012-01-161-2/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Added ECDHE-PSK ciphersuites for TLS (RFC 5489).Nikos Mavrogiannopoulos2011-05-271-1/+2
* Added support for ECDHE-RSA ciphersuites.Nikos Mavrogiannopoulos2011-05-211-12/+2
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos Mavrogiannopoulos2011-05-201-0/+151