summaryrefslogtreecommitdiff
path: root/lib/auth_srp.c
Commit message (Expand)AuthorAgeFilesLines
* gnutls_x509_log replaced with gnutls_audit_log.Nikos Mavrogiannopoulos2011-02-201-1/+1
* Simplified code in authentication methods by using gnutls_buffer_stNikos Mavrogiannopoulos2011-02-081-79/+46
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-21/+21
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-13/+15
* MAX_SRP_USERNAME -> MAX_USERNAME_SIZENikos Mavrogiannopoulos2010-06-261-1/+1
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-8/+38
* Added support for libnettle backend. This uses gmp for big number operations.Nikos Mavrogiannopoulos2010-06-031-2/+2
* Added initial PKCS #11 support. Certtool can now print lists of certificatesNikos Mavrogiannopoulos2010-06-031-2/+2
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Indent code.Simon Josefsson2009-11-051-2/+2
* Added casts to reduce warnings (based on report by Brad Hards).Nikos Mavrogiannopoulos2009-07-131-2/+2
* Rename _gnutls_dump_mpi to _gnutls_mpi_log. Rewrite to use less stack space.Simon Josefsson2009-06-031-10/+9
* libgnutls: New function to set minimum acceptable SRP bits.Simon Josefsson2008-09-171-3/+5
* 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