summaryrefslogtreecommitdiff
path: root/lib/auth/psk_passwd.c
Commit message (Expand)AuthorAgeFilesLines
* build: remove dead assignmentsDaiki Ueno2020-09-181-1/+1
* build: write "FILE *fp" instead of "FILE *fd"tmp-fileioDaiki Ueno2020-05-301-6/+6
* lib: avoid file descriptor leak when application forksDaiki Ueno2020-05-301-1/+1
* Ensure that an incorrectly formatted password file doesn't cause invalid memo...Nikos Mavrogiannopoulos2020-03-231-1/+2
* psk: Allow non-NULL PSK usernamesAnder Juaristi2020-03-231-17/+54
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Added support for out-of-band Pre-shared keys under TLS1.3Ander Juaristi2018-04-061-3/+32
* deprecated _gnutls_rnd() in favor of exported gnutls_rnd()Nikos Mavrogiannopoulos2016-11-041-1/+1
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-2/+2
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-7/+7
* psk: use gnutls_hex_decode2 for key decodingNikos Mavrogiannopoulos2015-07-211-11/+4
* removed legacy code.Nikos Mavrogiannopoulos2014-05-101-1/+1
* Eliminated password file descriptor leak.Nikos Mavrogiannopoulos2014-05-041-3/+2
* Fixed check for i < line_size.Jared Wong2013-12-141-2/+2
* long term keys are always overwrittenNikos Mavrogiannopoulos2013-11-271-0/+1
* Added zeroization of keys in several parts within gnutls.Nikos Mavrogiannopoulos2013-11-271-0/+1
* reduced stack size usage in several functions.Nikos Mavrogiannopoulos2013-11-101-8/+14
* reindented codeNikos Mavrogiannopoulos2013-11-081-156/+138
* 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-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-1/+1
* Collapse and cleanup copyright information.Simon Josefsson2012-01-161-2/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+2
* Optimizations in DH parameter generation.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
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-021-1/+1
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-0/+226