summaryrefslogtreecommitdiff
path: root/lib/gnutls_kx.c
Commit message (Expand)AuthorAgeFilesLines
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-218/+218
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-11/+12
* Appending data in mbuffers is now cheaper by avoiding realloc, at the costNikos Mavrogiannopoulos2010-06-141-1/+1
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-60/+2
* More fixes for the rebase.Nikos Mavrogiannopoulos2010-06-041-1/+2
* Added initial PKCS #11 support. Certtool can now print lists of certificatesNikos Mavrogiannopoulos2010-06-031-6/+6
* Use mbuffers for handshake synthesis.Jonathan Bastien-Filiatrault2010-06-031-18/+43
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Indent code.Simon Josefsson2010-04-141-41/+52
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Indent.Simon Josefsson2008-09-161-52/+41
* Fix namespace problem with TLS_MASTER_SIZE and TLS_RANDOM_SIZE.Simon Josefsson2008-08-131-21/+21
* Indent code.Simon Josefsson2008-07-021-65/+79
* Allow for server key exchange message to be optional for PSK ciphers.Simon Josefsson2008-05-151-2/+7
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Corrected an error in a parenthesis.Nikos Mavrogiannopoulos2007-10-091-4/+3
* Support for Opaque PRF Input TLS extension.Simon Josefsson2007-09-201-5/+67
* Client TLS 1.2 support. Works against www.mikestoolbox.org:4433.Simon Josefsson2006-11-251-2/+2
* Add TLS/IA support.Simon Josefsson2005-12-151-0/+4
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-10/+10
* Completed the DHE-PSK ciphersuite additions.Nikos Mavrogiannopoulos2005-11-161-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-424/+476
* Some fixes in the certificate handling.Nikos Mavrogiannopoulos2005-10-301-3/+10
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Fix warning.Simon Josefsson2005-04-141-5/+5
* Simplify.Simon Josefsson2005-04-141-1/+0
* Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.Simon Josefsson2005-04-141-12/+12
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* (generate_normal_master): Use larger buffer, to hold entire hexSimon Josefsson2005-01-071-2/+2
* Indent.Simon Josefsson2004-10-281-1/+2
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-15/+15
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-395/+465
* Added gnutls_auth_client_get_type() and gnutls_auth_server_get_type().Nikos Mavrogiannopoulos2004-05-031-1/+2
* patch to fix the bug in mutual certificate authentication in SSL 3.0Nikos Mavrogiannopoulos2004-02-271-5/+8
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* * The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and GNUTLS_E_NO_TEMPORARY_R...Nikos Mavrogiannopoulos2003-12-161-2/+2
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa...Nikos Mavrogiannopoulos2003-11-041-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-08-091-0/+1
* * Corrected behaviour when a certificate request message is received.Nikos Mavrogiannopoulos2003-03-241-11/+28
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-191-5/+6
* Dropped the support for the client key exchange message 0, and server key exc...Nikos Mavrogiannopoulos2002-12-161-112/+0
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* The session->gnutls_key was renamed to session->key.Nikos Mavrogiannopoulos2002-11-121-5/+5
* several cleanupsNikos Mavrogiannopoulos2002-10-071-0/+1
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-92/+92
* Added support for RSA_EXPORT_WITH_RC4_EXPORT_MD5 with RSA certificates with m...Nikos Mavrogiannopoulos2002-08-261-3/+21
* Corrected bug in DHE key exchange which prevented from parsing the given cert...Nikos Mavrogiannopoulos2002-08-251-2/+2
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-0/+6
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12