Skip to content

WIP: RFC: priorities: cipher priorities were made consistent with the 3.6.x branch

Nikos Mavrogiannopoulos requested to merge tmp-equalize-priorities into gnutls_3_5_x

priorities: cipher priorities were made consistent with the 3.6.x branch

Current settings in NORMAL priorities which were affected:

  • Enabled ciphers:
  • AES-GCM
  • CHACHA20-POLY1305
  • AES-CCM
  • AES-CBC

Removed:

  • Ciphersuites utilizing CAMELLIA were removed.

Checklist

  • Code modified for feature

Reviewer's checklist:

  • Any issues marked for closing are addressed
  • There is a test suite reasonably covering new functionality or modifications
  • Function naming, parameters, return values, types, etc., are consistent and according to CONTRIBUTION.md
  • This feature/change has adequate documentation added
  • No obvious mistakes in the code

Merge request reports