▲ | thayne 5 days ago | ||||||||||||||||||||||
Is there a PQC hybrid algorithm available for OpenSSH that is compliant with FIPS 140-3? | |||||||||||||||||||||||
▲ | djmdjm 5 days ago | parent [-] | ||||||||||||||||||||||
FIPS certification is given to an entire "cryptographic module" that includes hardware and software. "FIPS compliant OpenSSH" is therefore a misnomer, you have to certify OpenSSH running on a particular OS on particular hardware. FIPS compliance does require use of specific algorithms. ML-KEM is NIST approved and AFAIK NIST is on record saying that hybrid KEMs are fine. My understanding is therefore that it would be possible for mlkem768x25519-sha256 (supported by OpenSSH) to be certified. caveat: IANAFA (I am not a FIPS auditor) | |||||||||||||||||||||||
|