Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 839
OCPBUGS-109794: clarify FIPS-approved TLS groups in TLSSecurityProfile docs#2983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -282,8 +282,10 @@ spec: | ||
| There is a one-to-one mapping between these names and the group IDs defined | ||
| in Go's crypto/tls package based on IANA's "TLS Supported Groups" registry: | ||
| https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-8 | ||
| Note that X25519MLKEM768 is a post-quantum hybrid group that is not | ||
| FIPS-approved and should be ignored by components running in FIPS mode. | ||
| Note that only the NIST P-curves (secp256r1, secp384r1, secp521r1) are | ||
| FIPS-approved. X25519 and the ML-KEM post-quantum hybrid groups | ||
| (X25519MLKEM768, SecP256r1MLKEM768, SecP384r1MLKEM1024) are not | ||
| FIPS-approved and are ignored by components running in FIPS mode. | ||
| enum: | ||
| - X25519 | ||
| - secp256r1 | ||
| @@ -401,8 +403,10 @@ spec: | ||
| Note that not all platform components honor the ordering: Go-based components use Go's | ||
| internal preference order and treat this list as a filter of allowed groups rather than | ||
| an ordered preference. | ||
| Note that X25519MLKEM768 is a post-quantum hybrid group that is not | ||
| FIPS-approved and should be ignored by components running in FIPS mode. | ||
| Note that only the NIST P-curves (secp256r1, secp384r1, secp521r1) are | ||
| FIPS-approved. X25519 and the ML-KEM post-quantum hybrid groups | ||
| (X25519MLKEM768, SecP256r1MLKEM768, SecP384r1MLKEM1024) are not | ||
| FIPS-approved and are ignored by components running in FIPS mode. | ||
| ||
| The profiles are intent based, so they may change over time as new ciphers are | ||
| developed and existing ciphers are found to be insecure. Depending on | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.