summaryrefslogtreecommitdiff
path: root/lib/auth/dhe_psk.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-128/+105
* Indent codeZoltan Fridrich2023-01-271-40/+36
* Increase the limit of TLS PSK usernames from 128 to 65535 charactersZoltan Fridrich2022-07-081-27/+24
* psk: Allow non-NULL PSK usernamesAnder Juaristi2020-03-231-6/+4
* 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-6/+6
* kx: moved to new buffer APINikos Mavrogiannopoulos2018-02-191-2/+4
* 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-38/+10
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-8/+8
* PSK: set the hint in DHE-PSK and ECDHE-PSK ciphersuitesNikos Mavrogiannopoulos2015-07-101-10/+74
* removed legacy code.Nikos Mavrogiannopoulos2014-05-101-5/+5
* Made _gnutls_get_auth_info() safer to use.Nikos Mavrogiannopoulos2014-04-181-2/+11
* DH key exchange uses the _gnutls_pk_derive and _gnutls_pk_generate_key functi...Nikos Mavrogiannopoulos2013-11-281-2/+5
* long term keys are always overwrittenNikos Mavrogiannopoulos2013-11-271-2/+2
* better naming for free_datum functions.Nikos Mavrogiannopoulos2013-11-271-4/+4
* Added zeroization of keys in several parts within gnutls.Nikos Mavrogiannopoulos2013-11-271-4/+4
* reindented codeNikos Mavrogiannopoulos2013-11-081-375/+369
* Added options to disable more key exchange mechanisms.Nikos Mavrogiannopoulos2013-03-121-27/+102
* 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-4/+4
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-6/+6
* Collapse and cleanup copyright information.Simon Josefsson2012-01-161-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* 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
* deinitialize PSK key memory.Nikos Mavrogiannopoulos2011-05-281-2/+9
* Added ECDHE-PSK ciphersuites for TLS (RFC 5489).Nikos Mavrogiannopoulos2011-05-271-7/+138
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-0/+256