summaryrefslogtreecommitdiff
path: root/src/crypt.c
Commit message (Expand)AuthorAgeFilesLines
* crypt.* renamed to srptool.*.Nikos Mavrogiannopoulos2011-04-031-731/+0
* Added debug option to srptool.Nikos Mavrogiannopoulos2011-04-031-2/+10
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-128/+128
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-3/+3
* exported gnutls_rnd().Nikos Mavrogiannopoulos2010-06-031-1/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-3/+3
* Fix license.Simon Josefsson2010-01-271-12/+12
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Indent code.Simon Josefsson2009-11-051-3/+3
* In main(), rename salt to salt_size and don't bother reading info.salt which ...Fabian Keil2009-08-311-5/+3
* Fix syntax-check warnings.Simon Josefsson2009-05-031-1/+4
* Use more warnings. Fix many warnings.Simon Josefsson2008-11-171-3/+4
* Use gnulib more. Remove code.Simon Josefsson2008-09-011-25/+6
* Use gnulib for --version.Simon Josefsson2008-09-011-17/+12
* Fix warnings.Simon Josefsson2008-08-291-3/+3
* Make it compile.Simon Josefsson2008-07-221-1/+1
* Indent code.Simon Josefsson2008-07-021-3/+4
* this fixes a problem in srptool, where the passwords never matchNikos Mavrogiannopoulos2008-06-301-0/+1
* avoid using gc_ functions for random data.Nikos Mavrogiannopoulos2008-06-301-3/+2
* Use umask unconditionally.Simon Josefsson2008-05-201-3/+1
* GPL parts under GPLv3System User2007-12-071-6/+5
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Use *_t types consistently.Simon Josefsson2007-08-131-15/+15
* Use size_t at appropriate places. Tiny patch by Deanna PhillipsSimon Josefsson2007-03-211-2/+2
* Fix --version to conform to FSF standards, to fix make distcheck.Simon Josefsson2006-08-061-4/+6
* Use GNU coding style.Simon Josefsson2005-11-071-409/+487
* This is the initial commit in the 1.3 branch. Ported from the PSK branch:Nikos Mavrogiannopoulos2005-11-071-4/+3
* Don't use error.Simon Josefsson2005-10-071-4/+2
* Prototype error().Simon Josefsson2005-08-301-0/+2
* Avoid gcrypt.Simon Josefsson2005-08-301-7/+8
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* print version in srptoolNikos Mavrogiannopoulos2005-01-261-0/+14
* *** empty log message ***Nikos Mavrogiannopoulos2005-01-261-4/+7
* Replace ad-hoc 'read_pass' with gnulib module 'getpass-gnu'.Simon Josefsson2004-08-151-2/+5
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-444/+456
* replaced the getpass() call with an internal one.gnutls_1_1_7_pre0Nikos Mavrogiannopoulos2004-03-161-27/+9
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* several corrections in the documentation.Nikos Mavrogiannopoulos2003-11-301-88/+6
* Patch by Werner Koch:Nikos Mavrogiannopoulos2003-11-111-2/+7
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-071-1/+3
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-061-1/+19
* some changes to compile in mingw32.Nikos Mavrogiannopoulos2003-11-061-11/+19
* *** empty log message ***Nikos Mavrogiannopoulos2003-10-301-1/+1
* Added error checking to global_init() calls.Nikos Mavrogiannopoulos2003-10-301-2/+10
* Certtool is only compiled when ENABLE_PKI is defined.Nikos Mavrogiannopoulos2003-10-301-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-09-131-0/+1
* Corrected and improved SRP support. The gnutls-srpcrypt now generates several...Nikos Mavrogiannopoulos2003-09-111-44/+44
* Updated the SRP implementation to follow the latest draft.Nikos Mavrogiannopoulos2003-09-101-5/+115
* Corrected bug in SRP where a non allocated value was freed.Nikos Mavrogiannopoulos2003-06-091-1/+2
* Some fixes to allow proper compiling when --disable-srp-authentication and --...Nikos Mavrogiannopoulos2003-04-011-0/+15