summaryrefslogtreecommitdiff
path: root/libextra/auth_srp.c
Commit message (Expand)AuthorAgeFilesLines
* Improved the support for draft-ietf-tls-srp-05. The two-phaseNikos Mavrogiannopoulos2003-12-021-53/+47
* Some fixes in the certificate authenticated SRP ciphersuites.Nikos Mavrogiannopoulos2003-11-301-7/+9
* some fixes to comply with the SRP draft. The handshake is now repeated if an ...Nikos Mavrogiannopoulos2003-11-301-2/+11
* several corrections in the documentation.Nikos Mavrogiannopoulos2003-11-301-0/+16
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-1/+2
* Corrected and improved SRP support. The gnutls-srpcrypt now generates several...Nikos Mavrogiannopoulos2003-09-111-8/+9
* added a size check in the group generator received by the server.Nikos Mavrogiannopoulos2003-09-111-1/+7
* *** empty log message ***Nikos Mavrogiannopoulos2003-09-101-3/+3
* Updated the SRP implementation to follow the latest draft.Nikos Mavrogiannopoulos2003-09-101-1/+142
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-5/+5
* *** empty log message ***Nikos Mavrogiannopoulos2003-06-121-3/+3
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-191-14/+4
* some fixes in types.Nikos Mavrogiannopoulos2003-02-181-3/+5
* use RECEIVED_ILLEGAL_PARAMETER instead of SRP_PROTOCOL_FAILURE, whenNikos Mavrogiannopoulos2003-01-251-1/+1
* Added check and error code for some SRP fatal protocol failures.Nikos Mavrogiannopoulos2003-01-231-0/+28
* The library notifies the application on empty and illegal SRP usernames,Nikos Mavrogiannopoulos2003-01-231-3/+10
* Improved the SRP support, to prevent attackers guessing theNikos Mavrogiannopoulos2003-01-221-12/+5
* GNUTLS_E_PARSING_ERROR error code was replaced by GNUTLS_E_BASE64_DECODING_ERNikos Mavrogiannopoulos2003-01-131-1/+1
* Dropped the support for the client key exchange message 0, and server key exc...Nikos Mavrogiannopoulos2002-12-161-16/+12
* Finished SRP-6 stuff. It should work fine now.Nikos Mavrogiannopoulos2002-12-161-1/+28
* First part of SRP-6 support. Follows draft-ietf-tls-srp-04 and does not need ...Nikos Mavrogiannopoulos2002-12-161-158/+162
* more updates in the SRP parameter callback.Nikos Mavrogiannopoulos2002-12-061-1/+1
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* Added the function gnutls_srp_server_set_credentials_function()Nikos Mavrogiannopoulos2002-12-011-42/+29
* Added certificate authenticated SRP cipher suites.Nikos Mavrogiannopoulos2002-11-191-18/+25
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-121-21/+21
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-10/+14
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-051-1/+1
* Corrected the SRP 'u' generation, and the size part of 's' changed to 8bits.Nikos Mavrogiannopoulos2002-09-041-10/+11
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-031-2/+2
* corrected the SRP key exchange (bugs pointed out by D. Taylor)Nikos Mavrogiannopoulos2002-09-031-29/+27
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-10/+10
* Added support for the new SRP draft by D. Taylor. This includes theNikos Mavrogiannopoulos2002-08-281-15/+2
* Several clean ups and bug fixes.Nikos Mavrogiannopoulos2002-05-231-3/+2
* Applied Jeff Johnson's patch which fixes type problems in 64 bit machines. Re...Nikos Mavrogiannopoulos2002-05-221-2/+3
* Prefixed internal functions with _gnutls_Nikos Mavrogiannopoulos2002-05-211-11/+11
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-201-2/+2
* Moved the gnutls-extra files to libextra directory.Nikos Mavrogiannopoulos2002-05-201-0/+448