summaryrefslogtreecommitdiff
path: root/lib/auth_srp.c
Commit message (Expand)AuthorAgeFilesLines
* Move definitions in gnutls_auth_int.h to gnutls_auth.h and update callers.Simon Josefsson2008-09-011-1/+1
* Fix warnings.Simon Josefsson2008-08-281-7/+1
* Indent code.Simon Josefsson2008-07-021-6/+9
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-25/+26
* more assertionsNikos2007-11-281-3/+10
* added assertion.Nikos2007-11-281-2/+7
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* corrected possible size issueNikos Mavrogiannopoulos2007-10-071-1/+2
* Indent more.Simon Josefsson2005-12-151-2/+2
* Replace uint16 with uint16_t.Simon Josefsson2005-12-091-1/+1
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-9/+9
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-2/+2
* Use GNU coding style.Simon Josefsson2005-11-071-512/+572
* Made the PKCS #12 API handle null passwords. Based on patch byNikos Mavrogiannopoulos2005-09-271-8/+8
* eliminated some warnings.Nikos Mavrogiannopoulos2005-05-271-2/+6
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Simplify.Simon Josefsson2005-04-141-1/+0
* added more strict checks for g,nNikos Mavrogiannopoulos2005-03-031-1/+7
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* _gnutls_calc_srp_u() has been modified to be better.Nikos Mavrogiannopoulos2004-08-021-10/+2
* SRP ciphersuites were moved to the gnutls (lgpl) library.Nikos Mavrogiannopoulos2004-07-281-0/+782
* Moved the gnutls-extra files to libextra directory.Nikos Mavrogiannopoulos2002-05-201-448/+0
* Added --modules option to libgnutls-config. This option prints the extra modu...Nikos Mavrogiannopoulos2002-05-171-1/+1
* Cleaned up the big number support.Nikos Mavrogiannopoulos2002-05-011-3/+3
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-181-1/+1
* Some minor fixes in SRP support. Changed extension generation. Now lessNikos Mavrogiannopoulos2002-04-181-6/+7
* Added hooks not to include SRP and Anonymous authenticationNikos Mavrogiannopoulos2002-03-211-0/+4
* Added checks in authentication type renegotiation procedure.Nikos Mavrogiannopoulos2002-03-031-1/+1
* Added ability for an SRP server to use multiple password files. TheNikos Mavrogiannopoulos2002-02-091-1/+1
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-3/+3
* Added a minimal string library to assist in safer ASN.1 parsingNikos Mavrogiannopoulos2002-01-231-2/+2
* updated auth info structures handling.Nikos Mavrogiannopoulos2002-01-191-15/+9
* some cleanups. *_CREDENTIALS renamed to GNUTLS_*_CREDENTIALS.Nikos Mavrogiannopoulos2001-12-191-2/+2
* Corrections for big endian machines. Pointed out by Mike Siers <mikes@poliac....Nikos Mavrogiannopoulos2001-12-171-2/+2
* corrections in SRP and ANON authentication.Nikos Mavrogiannopoulos2001-12-171-8/+1
* gnutls_set_max_record_size -> gnutls_record_set_max_sizeNikos Mavrogiannopoulos2001-12-171-1/+1
* More carefull parsing of incoming packets.Nikos Mavrogiannopoulos2001-12-131-1/+12
* Cleanups. Now use GCRYMPI_FMT_STD instead of USG.Nikos Mavrogiannopoulos2001-12-081-13/+13
* 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