Skip to content

Added the notion of TLS-only and DTLS-only extensions

Nikos Mavrogiannopoulos requested to merge tmp-prohibit-tls-dtls-mix into master

That is, introduce the notion of TLS-only and DTLS-only extensions, providing a framework to prevent sending extensions which are registered for example for TLS 1.3, under DTLS and vice versa.

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

Merge request reports