mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Check for kECDH with extensions.
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
526f94ad68
commit
13be69f3e6
@ -1157,7 +1157,7 @@ unsigned char *ssl_add_clienthello_tlsext(SSL *s, unsigned char *buf,
|
||||
|
||||
alg_k = c->algorithm_mkey;
|
||||
alg_a = c->algorithm_auth;
|
||||
if ((alg_k & (SSL_kECDHE | SSL_kECDHr | SSL_kECDHe)
|
||||
if ((alg_k & (SSL_kECDHE | SSL_kECDHr | SSL_kECDHe | SSL_kECDHEPSK)
|
||||
|| (alg_a & SSL_aECDSA))) {
|
||||
using_ecc = 1;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user