summaryrefslogtreecommitdiff
path: root/lib/auth_anon.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Doc fixes.Simon Josefsson2009-05-261-2/+2
* removed unneeded callsNikos Mavrogiannopoulos2008-11-031-3/+0
* Move definitions in gnutls_auth_int.h to gnutls_auth.h and update callers.Simon Josefsson2008-09-011-1/+1
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-4/+4
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Indent more.Simon Josefsson2005-12-151-2/+4
* Completed the DHE-PSK ciphersuite additions.Nikos Mavrogiannopoulos2005-11-161-4/+4
* added DHE-PSK ciphersuites and some cleanups.Nikos Mavrogiannopoulos2005-11-151-4/+4
* Use GNU coding style.Simon Josefsson2005-11-071-87/+97
* eliminated some warnings.Nikos Mavrogiannopoulos2005-05-271-2/+4
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.Simon Josefsson2005-04-141-2/+2
* Clean up license templates.Simon Josefsson2005-01-221-14/+16
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-10/+10
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-95/+102
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-1/+1
* several internal types fix.Nikos Mavrogiannopoulos2004-06-051-6/+6
* Allow access to the RSA-EXPORT parameters.Nikos Mavrogiannopoulos2004-06-051-6/+2
* Added news functions to allow access to the ephemeralNikos Mavrogiannopoulos2004-06-041-2/+3
* Added gnutls_certificate_set_params_function() andNikos Mavrogiannopoulos2004-03-111-2/+6
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-1/+2
* * The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_R...Nikos Mavrogiannopoulos2003-12-161-15/+17
* more fixes by Arne.Nikos Mavrogiannopoulos2003-08-121-7/+5
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-2/+2
* * gnutls_dh_params_generate() and gnutls_rsa_params_generate() now useNikos Mavrogiannopoulos2003-02-031-6/+4
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Dropped the support for the client key exchange message 0, and server key exc...Nikos Mavrogiannopoulos2002-12-161-4/+0
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-121-2/+2
* Merged common stuff in DHE and anonymous DH key exchange.Nikos Mavrogiannopoulos2002-10-231-226/+37
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-6/+15
* *** empty log message ***Nikos Mavrogiannopoulos2002-09-031-2/+2
* several clean upsNikos Mavrogiannopoulos2002-09-011-2/+2
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-44/+44
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-1/+7
* Prefixed internal functions with _gnutls_Nikos Mavrogiannopoulos2002-05-211-8/+8
* Added --modules option to libgnutls-config. This option prints the extra modu...Nikos Mavrogiannopoulos2002-05-171-1/+1
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-12/+12
* *** empty log message ***Nikos Mavrogiannopoulos2002-05-101-1/+1
* Cleaned up the big number support.Nikos Mavrogiannopoulos2002-05-011-10/+10
* Added hooks not to include SRP and Anonymous authenticationNikos Mavrogiannopoulos2002-03-211-13/+4
* Added checks in authentication type renegotiation procedure.Nikos Mavrogiannopoulos2002-03-031-2/+2
* The Diffie Hellman parameters are now stored in the credentials structures.Nikos Mavrogiannopoulos2002-02-241-2/+16
* Direct access to version field in the state was replaced by the functionNikos Mavrogiannopoulos2002-02-141-1/+1
* Added more functions to allow access to Diffie Hellman parametersNikos Mavrogiannopoulos2002-02-131-10/+52
* GNUTLS_X509PKI -> GNUTLS_CRD_X509PKINikos Mavrogiannopoulos2002-01-281-2/+2
* updated auth info structures handling.Nikos Mavrogiannopoulos2002-01-191-30/+17
* Combined gnutls_x509pki_(set/get)_dh_bits() andNikos Mavrogiannopoulos2002-01-191-14/+2
* corrected bugs in AUTH_INFO allocationNikos Mavrogiannopoulos2001-12-191-4/+4