summaryrefslogtreecommitdiff
path: root/lib/auth_srp_sb64.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings.Simon Josefsson2008-08-291-1/+2
* Doc fixes, to clarify that srp_base64 != base64.Simon Josefsson2008-02-121-21/+39
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Indent more.Simon Josefsson2005-12-151-2/+2
* Replace "uint" with "unsigned". Remove unused "sint".Simon Josefsson2005-12-091-2/+2
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-10/+10
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-2/+2
* Use GNU coding style.Simon Josefsson2005-11-071-260/+296
* This is the initial commit in the 1.3 branch. Ported from the PSK branch:Nikos Mavrogiannopoulos2005-11-071-2/+2
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* SRP ciphersuites were moved to the gnutls (lgpl) library.Nikos Mavrogiannopoulos2004-07-281-0/+426
* Moved the gnutls-extra files to libextra directory.Nikos Mavrogiannopoulos2002-05-201-310/+0
* Added hooks not to include SRP and Anonymous authenticationNikos Mavrogiannopoulos2002-03-211-0/+4
* changes in buffering code (actually variables' names are moreNikos Mavrogiannopoulos2002-01-171-4/+2
* fixed bugs reported (with patches) byNikos Mavrogiannopoulos2002-01-171-0/+2
* added log function (no longer use fprintf).Nikos Mavrogiannopoulos2001-07-301-1/+1
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+0
* bugfixes in sbase64 decoding/encoding.Nikos Mavrogiannopoulos2001-06-091-6/+7
* renamed cert_sb64.c to auth_srp_sb64.c (since it is only used in SRP KX)Nikos Mavrogiannopoulos2001-06-091-0/+306