aws / s2n-tls

An implementation of the TLS/SSL protocols
https://aws.github.io/s2n-tls/usage-guide/
Apache License 2.0
4.53k stars 707 forks source link

docs: clarify pre-TLS1.2 support #4780

Closed lrstewart closed 2 months ago

lrstewart commented 2 months ago

Description of changes:

Clarify support for older TLS versions: a security policy that allows older versions can't necessarily always negotiate older versions, if it doesn't also support the right ciphersuites.

Testing:

Just a documentation change.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.