summaryrefslogtreecommitdiff
path: root/lib/gnutls_auth.c
Commit message (Expand)AuthorAgeFilesLines
* Make it build.Simon Josefsson2008-11-171-0/+1
* Corrected memory leak in _gnutls_free_auth_info(). Trace and patch by Michael...Nikos Mavrogiannopoulos2008-11-151-0/+11
* Indent.Simon Josefsson2008-09-161-7/+6
* removed unnesessary and dangerous free from credentials_set().Nikos Mavrogiannopoulos2008-09-151-1/+0
* Move definitions in gnutls_auth_int.h to gnutls_auth.h and update callers.Simon Josefsson2008-09-011-1/+1
* Indent code.Simon Josefsson2008-07-021-10/+10
* Doc fixes.Simon Josefsson2008-03-061-6/+14
* Corrected memory leaks in session resuming and DHE ciphersuites. ReportedNikos2008-02-171-2/+5
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Indent more.Simon Josefsson2005-12-151-1/+0
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-19/+0
* Use GNU coding style.Simon Josefsson2005-11-071-187/+219
* Fix GTK-DOC warnings.Simon Josefsson2005-07-161-4/+4
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* eliminated some memory leaks caused by DHE and RSA-EXPORT ciphersuites. Thank...Nikos Mavrogiannopoulos2005-03-191-1/+18
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* Doc fix.Simon Josefsson2004-10-281-7/+7
* Indent.Simon Josefsson2004-10-281-2/+4
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-25/+25
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-168/+191
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-7/+7
* several internal types fix.Nikos Mavrogiannopoulos2004-06-051-10/+10
* Added news functions to allow access to the ephemeralNikos Mavrogiannopoulos2004-06-041-1/+3
* Added gnutls_auth_client_get_type() and gnutls_auth_server_get_type().Nikos Mavrogiannopoulos2004-05-031-0/+33
* Some updates in order to compile with tcc.Nikos Mavrogiannopoulos2004-04-151-2/+2
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* still more patches by Arne ThomassenNikos Mavrogiannopoulos2003-08-111-1/+1
* more patches by Arne Thomassen.Nikos Mavrogiannopoulos2003-08-111-8/+7
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-11/+12
* *** empty log message ***Nikos Mavrogiannopoulos2003-06-031-1/+1
* some fixes in types.Nikos Mavrogiannopoulos2003-02-181-3/+7
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Only the documented symbols are now exported.Nikos Mavrogiannopoulos2003-01-091-3/+9
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-2/+2
* Added certificate authenticated SRP cipher suites.Nikos Mavrogiannopoulos2002-11-191-4/+13
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-121-31/+31
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-1/+1
* several cleanupsNikos Mavrogiannopoulos2002-10-071-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-031-7/+6
* more cleanupsNikos Mavrogiannopoulos2002-09-011-2/+2
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-45/+45
* *** empty log message ***Nikos Mavrogiannopoulos2002-08-221-0/+2
* reintroduced realloc_fast() which prevents some malloc(0) situations.gnutls_0_4_3Nikos Mavrogiannopoulos2002-05-231-1/+1
* Applied Jeff Johnson's patch which fixes type problems in 64 bit machines. Re...Nikos Mavrogiannopoulos2002-05-221-3/+5
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Cleaned up the big number support.Nikos Mavrogiannopoulos2002-05-011-1/+1
* Added hooks not to include SRP and Anonymous authenticationNikos Mavrogiannopoulos2002-03-211-1/+14
* Added checks in authentication type renegotiation procedure.Nikos Mavrogiannopoulos2002-03-031-29/+30
* Changed behaviour in rehandshake procedure. Now can use rehandshake withNikos Mavrogiannopoulos2002-03-031-1/+25
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-13/+13