crypto/fips140: Documentation request for FIPS 140-3 approved algorithm parameters [closed]

2 weeks ago 21
ARTICLE AD BOX

I’m looking for documentation that lists the specific FIPS 140-3 approved parameters for each algorithm in the Go Cryptographic Module (v1.0.0, CAVP A6650).

Specifically, parameters such as:

AES: Approved key sizes (128/192/256?) and modes (GCM/CBC/CTR/CCM?)

For FIPS 140-3 compliance reporting, organizations need to verify that their applications use approved algorithm configurations. Other FIPS-validated modules (e.g., OpenSSL) publish this information in their Security Policy document as “Table 5 - Approved Algorithms” at page 10 (example: OpenSSL FIPS Security Policy).

I understand Go’s CMVP validation is still in process (“Review Pending” on MIP list). However, having this information documented would help developers

Read Entire Article