postfix/dovecot: support SecP256r1MLKME768 key exchange
Added support means we allow it, but for now we don't prefer it, since it has not seen much use yet. For Postfix that means it lands below the two groups that already send a key share and save us a roundtrip. https://www.ietf.org/archive/id/draft-kwiatkowski-tls-ecdhe-mlkem-02.html
This commit is contained in:
@@ -436,6 +436,7 @@ in
|
||||
Groups = mkGroupString [
|
||||
[ "*X25519MLKEM768" ]
|
||||
[ "*X25519" ]
|
||||
[ "SecP256r1MLKEM768" ]
|
||||
[
|
||||
"P-256"
|
||||
"P-384"
|
||||
|
||||
Reference in New Issue
Block a user