summaryrefslogtreecommitdiff
path: root/lib/ext_srp.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+152
* Moved the gnutls-extra files to libextra directory.Nikos Mavrogiannopoulos2002-05-201-111/+0
* Some minor fixes in SRP support. Changed extension generation. Now lessNikos Mavrogiannopoulos2002-04-181-8/+8
* Added hooks not to include SRP and Anonymous authenticationNikos Mavrogiannopoulos2002-03-211-0/+5
* Now we do not send the srp username as an extension, if SRP isNikos Mavrogiannopoulos2002-02-271-1/+8
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-1/+1
* some cleanups. *_CREDENTIALS renamed to GNUTLS_*_CREDENTIALS.Nikos Mavrogiannopoulos2001-12-191-1/+1
* added max_record_size extensionNikos Mavrogiannopoulos2001-11-061-0/+2
* added option to regenerate primes and generators for EDHNikos Mavrogiannopoulos2001-10-121-1/+0
* better support for buffered read and several cleanupsNikos Mavrogiannopoulos2001-08-191-3/+3
* fixes in SRP key exchange and several others.Nikos Mavrogiannopoulos2001-08-071-24/+12
* server side client authentication worksgnutls_0_2_0Nikos Mavrogiannopoulos2001-08-071-1/+8
* several fixes. Added client authentication with x509PKINikos Mavrogiannopoulos2001-08-061-4/+4
* several cleanups and updates in the handshake protocol implementationNikos Mavrogiannopoulos2001-08-051-2/+2
* fixed api documentation (for srp and anon cred allocation)Nikos Mavrogiannopoulos2001-07-311-1/+1
* several fixes cleanups etc.Nikos Mavrogiannopoulos2001-07-211-1/+13
* several cleanupsNikos Mavrogiannopoulos2001-07-141-5/+5
* Cleanups. Mostly while sending client certificate (and client certificate ver...Nikos Mavrogiannopoulos2001-06-251-2/+13
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+4
* better handling of set/get credentials.Nikos Mavrogiannopoulos2001-06-141-1/+1
* gnutls now handles uint64 even in systems without a native one.Nikos Mavrogiannopoulos2001-06-011-1/+1
* Added missing length in username.Nikos Mavrogiannopoulos2001-05-141-6/+14
* added functions to access authentication data (like username), andNikos Mavrogiannopoulos2001-05-141-3/+15
* several fixes for srpNikos Mavrogiannopoulos2001-05-071-2/+4
* gnutls_get_kx_cred() now returns err value. set_kx_cred() now accepts size.Nikos Mavrogiannopoulos2001-05-071-1/+1
* more srp related fixes. No longer fails authentication if wrong usernameNikos Mavrogiannopoulos2001-05-061-11/+15
* more srp related fixesNikos Mavrogiannopoulos2001-05-051-3/+10
* more additions for SRPNikos Mavrogiannopoulos2001-05-041-1/+9
* send extensions feature was added.Nikos Mavrogiannopoulos2001-03-181-2/+2
* Added some preliminary support for TLS extensions;Nikos Mavrogiannopoulos2001-03-171-0/+36