summaryrefslogtreecommitdiff
path: root/lib/gnutls_priority.c
Commit message (Expand)AuthorAgeFilesLines
* CHACHA20_POLY1305 was added to the default priority stringsNikos Mavrogiannopoulos2016-05-191-5/+10
* Fix some typos [ci skip]Andreas Metzler2015-12-271-1/+1
* Disable the NULL cipher on runtime when FIPS140 mode is enabled instead of st...Nikos Mavrogiannopoulos2015-10-151-1/+1
* backport: Tolerate priority strings with names of legacy ciphers and key exch...Nikos Mavrogiannopoulos2015-10-151-9/+12
* Backported new verification functions for clients from 3.5.x branchNikos Mavrogiannopoulos2015-10-071-1/+4
* handshake: add FALLBACK_SCSV priority optionAlessandro Ghedini2015-08-011-0/+4
* Exported functions to convert from and to OIDsNikos Mavrogiannopoulos2015-06-181-1/+1
* only send EtM extension if we have CBC ciphersuitesNikos Mavrogiannopoulos2015-04-011-5/+17
* gnutls_record_set_max_empty_records: removedNikos Mavrogiannopoulos2015-03-281-2/+0
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-14/+14
* doc updateNikos Mavrogiannopoulos2015-03-131-1/+1
* gnutls_priority_init: document that priorities can be NULLNikos Mavrogiannopoulos2015-03-131-12/+7
* doc updateNikos Mavrogiannopoulos2015-03-041-1/+2
* DSA signatures and DHE-DSS are disabled by defaultNikos Mavrogiannopoulos2015-03-031-7/+0
* remove unnecessary assertNikos Mavrogiannopoulos2015-02-211-1/+1
* ARCFOUR-128 is disabled by defaultNikos Mavrogiannopoulos2014-12-311-4/+2
* VERS-ALL adds all protocols if used with '+'Nikos Mavrogiannopoulos2014-12-311-1/+1
* priority strings VERS-TLS-ALL and VERS-DTLS-ALL are restricted to the corresp...Nikos Mavrogiannopoulos2014-12-311-4/+37
* the priority string EXPORT is no moreNikos Mavrogiannopoulos2014-12-061-12/+0
* CCM mode moved to the lowest priorityNikos Mavrogiannopoulos2014-12-031-11/+12
* Added definitions for CCM ciphersuitesNikos Mavrogiannopoulos2014-12-031-0/+12
* corrected comparisonNikos Mavrogiannopoulos2014-12-031-1/+1
* removed the old gnutls_retr_st compatibility functionsNikos Mavrogiannopoulos2014-12-031-24/+0
* removed the old priority functionsNikos Mavrogiannopoulos2014-12-031-148/+0
* The record version in the client Hello will be set to the lowest supported pr...Nikos Mavrogiannopoulos2014-11-211-3/+3
* Revert "The priority modifier %LATEST_RECORD_VERSION is now the default"Nikos Mavrogiannopoulos2014-11-211-0/+1
* gnutls_priority_string_list: allow printing the special keywords as well.Nikos Mavrogiannopoulos2014-11-211-7/+16
* NORMAL priority: prioritize the less than 256-bits curves at the lowest levelNikos Mavrogiannopoulos2014-11-171-4/+4
* Added priority string %NO_SESSION_HASH to prevent advertising the extended ma...Nikos Mavrogiannopoulos2014-11-131-0/+4
* The priority modifier %LATEST_RECORD_VERSION is now the defaultNikos Mavrogiannopoulos2014-11-131-1/+0
* Added support for RFC7366 (encrypt then authenticate)Nikos Mavrogiannopoulos2014-11-031-0/+4
* Added priority string %NO_TICKETS that disables session ticket supportNikos Mavrogiannopoulos2014-10-241-1/+14
* added gnutls_priority_string_list(), a function to iterate all priority stringsNikos Mavrogiannopoulos2014-10-161-0/+19
* put all priority strings into a tableNikos Mavrogiannopoulos2014-10-161-132/+176
* SSL 3.0 is no longer on the default priorities listNikos Mavrogiannopoulos2014-10-161-1/+0
* gnutls_priority_init: set err_pos prior to any actionNikos Mavrogiannopoulos2014-07-221-4/+4
* When assigning the TLS version, double check that it is valid.Nikos Mavrogiannopoulos2014-05-221-4/+8
* increased the number of allowed elements in a priority string.Nikos Mavrogiannopoulos2014-05-191-1/+1
* simplify break_comma_list().Nikos Mavrogiannopoulos2014-05-191-18/+13
* use gnutls_set_default_priority() in examples.Nikos Mavrogiannopoulos2014-05-111-3/+4
* Added the 'very weak' certificate verification profile.Nikos Mavrogiannopoulos2014-05-051-0/+6
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-151-7/+7
* modify to conform to the documentated level.Nikos Mavrogiannopoulos2014-04-081-4/+4
* Allow multiple spaces into priorities file.Nikos Mavrogiannopoulos2014-04-071-3/+12
* The "SYSTEM" initial keyword was replaced with the more generic "@KEYWORD"Nikos Mavrogiannopoulos2014-04-071-50/+82
* Added priority string %DISABLE_WILDCARDS.Nikos Mavrogiannopoulos2014-04-021-0/+4
* using the SYSTEM priority string will fail if there is no system fileNikos Mavrogiannopoulos2014-03-271-15/+16
* The %COMPAT keyword no longer reduces security.Nikos Mavrogiannopoulos2014-03-271-0/+14
* NEW_PADDING has been removed.Nikos Mavrogiannopoulos2014-03-051-4/+0
* The default priority is reset to NORMALNikos Mavrogiannopoulos2014-02-281-1/+1