summaryrefslogtreecommitdiff
path: root/lib/gnutls_auth.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* updated auth info structures handling.Nikos Mavrogiannopoulos2002-01-191-0/+23
* several cleanups in order to move to gnutls 0.4.0Nikos Mavrogiannopoulos2002-01-181-3/+2
* CleanupsNikos Mavrogiannopoulos2002-01-041-0/+1
* cleanupsNikos Mavrogiannopoulos2002-01-021-1/+1
* gnutls_set_max_record_size -> gnutls_record_set_max_sizeNikos Mavrogiannopoulos2001-12-171-4/+4
* Fixes in anonymous authentication.Nikos Mavrogiannopoulos2001-12-091-1/+1
* now the peer's certificate list is stored into auth info structure (insteadNikos Mavrogiannopoulos2001-12-041-3/+11
* introduced gnutls_x509pki_get_certificate(). This function returns theNikos Mavrogiannopoulos2001-11-291-1/+44
* Adopted some of the patches of Jon Nelson. Fixes the non blockingNikos Mavrogiannopoulos2001-11-011-1/+1