From cdfe8e5fed13fd46352da712d6426e40ea3ca8c1 Mon Sep 17 00:00:00 2001 From: Gerardo Ravago Date: Wed, 28 Aug 2024 10:39:57 -0400 Subject: [PATCH] Add note about IPD/Final Signed-off-by: Gerardo Ravago --- RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 456d28a875bc..67c1e807bf23 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -22,7 +22,8 @@ This is the eighth snapshot release of the OQS fork of OpenSSH. It is based on - Updated fork to track upstream OpenSSH 9.7. - Update algorithm list in line with `liboqs` v0.10.1. - + Introduces generic support for ML-KEM, ML-DSA, SNTRUP, BIKEr4, MAYO, and Falcon (Padded). + + Introduces generic support for ML-KEM-IPD, ML-DSA-IPD, SNTRUP, BIKEr4, MAYO, and Falcon (Padded). + + Support for ML-KEM and ML-DSA is provided using a `liboqs` alias which will update from the IPD versions to the final FIPS-203 and FIPS-204 standards when they are available in the underlying `liboqs`. - Added support for x25519 hybrid key exchange algorithms. + Working interop support for `x25519-kyber-512r3-sha256-d00@amazon.com` key exchange. + Working interop support for `sntrup761x25519-sha512@openssh.com` key exchange.