Fix incorrect PQ_GROUP_LIST string

This commit is contained in:
Siddharth 2024-05-20 21:46:57 -04:00
parent a50d8910ba
commit 2fe4ca0f8c
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ struct DYN_VALUE
#define DEFAULT_CIPHER_LIST "ECDHE+AESGCM:ECDHE+CHACHA20:DHE+AESGCM:DHE+CHACHA20:ECDHE+AES256:DHE+AES256:RSA+AES"
#define PQ_GROUP_LIST "?p521_kyber1024:?x25519_kyber768:P-512:X25519:P-256"
#define PQ_GROUP_LIST "p521_kyber1024:x25519_kyber768:P-521:X25519:P-256"
// SSL logging function
//#define ENABLE_SSL_LOGGING