summaryrefslogtreecommitdiff
path: root/lib/auth_srp_passwd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* more srp related fixes. No longer fails authentication if wrong usernameNikos Mavrogiannopoulos2001-05-061-0/+43
* more srp stuffNikos Mavrogiannopoulos2001-05-041-0/+178