summaryrefslogtreecommitdiff
path: root/lib/auth/srp_passwd.c
Commit message (Expand)AuthorAgeFilesLines
* srp: use nonce level for SRP password randomizationNikos Mavrogiannopoulos2017-02-211-1/+1
* 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-1/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-9/+9
* removed legacy code.Nikos Mavrogiannopoulos2014-05-101-1/+1
* more fixes due to clangNikos Mavrogiannopoulos2014-03-081-1/+1
* srp: Add resistance against guessing usernamesAttila Molnar2014-02-201-18/+34
* Fixed check for i < line_size.Jared Wong2013-12-141-4/+4
* long term keys are always overwrittenNikos Mavrogiannopoulos2013-11-271-2/+4
* better naming for free_datum functions.Nikos Mavrogiannopoulos2013-11-271-2/+2
* Added zeroization of keys in several parts within gnutls.Nikos Mavrogiannopoulos2013-11-271-2/+2
* reduced stack size usage in several functions.Nikos Mavrogiannopoulos2013-11-101-12/+17
* reindented codeNikos Mavrogiannopoulos2013-11-081-401/+362
* 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
* several cleanupsNikos Mavrogiannopoulos2012-09-221-11/+8
* Fixes and memory leak elimination in SRP authentication.Nikos Mavrogiannopoulos2012-03-021-22/+35
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+2
* Collapse and cleanup copyright information.Simon Josefsson2012-01-161-2/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* Optimizations in DH parameter generation.Nikos Mavrogiannopoulos2011-12-121-3/+3
* Added 3072 and 4096-bit groups from RFC5054.Nikos Mavrogiannopoulos2011-11-011-2/+5
* removed more extra.h leftovers.Nikos Mavrogiannopoulos2011-10-211-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-3/+3
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-0/+472