summaryrefslogtreecommitdiff
path: root/lib/ext_signature.c
Commit message (Expand)AuthorAgeFilesLines
* Several updates in signature algorithms parsing and sending to avoid sending ...Nikos Mavrogiannopoulos2011-02-081-9/+23
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-69/+69
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-69/+80
* When signature algorithms extension is not received allow SHA1 and SHA256.Nikos Mavrogiannopoulos2010-07-261-4/+13
* Fixes in new extensions code that relate to SSL 3.0.Nikos Mavrogiannopoulos2010-06-191-6/+1
* Applied patch by Andreas MetzlerNikos Mavrogiannopoulos2010-06-191-1/+1
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-22/+151
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Indent code.Simon Josefsson2010-04-141-8/+8
* More GTK-DOC fixes.Simon Josefsson2010-02-171-1/+1
* 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
* Indent code.Simon Josefsson2009-11-051-4/+3
* Fix NEWS blurb. Shorten new API name.Simon Josefsson2009-11-051-4/+4
* Doc fix, add Since tag.Simon Josefsson2009-11-051-20/+21
* Indent code.Simon Josefsson2009-11-051-97/+114
* Fix compile errors.Simon Josefsson2009-11-051-2/+1
* Avoid code duplication by using all the functions defined in gnutls_algorithmsNikos Mavrogiannopoulos2009-11-011-108/+12
* Do not output error if a server replies with a SignatureAlgorithms extension.Nikos Mavrogiannopoulos2009-11-011-1/+5
* Final touch on signature algorithms in TLS 1.2 support. Added function gnutls...Nikos Mavrogiannopoulos2009-11-011-11/+81
* Improved TLS 1.2 support. Added support for the SignatureAlgorithm extensionNikos Mavrogiannopoulos2009-11-011-0/+332