From 11026b06dca0fc886d20e79eff0162b42fec3f8f Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sat, 29 Aug 2026 12:19:59 +0200 Subject: lib: Add support for NIST curve hybrid KEMs OpenSSL 3.5 supports SecP256r1MLKEM768 and SecP384r1MLKEM1024 pairing ML-KEM with a NIST curve. These were not supported yet by O7s. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- sec.conf.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sec.conf.in') diff --git a/sec.conf.in b/sec.conf.in index 4115c850..efd07878 100644 --- a/sec.conf.in +++ b/sec.conf.in @@ -46,8 +46,10 @@ # ML-KEM-1024 CRYSTALS-Kyber-1024 # # Hybrid KEMs: -# X25519MLKEM768 X25519 + ML-KEM-768 -# X448MLKEM1024 X448 + ML-KEM-1024 +# X25519MLKEM768 X25519 + ML-KEM-768 +# X448MLKEM1024 X448 + ML-KEM-1024 +# SecP256r1MLKEM768 NIST P-256 + ML-KEM-768 +# SecP384r1MLKEM1024 NIST P-384 + ML-KEM-1024 # # Supported cipher algorithms (cipher=): # -------------------------------------- -- cgit v1.2.3