diff options
| author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2026-08-29 12:19:59 +0200 |
|---|---|---|
| committer | Sander Vrijders <sander@ouroboros.rocks> | 2026-08-31 08:31:46 +0200 |
| commit | 11026b06dca0fc886d20e79eff0162b42fec3f8f (patch) | |
| tree | 86962f65634a4ebe20822cf8c4ef659f5d0005a4 /sec.conf.in | |
| parent | 0719ed46d29b0e57cb9128f5396ff894b7456766 (diff) | |
| download | ouroboros-11026b06dca0fc886d20e79eff0162b42fec3f8f.tar.gz ouroboros-11026b06dca0fc886d20e79eff0162b42fec3f8f.zip | |
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 <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'sec.conf.in')
| -rw-r--r-- | sec.conf.in | 6 |
1 files changed, 4 insertions, 2 deletions
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=): # -------------------------------------- |
