summaryrefslogtreecommitdiff
path: root/lib/gnutls_priority.c
Commit message (Expand)AuthorAgeFilesLines
* corrected previous fix in priorities handling.Nikos2008-02-171-3/+2
* Applied patch to fix the NONE parameters. By Laurence Withers <l@lwithers.me.uk>Nikos2008-02-131-1/+6
* added check for null prioritiesNikos2007-12-031-0/+7
* Added SECURE256 and SECURE128 level.Nikos2007-11-301-8/+31
* (no commit message)Nikos2007-11-281-2/+2
* fixed typeNikos2007-11-281-1/+1
* more updates for priority functions.Nikos2007-11-281-5/+5
* Return the string position in case of an error in the priority functions.Nikos2007-11-281-12/+14
* Typo.Simon Josefsson2007-11-281-1/+1
* Give example for %COMPAT.Simon Josefsson2007-11-281-1/+2
* Rename HIGH to SECURE.Simon Josefsson2007-11-281-20/+16
* Re-add aes-256 so we don't fail to negotiate it in case end only supports it.Simon Josefsson2007-11-281-1/+10
* Doc fixes. Fix warnings.Simon Josefsson2007-11-281-35/+37
* Re-indent.Simon Josefsson2007-11-281-61/+74
* Re-add gnutls_set_default_priority and gnutls_set_default_export_priority.Simon Josefsson2007-11-281-0/+49
* (no commit message)Nikos Mavrogiannopoulos2007-11-261-1/+1
* new era of priority functions.Nikos Mavrogiannopoulos2007-11-241-117/+124
* cleanup the priority functionalityNikos Mavrogiannopoulos2007-11-241-18/+18
* added gnutls_check_priority() to check syntax of priority strings.Nikos Mavrogiannopoulos2007-11-181-0/+26
* fixes for the new gnutls_set_priority().Nikos Mavrogiannopoulos2007-11-181-0/+1
* The gnutls_*_convert_priority() functions were deprecated by theNikos Mavrogiannopoulos2007-11-181-373/+0
* added gnutls_set_priority() to replace gnutls_set_default_priority2().Nikos Mavrogiannopoulos2007-11-181-212/+416
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Introduced GNUTLS_PRIORITIES_SECURITY_NORMAL and GNUTLS_PRIORITIES_SECURITY_HIGHNikos Mavrogiannopoulos2007-10-241-13/+42
* further deprecated the set_default_priority() functions. now implementedNikos Mavrogiannopoulos2007-10-241-58/+1
* Added gnutls_set_default_priority2() and deprecated gnutls_set_default_priori...Nikos Mavrogiannopoulos2007-10-241-77/+166
* renamed zlib to deflateNikos Mavrogiannopoulos2007-10-231-1/+1
* The text names used in the gnutls_*_convert_priority functions are the namesNikos Mavrogiannopoulos2007-10-231-117/+47
* Updated the priority functions to be more compatible to our interface andNikos Mavrogiannopoulos2007-10-231-97/+105
* Added new priority functions that accept text instead of integers.Nikos Mavrogiannopoulos2007-10-221-5/+439
* Reenabled the 256 bit algorithms in the default priorities.Nikos Mavrogiannopoulos2007-10-151-2/+4
* The 256 bit ciphers are not enabled in the default priorities.Nikos Mavrogiannopoulos2007-10-121-6/+2
* Add patch to support Camellia, contributed by Yoshisato YANAGISAWA. Fixes #1.Simon Josefsson2007-09-241-4/+15
* Disable TLS 1.2 by default, at least until RFC is out and we've doneSimon Josefsson2007-08-081-1/+1
* (gnutls_set_default_priority): Change order to prefer X.509 overSimon Josefsson2007-05-111-2/+2
* Doc fix.Simon Josefsson2007-03-071-2/+4
* Prefer aes256.Simon Josefsson2007-03-071-1/+1
* (gnutls_set_default_priority): Fix defaults.Simon Josefsson2007-03-051-5/+25
* Indent and doc fix.Simon Josefsson2007-03-051-17/+35
* Attempt TLS 1.2 and TLS 1.1 too, by default.Simon Josefsson2006-11-291-2/+2
* removed AES-256 from the list of default ciphers. No point in having it (when...Nikos Mavrogiannopoulos2006-04-111-5/+5
* documented the return value in the priority functionsNikos Mavrogiannopoulos2006-04-071-1/+21
* Use GNU coding style.Simon Josefsson2005-11-071-112/+124
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* renamed all instances of _SHA to _SHA1 to make naming more consistent and clear.Nikos Mavrogiannopoulos2005-03-051-2/+2
* Changes to make the --disable-* options work again.Nikos Mavrogiannopoulos2005-01-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* Doc fix.Simon Josefsson2004-10-281-8/+8
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-22/+22
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-103/+110