summaryrefslogtreecommitdiff
path: root/lib/auth/dhe.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-20/+19
* Indent codeZoltan Fridrich2023-01-271-14/+8
* 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-1/+1
* kx: moved to new buffer APINikos Mavrogiannopoulos2018-02-191-2/+5
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-011-43/+6
* Allow switching a ciphersuite to DHE and ECDHE on a rehandshakeNikos Mavrogiannopoulos2015-11-111-1/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-8/+8
* removed legacy code.Nikos Mavrogiannopoulos2014-05-101-2/+2
* DH key exchange uses the _gnutls_pk_derive and _gnutls_pk_generate_key functi...Nikos Mavrogiannopoulos2013-11-281-2/+5
* reindented codeNikos Mavrogiannopoulos2013-11-081-112/+115
* Added options to disable more key exchange mechanisms.Nikos Mavrogiannopoulos2013-03-121-227/+32
* 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
* documentation and comment fixesPatrick Pelletier2012-04-221-2/+2
* more cleanupsNikos Mavrogiannopoulos2012-03-241-16/+16
* simplified internal function names.Nikos Mavrogiannopoulos2012-03-241-8/+8
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-5/+5
* Collapse and cleanup copyright information.Simon Josefsson2012-01-161-2/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* _gnutls_proc_cert_client_certificate and _gnutls_proc_cert_server_certificate...Nikos Mavrogiannopoulos2012-01-071-8/+8
* Diffie Hellman PKCS #3 parameters now contain the recommended private key size.Nikos Mavrogiannopoulos2011-12-121-1/+1
* 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-4/+5
* Added support for verifying server certificates with ECDSA.Nikos Mavrogiannopoulos2011-05-221-0/+17
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-1/+1
* Added support for ECDHE-RSA ciphersuites.Nikos Mavrogiannopoulos2011-05-211-25/+57
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-5/+5
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-0/+328