mirror of
https://github.com/h2o/h2o.git
synced 2025-04-19 16:09:15 +08:00
Add secp384r1 as a key exchange algorithm
Some clients appear to only support that one
This commit is contained in:
parent
af505adb8f
commit
b695edb42f
@ -1326,7 +1326,8 @@ static const char *listener_setup_ssl_picotls(struct listener_config_t *listener
|
||||
#else
|
||||
&ptls_minicrypto_x25519,
|
||||
#endif
|
||||
&ptls_openssl_secp256r1, NULL};
|
||||
&ptls_openssl_secp256r1,
|
||||
&ptls_openssl_secp384r1, NULL};
|
||||
key_exchanges = default_key_exchanges;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user