summaryrefslogtreecommitdiff
path: root/lib/gnutls_priority.c
Commit message (Expand)AuthorAgeFilesLines
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.eccNikos Mavrogiannopoulos2011-05-201-0/+8
* Restored HMAC-MD5 for compatibility. Although considered weak, several sites ...Nikos Mavrogiannopoulos2011-04-171-3/+4
* default behavior is to send SSL3.0 client hellos.Nikos Mavrogiannopoulos2011-03-121-0/+1
* corrected ssl3 record version sending in client hello.Nikos Mavrogiannopoulos2011-03-121-2/+2
* Make version lookup transport dependent.Jonathan Bastien-Filiatrault2011-02-171-0/+1
* Allow using the minus "-" in the -ALL priority strings.Nikos Mavrogiannopoulos2011-02-151-19/+35
* The PSK and SRP key exchange algorithms are not included in the preset priori...Nikos Mavrogiannopoulos2011-02-091-15/+0
* Moved documentation of priority strings to manual and removed information fro...Nikos Mavrogiannopoulos2011-02-081-67/+27
* updated priorities. Removed ARCFOUR from the secure ciphersuites andNikos Mavrogiannopoulos2011-02-071-8/+10
* Added support for GCM ciphersuites (not tested with other implementation).Nikos Mavrogiannopoulos2011-02-061-0/+7
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-196/+196
* SSL3_RECORD_VERSION priority option is now the default. That is in order to n...Nikos Mavrogiannopoulos2010-12-061-1/+8
* Indent code.Simon Josefsson2010-12-061-40/+44
* Fix syntax-check nits.Simon Josefsson2010-12-061-3/+3
* Added SIGN-ALL, CTYPE-ALL, COMP-ALL, and VERS-TLS-ALL priority strings.Nikos Mavrogiannopoulos2010-11-161-26/+56
* Doc fix.Simon Josefsson2010-11-011-14/+20
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-10/+12
* When the %COMPAT flag is specified, larger records that would otherwise viola...Nikos Mavrogiannopoulos2010-09-011-2/+3
* Modified the example to work in TLS 1.2.Nikos Mavrogiannopoulos2010-07-261-2/+2
* HMAC-MD5 deprecated according to ECRYPT II yearly report (2009-2010) recommen...Nikos Mavrogiannopoulos2010-07-231-2/+0
* Splitted safe renegotiation capabilities toNikos Mavrogiannopoulos2010-06-011-35/+15
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Documented behavioral change.Nikos Mavrogiannopoulos2010-05-181-2/+4
* Because we want to differentiate the behavior of serverNikos Mavrogiannopoulos2010-05-181-3/+32
* Fix compiler warning.Simon Josefsson2010-04-151-2/+1
* Indent code.Simon Josefsson2010-04-151-1/+1
* Free the priority structure on error. Reported by Paul Aurich.Nikos Mavrogiannopoulos2010-04-141-2/+4
* The string is colon separated. Reported by Paul Aurich.Nikos Mavrogiannopoulos2010-04-141-1/+1
* Indent code.Simon Josefsson2010-04-141-6/+5
* INITIAL_SAFE_RENEGOTIATION implies SAFE_RENEGOTIATION.Nikos Mavrogiannopoulos2010-03-171-2/+6
* Safe renegotiation is not enabled by default in client side.Nikos Mavrogiannopoulos2010-03-151-1/+9
* better documentation for %INITIAL_SAFE_RENEGOTIATIONNikos Mavrogiannopoulos2010-03-151-1/+2
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-12/+12
* Align indentation of GTK-DOC comments.Simon Josefsson2010-02-171-79/+78
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Added safe renegotiation test cases. Added priority string option toNikos Mavrogiannopoulos2010-01-211-0/+6
* Added Steve Dispensa's patch for safe renegotiation (with artistic changes).Nikos Mavrogiannopoulos2010-01-121-0/+5
* Added safe renegotiation patch from Steve Dispensa, modified to suit gnutlsNikos Mavrogiannopoulos2010-01-111-0/+5
* Typo fixes: successful, precedence, preferredAndreas Metzler2010-01-041-1/+1
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-051-1/+1
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-291-1/+1
* Indent code.Simon Josefsson2009-11-051-23/+27
* Improved TLS 1.2 support. Added support for the SignatureAlgorithm extensionNikos Mavrogiannopoulos2009-11-011-3/+49
* After setting priorities using new API, update current TLS version.Simon Josefsson2009-10-071-0/+7
* Attempt to negotiate TLS 1.2 by default.Simon Josefsson2009-09-301-1/+1
* Use SHA256 as MAC by default.Simon Josefsson2009-09-011-0/+1
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-1/+2
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-29/+29
* Doc fix.Simon Josefsson2009-05-111-71/+84