Skip to content

Disable TLS1.3 under certain priority strings

Nikos Mavrogiannopoulos requested to merge tmp-disable-tls13 into master

This change disables TLS1.3 support when SRP, Anonymous or NULL cipher ciphersuites are requested in the priority string. That is to allow existing priority strings to be operational even after TLS1.3 is enabled by default in the NORMAL (and other) priority strings.

Relates #424 (closed)

Checklist

  • Code modified for feature
  • Test suite updated with functionality tests
  • Documentation updated

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
Edited by Tomáš Mráz

Merge request reports