summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.c
Commit message (Expand)AuthorAgeFilesLines
* Use GNU coding style.Simon Josefsson2005-11-071-1637/+1846
* Don't include gnutls_random.h.Simon Josefsson2005-08-301-1/+0
* Call gc directly instead of _gnutls_get_random.Simon Josefsson2005-08-301-7/+7
* eliminated some warnings.Nikos Mavrogiannopoulos2005-05-271-4/+4
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Fix warnings.Simon Josefsson2005-04-141-19/+21
* Fix warning.Simon Josefsson2005-04-141-6/+4
* Simplify.Simon Josefsson2005-04-141-1/+0
* Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.Simon Josefsson2005-04-141-40/+40
* renamed all instances of _SHA to _SHA1 to make naming more consistent and clear.Nikos Mavrogiannopoulos2005-03-051-1/+1
* Changes to make the --disable-* options work again.Nikos Mavrogiannopoulos2005-01-261-0/+2
* Clean up license templates.Simon Josefsson2005-01-221-14/+16
* changed the values of GNUTLS_PK_UNKNOWN and GNUTLS_SIGN_UNKNOWN to zero.Nikos Mavrogiannopoulos2005-01-211-4/+2
* Doc fix.Simon Josefsson2004-10-281-5/+5
* Indent.Simon Josefsson2004-10-281-23/+32
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-84/+80
* some fixes in the session resuming code.Nikos Mavrogiannopoulos2004-06-101-18/+17
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-1810/+1842
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-27/+27
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-301-6/+6
* added some extra checks in hello packet parsing.Nikos Mavrogiannopoulos2004-05-271-1/+14
* *** empty log message ***Nikos Mavrogiannopoulos2004-05-271-3/+9
* Corrected session resuming in SRP ciphersuites.Nikos Mavrogiannopoulos2004-05-261-1/+3
* some fixes in the compilation system.Nikos Mavrogiannopoulos2004-05-131-1/+2
* the TLS hello message random values no longer use strong random data.Nikos Mavrogiannopoulos2004-05-111-9/+2
* Fixed some things in the random number usage. Weak levels are usedNikos Mavrogiannopoulos2004-05-081-7/+17
* Added gnutls_auth_client_get_type() and gnutls_auth_server_get_type().Nikos Mavrogiannopoulos2004-05-031-2/+3
* Automatically disable certificate types that do not have correspondingNikos Mavrogiannopoulos2004-04-291-14/+15
* Some updates in order to compile with tcc.Nikos Mavrogiannopoulos2004-04-151-13/+13
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-031-2/+2
* some improvements that lead to fewer calls to malloc().Nikos Mavrogiannopoulos2004-03-261-30/+22
* * Added some preliminary documentation for the new libgcrypt locking interface.Nikos Mavrogiannopoulos2004-03-131-2/+6
* Added gnutls_certificate_set_params_function() andNikos Mavrogiannopoulos2004-03-111-3/+3
* some bugfixes. No longer allow sending client hello if a TLS version is not set.Nikos Mavrogiannopoulos2004-02-281-4/+2
* Several bug fixes and cleanups by Arne Thomassen.Nikos Mavrogiannopoulos2004-01-061-2/+2
* * Added the gnutls_sign_algorithm type.Nikos Mavrogiannopoulos2004-01-061-0/+2
* *** empty log message ***Nikos Mavrogiannopoulos2004-01-051-0/+4
* *** empty log message ***Nikos Mavrogiannopoulos2004-01-031-2/+2
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* Corrected bug which disallowed ciphersuites other than the CERTIFICATE ones t...Nikos Mavrogiannopoulos2003-12-201-1/+1
* * The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_R...Nikos Mavrogiannopoulos2003-12-161-42/+91
* Included gnutls_1_0_0_patches.Nikos Mavrogiannopoulos2003-12-101-2/+2
* Improved the support for draft-ietf-tls-srp-05. The two-phaseNikos Mavrogiannopoulos2003-12-021-2/+49
* some fixes to comply with the SRP draft. The handshake is now repeated if an ...Nikos Mavrogiannopoulos2003-11-301-0/+4
* corrected some bugs that affected openpgp authentication.Nikos Mavrogiannopoulos2003-11-271-2/+2
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-7/+7
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-041-1/+1
* corrected a bug in the debugging output of handshake. Pointed out by Mark McL...Nikos Mavrogiannopoulos2003-10-171-2/+4
* Corrected some unaligned accesses in IA64. Initial patch by Ian Wienand <ianw...Nikos Mavrogiannopoulos2003-10-011-11/+15
* *** empty log message ***Nikos Mavrogiannopoulos2003-09-141-2/+1