TLS groups has superseded TLS curves:
Therefore the Guidelines should use "TLS groups" instead of "TLS curves".
Also, SSL_CONF_cmd says:
The groups argument is a colon separated list of groups. The preferred names are those listed in the IANA TLS Supported Groups registry.
Therefore the TLS groups should be changed from:
X25519MLKEM768, X25519, prime256v1, secp384r1
to:
X25519MLKEM768, x25519, secp256r1, secp384r1
TLS groups has superseded TLS curves:
Therefore the Guidelines should use "TLS groups" instead of "TLS curves".
Also, SSL_CONF_cmd says:
The groups argument is a colon separated list of groups. The preferred names are those listed in the IANA TLS Supported Groups registry.
Therefore the TLS groups should be changed from:
X25519MLKEM768, X25519, prime256v1, secp384r1
to:
X25519MLKEM768, x25519, secp256r1, secp384r1