summaryrefslogtreecommitdiff
path: root/lib/auth_srp.c
Commit message (Expand)AuthorAgeFilesLines
* introduced gnutls_x509pki_get_certificate(). This function returns theNikos Mavrogiannopoulos2001-11-291-1/+7
* corrected some obscure bugs in the handshake and record send buffering code.Nikos Mavrogiannopoulos2001-11-151-3/+0
* corrected memory leaks and other bugsNikos Mavrogiannopoulos2001-11-071-8/+8
* Adopted some of the patches of Jon Nelson. Fixes the non blockingNikos Mavrogiannopoulos2001-11-011-4/+11
* better support for buffered read and several cleanupsNikos Mavrogiannopoulos2001-08-191-1/+1
* several checks for failed allocations and other fixesNikos Mavrogiannopoulos2001-08-181-12/+42
* fixes in SRP key exchange and several others.Nikos Mavrogiannopoulos2001-08-071-10/+42
* additions in order for gnutls server to support client authenticationNikos Mavrogiannopoulos2001-08-071-0/+2
* several fixes. Added client authentication with x509PKINikos Mavrogiannopoulos2001-08-061-1/+1
* several cleanups and updates in the handshake protocol implementationNikos Mavrogiannopoulos2001-08-051-32/+34
* fixed api documentation (for srp and anon cred allocation)Nikos Mavrogiannopoulos2001-07-311-2/+2
* several cleanupsNikos Mavrogiannopoulos2001-07-141-1/+1
* optimizations in hash functions (removed a lot of mallocs)Nikos Mavrogiannopoulos2001-07-111-8/+2
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-17/+22
* removed unneeded code and added some kind of client support for RSANikos Mavrogiannopoulos2001-06-191-0/+1
* several additions for RSA (mostly unstable)Nikos Mavrogiannopoulos2001-06-171-3/+3
* more rsa fixes.Nikos Mavrogiannopoulos2001-06-161-1/+16
* more rsa stuff -- and cleanupsNikos Mavrogiannopoulos2001-06-151-0/+1
* better handling of set/get credentials.Nikos Mavrogiannopoulos2001-06-141-4/+4
* several cleanups in numbers' handlingNikos Mavrogiannopoulos2001-05-261-16/+8
* Cleanups in endian handling (convertions).Nikos Mavrogiannopoulos2001-05-251-60/+32
* added functions to access authentication data (like username), andNikos Mavrogiannopoulos2001-05-141-2/+3
* Added compatibility with Tom Wu's libsrp's password files.Nikos Mavrogiannopoulos2001-05-131-5/+8
* added support for Tom Wu's srp library tpasswd and tpasswd.conf files.Nikos Mavrogiannopoulos2001-05-121-1/+1
* several fixes for srp. Seems to work now!Nikos Mavrogiannopoulos2001-05-081-9/+21
* several fixes for srpNikos Mavrogiannopoulos2001-05-071-0/+3
* gnutls_get_kx_cred() now returns err value. set_kx_cred() now accepts size.Nikos Mavrogiannopoulos2001-05-071-2/+2
* more srp related fixes. No longer fails authentication if wrong usernameNikos Mavrogiannopoulos2001-05-061-9/+12
* some hacks in order to exchange the algorithm used to hashNikos Mavrogiannopoulos2001-05-051-6/+20
* cleanups for srp. Most mpi code has moved to gnutls_srp.cNikos Mavrogiannopoulos2001-05-051-131/+74
* some fixes - srp relatedNikos Mavrogiannopoulos2001-05-051-5/+21
* *** empty log message ***Nikos Mavrogiannopoulos2001-05-041-1/+48
* more srp stuffNikos Mavrogiannopoulos2001-05-041-0/+347