summaryrefslogtreecommitdiff
path: root/lib/gnutls_srp.c
Commit message (Expand)AuthorAgeFilesLines
...
* corrected free for data not belonging to the heapNikos Mavrogiannopoulos2001-08-191-1/+0
* several checks for failed allocations and other fixesNikos Mavrogiannopoulos2001-08-181-1/+71
* fixed api documentation (for srp and anon cred allocation)Nikos Mavrogiannopoulos2001-07-311-8/+8
* minor cleanupsNikos Mavrogiannopoulos2001-07-141-2/+2
* several bug fixes in ASN handling. Fixes/additionsNikos Mavrogiannopoulos2001-07-141-10/+16
* several cleanupsNikos Mavrogiannopoulos2001-07-141-0/+96
* optimizations in hash functions (removed a lot of mallocs)Nikos Mavrogiannopoulos2001-07-111-13/+17
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+0
* several additions for RSA (mostly unstable)Nikos Mavrogiannopoulos2001-06-171-0/+12
* more rsa fixes.Nikos Mavrogiannopoulos2001-06-161-12/+13
* bugfixes in sbase64 decoding/encoding.Nikos Mavrogiannopoulos2001-06-091-2/+2
* gnutls now handles uint64 even in systems without a native one.Nikos Mavrogiannopoulos2001-06-011-7/+2
* removed DHE_DSS.Nikos Mavrogiannopoulos2001-05-261-72/+92
* *** empty log message ***Nikos Mavrogiannopoulos2001-05-191-6/+14
* Added compatibility with Tom Wu's libsrp's password files.Nikos Mavrogiannopoulos2001-05-131-28/+42
* added support for Tom Wu's srp library tpasswd and tpasswd.conf files.Nikos Mavrogiannopoulos2001-05-121-9/+9
* several fixes for srp. Seems to work now!Nikos Mavrogiannopoulos2001-05-081-13/+25
* several fixes for srpNikos Mavrogiannopoulos2001-05-071-0/+7
* some modulo fixesNikos Mavrogiannopoulos2001-05-061-5/+5
* more srp related fixes. No longer fails authentication if wrong usernameNikos Mavrogiannopoulos2001-05-061-4/+2
* some hacks in order to exchange the algorithm used to hashNikos Mavrogiannopoulos2001-05-051-32/+44
* cleanups for srp. Most mpi code has moved to gnutls_srp.cNikos Mavrogiannopoulos2001-05-051-0/+153
* more additions for SRPNikos Mavrogiannopoulos2001-05-041-5/+24
* More adds for SRP - SRPSHA1 and bcryptNikos Mavrogiannopoulos2001-05-041-0/+84