Skip to content

Commit

Permalink
docs: Add back suggested FIPS + TLS1.3 policy (#4605)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart authored Jun 21, 2024
1 parent dd6e71a commit 49052ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/usage-guide/topics/ch06-security-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ In contrast, numbered or dated versions are fixed and will never change. The num
* "default_tls13": "20240503"
For previous defaults, see the "Default Policy History" section below.

"default_fips" does not currently support TLS1.3. If you need a policy that supports both FIPS and TLS1.3, choose "20230317". We plan to add TLS1.3 support to both "default" and "default_fips" in the future.

"rfc9151" is derived from [Commercial National Security Algorithm (CNSA) Suite Profile for TLS and DTLS 1.2 and 1.3](https://datatracker.ietf.org/doc/html/rfc9151). This policy restricts the algorithms allowed for signatures on certificates in the certificate chain to RSA or ECDSA with sha384, which may require you to update your certificates.
Like the default policies, this policy may also change if the source RFC definition changes.

Expand Down

0 comments on commit 49052ca

Please sign in to comment.