summaryrefslogtreecommitdiff
path: root/lib/gnutls_priority.c
Commit message (Expand)AuthorAgeFilesLines
* Added options to disable more key exchange mechanisms.Nikos Mavrogiannopoulos2013-03-121-0/+14
* prefer plain RSA to DHE-RSA and DHE-DSSNikos Mavrogiannopoulos2013-02-101-1/+5
* further relaxed security levelsNikos Mavrogiannopoulos2013-02-101-2/+2
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Keep the legacy dh_prime_bits.Nikos Mavrogiannopoulos2013-01-271-6/+18
* Instead of setting directly the number of DH bits, set a security parameter p...Nikos Mavrogiannopoulos2013-01-261-9/+10
* The minimum DH prime bits are now set by the priority strings (that means the...Nikos Mavrogiannopoulos2013-01-261-1/+13
* GnuTLS Length Hiding patch.Alfredo Pironti2013-01-231-1/+3
* set a default error position.Nikos Mavrogiannopoulos2013-01-221-0/+3
* NEW_RECORD_PADDING priority string was renamed to RANDOM_PADDINGNikos Mavrogiannopoulos2013-01-021-1/+1
* Added a new record padding mechanism.Nikos Mavrogiannopoulos2013-01-021-0/+5
* Don't read past the last list entry in _add_priority, doing so adds algorithm...Tim Kosse2012-11-151-7/+8
* Added priority string %VERIFY_DISABLE_CRL_CHECKS.Nikos Mavrogiannopoulos2012-10-131-0/+6
* gnutls_session_enable_compatibility_mode() is equivalent to %COMPAT priority ...Nikos Mavrogiannopoulos2012-09-171-4/+1
* Warn on certificate with weak security levels. (re)introduces GNUTLS_SEC_PARA...Nikos Mavrogiannopoulos2012-09-171-0/+1
* use a %STATELESS_COMPRESSION priority string instead of gnutls_init() flag.Nikos Mavrogiannopoulos2012-09-161-0/+4
* Key usage violations are allowed when the COMPAT keyword is specified.Nikos Mavrogiannopoulos2012-09-151-0/+1
* fix warningsNikos Mavrogiannopoulos2012-08-161-1/+1
* Security levels can be combined as priority strings.Nikos Mavrogiannopoulos2012-08-111-74/+143
* Since: 3.0.0 -> Since 3.0 to reflect that it might be on a later version than...Nikos Mavrogiannopoulos2012-02-181-5/+5
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Added functions to allow quering a priority structure.Nikos Mavrogiannopoulos2012-01-241-0/+105
* Updated SUITEB requirements according to rfc6460.Nikos Mavrogiannopoulos2012-01-221-5/+3
* GNUTLS_E_NO_PRIORITIES_WERE_SET is also returned by gnutls_priority_set_*Nikos Mavrogiannopoulos2012-01-181-0/+7
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+1
* Defined more precisely the SECURE levels.Nikos Mavrogiannopoulos2012-01-091-1/+4
* minor doc and comment fixesPatrick Pelletier2011-12-281-2/+2
* Added new priority string %SERVER_PRECEDENCE.Nikos Mavrogiannopoulos2011-12-131-0/+5
* Removed 128-bit ciphers from secure192, but added SHA256 (or no ciphersuites ...Nikos Mavrogiannopoulos2011-12-131-4/+4
* Added 192-bit curve in normal priorities.Nikos Mavrogiannopoulos2011-12-101-0/+1
* ECDHE ciphersuites take precendence to plain DHENikos Mavrogiannopoulos2011-11-051-2/+2
* OpenPGP certificate type priority is not enabled by default.Nikos Mavrogiannopoulos2011-08-311-3/+8
* Added %NO_EXTENSIONS priority string.Nikos Mavrogiannopoulos2011-08-311-0/+4
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* documentation fixesNikos Mavrogiannopoulos2011-07-231-5/+3
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* When AES and GCM acceleration is available increase the priority of AES-GCM c...Nikos Mavrogiannopoulos2011-06-051-9/+51
* reinstated MAC-ALL semantics.Nikos Mavrogiannopoulos2011-06-041-1/+1
* Added SuiteB ciphersuites. Added SUITEB128 and SUITEB192 priority strings.Nikos Mavrogiannopoulos2011-06-041-45/+114
* ECDHE and ECDSA were added to deafult priorities.Nikos Mavrogiannopoulos2011-05-281-5/+21
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-1/+1
* Added ability to specify curves as priority strings.Nikos Mavrogiannopoulos2011-05-211-4/+45
* Added curve SECP512R1.Nikos Mavrogiannopoulos2011-05-211-0/+1
* Initial ecc support. Adds support for anonymous ECDH ciphersuites.Nikos 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