summaryrefslogtreecommitdiff
path: root/lib/priority.c
Commit message (Expand)AuthorAgeFilesLines
* lib: simplify adding groups according to priorititesDmitry Eremin-Solenikov2017-11-191-21/+12
* extensions: renamed _gnutls_hello_ext_*sdata to _gnutls_hello_ext_*privNikos Mavrogiannopoulos2017-11-141-1/+1
* priority: include groups into priority when having a TLS1.3-only sessionNikos Mavrogiannopoulos2017-11-141-2/+27
* priority: do include all the version's signature semanticsNikos Mavrogiannopoulos2017-11-141-4/+0
* extensions: files renamed to hello_extNikos Mavrogiannopoulos2017-11-141-1/+1
* extensions: renamed hello extension handling functions appropriatelyNikos Mavrogiannopoulos2017-11-141-1/+1
* ext/signature: improved TLS 1.3 signature algorithm negotiationNikos Mavrogiannopoulos2017-11-141-3/+5
* handshake: added the TLS 1.3 ciphersuitesNikos Mavrogiannopoulos2017-11-141-0/+13
* priorities: when no signature algorithms eliminate (D)TLS 1.2 or laterNikos Mavrogiannopoulos2017-11-141-6/+19
* priority: do not include signature algorithms that apply to different TLS ver...Nikos Mavrogiannopoulos2017-11-141-5/+51
* ext/signature: added TLS 1.3 signature algorithm negotiationNikos Mavrogiannopoulos2017-11-141-3/+12
* handshake: legacy version negotiation is not used for TLS 1.3Nikos Mavrogiannopoulos2017-11-141-0/+5
* gnutls_priority_ecc_curve_list: avoid including groups into elliptic curves listNikos Mavrogiannopoulos2017-08-021-0/+13
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-011-44/+153
* gnutls_priority_set: use reference countingNikos Mavrogiannopoulos2017-07-251-44/+24
* Revert "Documented use gnutls_priority_set2()."Nikos Mavrogiannopoulos2017-07-251-2/+0
* priority: enabled Ed25519 signature by defaultNikos Mavrogiannopoulos2017-07-171-0/+4
* Documented use gnutls_priority_set2().Nikos Mavrogiannopoulos2017-07-101-0/+2
* priorities: share priority structures across sessionsNikos Mavrogiannopoulos2017-07-101-10/+63
* doc: corrected typoNikos Mavrogiannopoulos2017-07-101-4/+4
* handshake: simplified signature algorithm list generationNikos Mavrogiannopoulos2017-07-101-8/+18
* Eliminated access to obsolete priority cache fieldsNikos Mavrogiannopoulos2017-07-101-27/+25
* handshake: simplified the server-side ciphersuite negotiationNikos Mavrogiannopoulos2017-07-101-1/+2
* priority: include a cache of supported ciphersuitesNikos Mavrogiannopoulos2017-07-101-0/+27
* Removed support for compression mechanismsNikos Mavrogiannopoulos2017-06-221-45/+15
* NORMAL priority: no longer enable the smaller curves by defaultNikos Mavrogiannopoulos2017-06-191-4/+0
* NORMAL priority: enable X25519 curveNikos Mavrogiannopoulos2017-06-191-0/+2
* Removed unnecessary certificate type functionalityNikos Mavrogiannopoulos2017-06-161-31/+6
* Removed support for openpgp certificates and keysNikos Mavrogiannopoulos2017-06-161-1/+0
* priority: enabled RSA-PSS signatures by defaultNikos Mavrogiannopoulos2017-05-291-0/+14
* Introduced flag GNUTLS_VERIFY_ALLOW_SIGN_WITH_SHA1Nikos Mavrogiannopoulos2017-03-161-0/+5
* Introduced the %VERIFY_ALLOW_BROKEN priority string optionNikos Mavrogiannopoulos2017-03-161-0/+5
* priority: do not enable HMAC-MD5 by defaultNikos Mavrogiannopoulos2017-03-081-1/+0
* Removed support for the 3DES cipher by defaultNikos Mavrogiannopoulos2017-02-051-6/+0
* configure: introduced --with-priority-string optiontmp-default-prio-stringNikos Mavrogiannopoulos2016-12-211-1/+1
* priorities: reset the profile flags when appending new flagsNikos Mavrogiannopoulos2016-12-201-1/+1
* Revert "priorities: set the additional verify flags instead of appending them"Nikos Mavrogiannopoulos2016-12-191-1/+1
* doc update [ci skip]Nikos Mavrogiannopoulos2016-12-191-3/+15
* priorities: set the additional verify flags instead of appending themNikos Mavrogiannopoulos2016-12-191-1/+1
* priorities: added CHACHA20-POLY1305 to SECURE setNikos Mavrogiannopoulos2016-11-041-0/+2
* priorities: Do read crypto policy files with mtime of zeroColin Walters2016-10-111-1/+2
* doc: gnutls_priority_init: fixed %COMPAT [ci skip]Nikos Mavrogiannopoulos2016-09-221-2/+2
* doc: mention the usage of the _gnutls_resolve_priorities function in testsuiteNikos Mavrogiannopoulos2016-06-091-0/+2
* gnutls_priority_init: multiple @KEYWORD lookups with fallbackDaniel P. Berrange2016-06-091-32/+66
* doc updateNikos Mavrogiannopoulos2016-06-091-3/+3
* _gnutls_resolve_priorities: always try to re-read sys priority fileDaniel P. Berrange2016-06-091-10/+45
* env: use secure_getenv when reading environment variablesNikos Mavrogiannopoulos2016-05-271-1/+1
* priority: CCM ciphersuites was promoted over the CBC onesNikos Mavrogiannopoulos2016-05-191-1/+3
* priorities: when without AES acceleration prefer stream ciphers (i.e., CHACHA20)Nikos Mavrogiannopoulos2016-05-061-5/+33
* priorities: preload the system priorities on library loading timeNikos Mavrogiannopoulos2016-04-011-3/+42