summaryrefslogtreecommitdiff
path: root/lib/auth/ecdhe.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-123/+87
* Indent codeZoltan Fridrich2023-01-271-46/+64
* fix memory leak when process client ecdh key exchagexuraoqing2022-12-191-3/+7
* doc: assorted typo fixestmp-typo-fixesDaiki Ueno2020-08-121-1/+1
* algorithms: implement X448 key exchange and Ed448 signature schemeDaiki Ueno2020-01-231-6/+11
* 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
* Renamed extension supported ECC to supported groups. Fixes #451.Tom Vrancken2018-05-291-1/+1
* session state: organized key exchange keys into structuresNikos Mavrogiannopoulos2018-02-191-33/+33
* kx: moved to new buffer APINikos Mavrogiannopoulos2018-02-191-4/+9
* ecdh: return more appropriate error code on empty packetNikos Mavrogiannopoulos2017-09-191-0/+5
* gnutls_pk_params_st: separate flags/qbits and curveNikos Mavrogiannopoulos2017-08-081-1/+1
* security_parameters: ease access to group information by keeping pointer to itNikos Mavrogiannopoulos2017-08-021-19/+23
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-011-29/+32
* Renamed GNUTLS_PK_ECDHX to GNUTLS_PK_ECDH_X25519Nikos Mavrogiannopoulos2017-07-171-4/+4
* Added support for EdDSA (Ed25519) curve keysNikos Mavrogiannopoulos2017-07-171-2/+3
* corrected typo in x962 functionsNikos Mavrogiannopoulos2017-06-121-4/+4
* _gnutls_pk_generate_keys: separate between ephemeral and long-term keysNikos Mavrogiannopoulos2017-03-161-2/+2
* eliminated dead code as indicated by clang scan-buildNikos Mavrogiannopoulos2017-02-201-2/+3
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-9/+9
* ecdhe: eliminated unneeded checks for zero of public parametersNikos Mavrogiannopoulos2016-04-241-6/+0
* handshake: added support for ECDH with curve X25519Nikos Mavrogiannopoulos2016-04-241-65/+152
* ecdhe: print the received curve from the server on debug modeNikos Mavrogiannopoulos2016-04-241-0/+7
* client key exchange: fail if the client KX message is padded with additional ...Nikos Mavrogiannopoulos2016-04-181-0/+3
* 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-11/+11
* cleanup in the initialization of ECDH parameters.Nikos Mavrogiannopoulos2014-05-141-7/+7
* removed legacy code.Nikos Mavrogiannopoulos2014-05-101-2/+2
* Addressed memory leaks in DHE and ECDHE rehandshakes.Nikos Mavrogiannopoulos2014-05-091-0/+10
* clear the generated ECDH parameters as soon as they are not needed.Nikos Mavrogiannopoulos2013-11-281-13/+28
* Separated pk_generate to pk_generate_params() and pk_generate_keys().Nikos Mavrogiannopoulos2013-11-271-4/+4
* better naming for free_datum functions.Nikos Mavrogiannopoulos2013-11-271-1/+1
* Added zeroization of keys in several parts within gnutls.Nikos Mavrogiannopoulos2013-11-271-1/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-248/+281
* Set the curve priority to calling derive.Nikos Mavrogiannopoulos2013-04-061-3/+5
* Removed elliptic curve code from gnutls. Use nettle's implementation.Nikos Mavrogiannopoulos2013-04-021-11/+4
* Added options to disable more key exchange mechanisms.Nikos Mavrogiannopoulos2013-03-121-0/+354