mirror of
https://github.com/minio/minio.git
synced 2025-08-06 22:26:57 +02:00
Add support for X25519MLKEM768 (#21435)
Signed-off-by: Bhuvanesh Fokeer <fokeerbhuvanesh@cyberstorm.mu> Signed-off-by: Nakul Baboolall <nkb@cyberstorm.mu> Signed-off-by: Sehun Bissessur <sehun.bissessur@cyberstorm.mu>
This commit is contained in:
parent
34679befef
commit
7a64bb9766
@ -74,5 +74,5 @@ func TLSCiphersBackwardCompatible() []uint16 {
|
|||||||
// TLSCurveIDs returns a list of supported elliptic curve IDs
|
// TLSCurveIDs returns a list of supported elliptic curve IDs
|
||||||
// in preference order.
|
// in preference order.
|
||||||
func TLSCurveIDs() []tls.CurveID {
|
func TLSCurveIDs() []tls.CurveID {
|
||||||
return []tls.CurveID{tls.CurveP256, tls.X25519, tls.CurveP384, tls.CurveP521}
|
return []tls.CurveID{tls.X25519MLKEM768, tls.CurveP256, tls.X25519, tls.CurveP384, tls.CurveP521}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user