summaryrefslogtreecommitdiff
path: root/lib/gnutls_extensions.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-5/+6
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* do not reset lengthNikos Mavrogiannopoulos2011-09-081-1/+1
* Do not send an empty extension structure in server hello. This affectsNikos Mavrogiannopoulos2011-09-081-0/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos Mavrogiannopoulos2011-05-201-0/+9
* Some debugging moved to a higher level.Nikos Mavrogiannopoulos2011-05-171-5/+5
* Session tickets are included unconditionally.Nikos Mavrogiannopoulos2011-04-161-2/+0
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-8/+8
* Corrected signature generation and verificationNikos Mavrogiannopoulos2011-02-121-1/+1
* The extensions code is now using the gnutls_buffer_st.Nikos Mavrogiannopoulos2011-02-091-54/+30
* Removed functions:Nikos Mavrogiannopoulos2011-02-051-34/+0
* Do not include deprecated functions to library documentation.Nikos Mavrogiannopoulos2010-12-191-3/+3
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-175/+175
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-145/+175
* Corrected bugs when restoring extensions during session resumtion.Nikos Mavrogiannopoulos2010-09-291-7/+8
* Use more informative logging for extensions.Nikos Mavrogiannopoulos2010-09-291-0/+4
* Added Camellia-128/256, SHA-224/384/512 and support for DSA2 when using nettle.Nikos Mavrogiannopoulos2010-07-291-1/+0
* Corrections in the new session packing code. Saving absolute positions in buf...Nikos Mavrogiannopoulos2010-06-191-4/+3
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-79/+351
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Indent code.Simon Josefsson2010-04-141-5/+4
* Extension generation in SSL 3.0 (as a reply to SCSV) is not usingNikos Mavrogiannopoulos2010-03-111-2/+5
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-1/+1
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Specify in detail what to be copied when resuming. It seems thereNikos Mavrogiannopoulos2010-01-131-1/+3
* When resuming no extensions were parsed thus the safeNikos Mavrogiannopoulos2010-01-121-1/+1
* Added Steve Dispensa's patch for safe renegotiation (with artistic changes).Nikos Mavrogiannopoulos2010-01-121-1/+2
* Added safe renegotiation patch from Steve Dispensa, modified to suit gnutlsNikos Mavrogiannopoulos2010-01-111-0/+9
* Indent code.Simon Josefsson2009-11-051-8/+8
* Improved TLS 1.2 support. Added support for the SignatureAlgorithm extensionNikos Mavrogiannopoulos2009-11-011-0/+9
* Fix whitespace.Simon Josefsson2009-08-191-1/+1
* session ticket supportDaiki Ueno2009-08-191-2/+27
* Mark global extfunc_size as having static scope.Simon Josefsson2009-06-081-1/+1
* Deinitalize extension global variable properly.Simon Josefsson2009-06-081-1/+3
* Fix warnings.Simon Josefsson2008-11-121-1/+1
* Fix warnings.Simon Josefsson2008-11-121-2/+2
* Fix mem leak.Simon Josefsson2008-11-111-0/+6
* Indent.Simon Josefsson2008-09-161-4/+4
* Re-add, but mark static.Simon Josefsson2008-08-291-0/+12
* Fix warnings.Simon Josefsson2008-08-281-12/+0
* Doc fixes.Simon Josefsson2008-08-141-0/+2
* Move TLS/IA features to libgnutls-extra.Simon Josefsson2008-07-081-9/+0
* Add APIs to register TLS extension handlers.Simon Josefsson2008-07-031-82/+140
* Indent code.Simon Josefsson2008-07-021-15/+19
* Fix gcc warnings.Simon Josefsson2008-03-191-2/+2
* Changes for post_client_hello_function(). The extensions are now parsed in aNikos2007-12-161-7/+13