summaryrefslogtreecommitdiff
path: root/lib/auth_srp_passwd.c
Commit message (Expand)AuthorAgeFilesLines
* Move definitions in gnutls_auth_int.h to gnutls_auth.h and update callers.Simon Josefsson2008-09-011-1/+1
* Minor randomness API cleanups.Simon Josefsson2008-07-091-4/+4
* Indent code.Simon Josefsson2008-07-021-4/+4
* Added interface to register random generators.Nikos2008-03-291-9/+14
* more assertions.Nikos2007-11-281-0/+1
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Replace "uint" with "unsigned". Remove unused "sint".Simon Josefsson2005-12-091-2/+2
* Use GNU coding style.Simon Josefsson2005-11-071-248/+296
* Don't include gnutls_random.h.Simon Josefsson2005-08-301-1/+0
* Call gc directly instead of _gnutls_get_random.Simon Josefsson2005-08-301-6/+12
* eliminated some warnings.Nikos Mavrogiannopoulos2005-05-271-1/+2
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Fix warning.Simon Josefsson2005-04-141-9/+9
* Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.Simon Josefsson2005-04-141-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* Indent.Simon Josefsson2004-10-281-5/+5
* Use minmax.h from gnulib instead of GMIN/GMAX.Simon Josefsson2004-08-171-2/+2
* SRP ciphersuites were moved to the gnutls (lgpl) library.Nikos Mavrogiannopoulos2004-07-281-0/+409
* Moved the gnutls-extra files to libextra directory.Nikos Mavrogiannopoulos2002-05-201-433/+0
* Cleaned up the big number support.Nikos Mavrogiannopoulos2002-05-011-2/+2
* Some minor fixes in SRP support. Changed extension generation. Now lessNikos Mavrogiannopoulos2002-04-181-1/+0
* Added hooks not to include SRP and Anonymous authenticationNikos Mavrogiannopoulos2002-03-211-0/+5
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-201-1/+1
* The Diffie Hellman parameters are now stored in the credentials structures.Nikos Mavrogiannopoulos2002-02-241-1/+1
* Changed srp callback function parameters.Nikos Mavrogiannopoulos2002-02-141-1/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-02-101-2/+2
* Added ability for an SRP server to use multiple password files. TheNikos Mavrogiannopoulos2002-02-091-8/+31
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-261-2/+2
* Added a minimal string library to assist in safer ASN.1 parsingNikos Mavrogiannopoulos2002-01-231-1/+2
* some cleanups. *_CREDENTIALS renamed to GNUTLS_*_CREDENTIALS.Nikos Mavrogiannopoulos2001-12-191-2/+2
* Cleanups. Now use GCRYMPI_FMT_STD instead of USG.Nikos Mavrogiannopoulos2001-12-081-7/+7
* corrected memory leaks and other bugsNikos Mavrogiannopoulos2001-11-071-4/+4
* Adopted some of the patches of Jon Nelson. Fixes the non blockingNikos Mavrogiannopoulos2001-11-011-2/+2
* Updated the handling of prime numbers.Nikos Mavrogiannopoulos2001-10-091-13/+64
* several checks for failed allocations and other fixesNikos Mavrogiannopoulos2001-08-181-6/+36
* fixes in SRP key exchange and several others.Nikos Mavrogiannopoulos2001-08-071-4/+4
* renamed cert_* to x509_*Nikos Mavrogiannopoulos2001-08-051-1/+1
* fixed api documentation (for srp and anon cred allocation)Nikos Mavrogiannopoulos2001-07-311-2/+2
* Cleanups. Mostly while sending client certificate (and client certificate ver...Nikos Mavrogiannopoulos2001-06-251-1/+1
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+0
* several additions for RSA (mostly unstable)Nikos Mavrogiannopoulos2001-06-171-4/+5
* better handling of set/get credentials.Nikos Mavrogiannopoulos2001-06-141-3/+3
* Added decoding function for the base64 encoding used in SRP.Nikos Mavrogiannopoulos2001-05-261-2/+2
* minor updates and fixesNikos Mavrogiannopoulos2001-05-131-2/+3
* Added compatibility with Tom Wu's libsrp's password files.Nikos Mavrogiannopoulos2001-05-131-13/+29
* added support for Tom Wu's srp library tpasswd and tpasswd.conf files.Nikos Mavrogiannopoulos2001-05-121-69/+124
* several fixes for srp. Seems to work now!Nikos Mavrogiannopoulos2001-05-081-9/+31
* several fixes for srpNikos Mavrogiannopoulos2001-05-071-13/+16
* gnutls_get_kx_cred() now returns err value. set_kx_cred() now accepts size.Nikos Mavrogiannopoulos2001-05-071-1/+6