summaryrefslogtreecommitdiff
path: root/lib/gnutls_priority.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "the default priorities are reset to be NORMAL."Nikos Mavrogiannopoulos2014-02-281-1/+1
* the default priorities are reset to be NORMAL.Nikos Mavrogiannopoulos2014-02-281-1/+1
* removed deprecated flagNikos Mavrogiannopoulos2014-02-141-5/+3
* Adjusted the security levels of PFS, SECURE128 and SECURE192 keywords.Nikos Mavrogiannopoulos2014-02-071-1/+1
* reduced security levels of SECURE128 and SECURE192 strings.Nikos Mavrogiannopoulos2014-02-071-4/+7
* use macros to set the level.Nikos Mavrogiannopoulos2014-02-031-16/+12
* consider the initial keyword set even when it's set to NONE.Nikos Mavrogiannopoulos2014-02-021-0/+1
* When two initial keywords are specified then treat the second as having the '...Nikos Mavrogiannopoulos2014-02-021-1/+3
* when setting multiple initial keywords in a priority string, the security lev...Nikos Mavrogiannopoulos2014-02-011-23/+23
* when freeing priority_cache make sure it is set to NULLNikos Mavrogiannopoulos2014-01-161-0/+1
* decreased certificate verification level to allow SHA1 as hash.Nikos Mavrogiannopoulos2014-01-151-3/+3
* The correct priority will be used if SYSTEM is not specified.Nikos Mavrogiannopoulos2014-01-141-0/+2
* changes in SYSTEM semantics to allow appending rules to the default policy.Nikos Mavrogiannopoulos2014-01-141-17/+31
* Added the SYSTEM priority string initial keyword.Nikos Mavrogiannopoulos2014-01-141-6/+83
* Weak sec-param was replaced with Low.Nikos Mavrogiannopoulos2014-01-141-3/+3
* GNUTLS_SEC_PARAM_NORMAL was renamed to GNUTLS_SEC_PARAM_MEDIUMNikos Mavrogiannopoulos2014-01-141-2/+9
* Use gperf to find priority string options.Nikos Mavrogiannopoulos2014-01-131-98/+109
* verification profiles can be set individually as well.Nikos Mavrogiannopoulos2014-01-131-0/+28
* increased the overall security level unless %COMPAT is specified.Nikos Mavrogiannopoulos2014-01-131-5/+5
* enforce certificate verification profiles when setting priority stringsNikos Mavrogiannopoulos2014-01-131-1/+15
* FIPS140 mode is detected on run-time.Nikos Mavrogiannopoulos2013-12-091-13/+30
* Added option to disable the non-SuiteB curves (i.e., the SECP 192R1 and 224R1...Nikos Mavrogiannopoulos2013-11-271-0/+2
* In FIPS140-2 mode disable non-conformant ciphers, MAC and hash algorithms.Nikos Mavrogiannopoulos2013-11-271-0/+22
* prioritize any GCM ciphersuite over CBC in secure128 level.Nikos Mavrogiannopoulos2013-11-191-2/+3
* Added %DUMBFW priority string option.Nikos Mavrogiannopoulos2013-11-101-0/+3
* reindented codeNikos Mavrogiannopoulos2013-11-081-815/+789
* do not set any default levelNikos Mavrogiannopoulos2013-11-051-1/+0
* Assign very weak level to priority string NONE only.Nikos Mavrogiannopoulos2013-11-051-1/+1
* Added camellia-gcm into the default priority levels, and prioritized GCM over...Nikos Mavrogiannopoulos2013-10-231-5/+12
* doc updateNikos Mavrogiannopoulos2013-08-311-0/+3
* arcfour is restored in the top of the performance priority.Nikos Mavrogiannopoulos2013-08-301-1/+1
* AES-GCM is preferred alwaysNikos Mavrogiannopoulos2013-08-241-39/+2
* no need to keep separate priority lists for export ciphersuites (they are no ...Nikos Mavrogiannopoulos2013-07-311-28/+2
* Added the PFS priority string option.Nikos Mavrogiannopoulos2013-07-311-0/+30
* Added helper functions to export the available ciphers in a priority structureNikos Mavrogiannopoulos2013-07-251-0/+63