summaryrefslogtreecommitdiff
path: root/src/crypt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added the functions:Nikos Mavrogiannopoulos2002-12-011-58/+173
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-131-0/+3
* Added support for the new SRP draft by D. Taylor. This includes theNikos Mavrogiannopoulos2002-08-281-24/+8
* some parts were moved to libasn1.Nikos Mavrogiannopoulos2002-05-261-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-201-3/+3
* Documentation fixesNikos Mavrogiannopoulos2002-04-131-1/+5
* Updated cli and server to read certificate and keys from command lineNikos Mavrogiannopoulos2002-03-011-0/+1
* fixed bugs reported (with patches) byNikos Mavrogiannopoulos2002-01-171-2/+1
* updated name indication extension (dnsname)Nikos Mavrogiannopoulos2001-10-101-0/+2
* better prime handlingNikos Mavrogiannopoulos2001-10-101-1/+1
* bugfixes in sbase64 decoding/encoding.Nikos Mavrogiannopoulos2001-06-091-1/+1
* Added decoding function for the base64 encoding used in SRP.Nikos Mavrogiannopoulos2001-05-261-0/+1
* *** empty log message ***Nikos Mavrogiannopoulos2001-05-191-1/+1
* updatedNikos Mavrogiannopoulos2001-05-191-6/+93
* added option to generate random primes (instead of using a default).Nikos Mavrogiannopoulos2001-05-191-29/+93
* minor updates and fixesNikos Mavrogiannopoulos2001-05-131-1/+1