summaryrefslogtreecommitdiff
path: root/lib/gnutls_srp.c
Commit message (Expand)AuthorAgeFilesLines
* gnutls_srp_set_client_credentials() uses constNikos Mavrogiannopoulos2006-04-071-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-327/+368
* This is the initial commit in the 1.3 branch. Ported from the PSK branch:Nikos Mavrogiannopoulos2005-11-071-14/+4
* Made the PKCS #12 API handle null passwords. Based on patch byNikos Mavrogiannopoulos2005-09-271-4/+4
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* renamed all instances of _SHA to _SHA1 to make naming more consistent and clear.Nikos Mavrogiannopoulos2005-03-051-3/+3
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* Doc fix.Simon Josefsson2004-10-281-8/+8
* Indent.Simon Josefsson2004-10-281-13/+13
* Doc fix.Simon Josefsson2004-08-251-2/+2
* _gnutls_calc_srp_u() has been modified to be better.Nikos Mavrogiannopoulos2004-08-021-11/+7
* SRP ciphersuites were moved to the gnutls (lgpl) library.Nikos Mavrogiannopoulos2004-07-281-0/+702
* Moved the gnutls-extra files to libextra directory.Nikos Mavrogiannopoulos2002-05-201-568/+0
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-101-1/+1
* Cleaned up the big number support.Nikos Mavrogiannopoulos2002-05-011-33/+33
* Optimized memory handling in the record protocol.Nikos Mavrogiannopoulos2002-04-211-0/+1
* Added stubs when SRP or anonymous authentication are disabled, to preserve bi...Nikos Mavrogiannopoulos2002-04-211-3/+62
* Some minor fixes in SRP support. Changed extension generation. Now lessNikos Mavrogiannopoulos2002-04-181-0/+22
* Prefixed with underscore several internal functions.Nikos Mavrogiannopoulos2002-03-291-12/+12
* Added hooks not to include SRP and Anonymous authenticationNikos Mavrogiannopoulos2002-03-211-0/+5
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-181-0/+11
* Changed srp callback function parameters.Nikos Mavrogiannopoulos2002-02-141-2/+3
* Added ability for an SRP server to use multiple password files. TheNikos Mavrogiannopoulos2002-02-091-13/+72
* cleanupsNikos Mavrogiannopoulos2002-01-021-3/+3
* Cleanups in the digest code (separated from HMAC).Nikos Mavrogiannopoulos2002-01-021-5/+5
* some cleanups. *_CREDENTIALS renamed to GNUTLS_*_CREDENTIALS.Nikos Mavrogiannopoulos2001-12-191-18/+18
* *** empty log message ***Nikos Mavrogiannopoulos2001-12-151-2/+2
* Cleanups. Now use GCRYMPI_FMT_STD instead of USG.Nikos Mavrogiannopoulos2001-12-081-5/+5
* Added callback to select the server certificate.Nikos Mavrogiannopoulos2001-12-051-12/+12
* corrected memory leaks and other bugsNikos Mavrogiannopoulos2001-11-071-14/+14
* Updated the handling of prime numbers.Nikos Mavrogiannopoulos2001-10-091-99/+0
* 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