mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
new PSK text constants
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
dcbd50608a
commit
8baac6a224
@ -1629,6 +1629,15 @@ char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len)
|
||||
case SSL_kPSK:
|
||||
kx = "PSK";
|
||||
break;
|
||||
case SSL_kRSAPSK:
|
||||
kx = "RSAPSK";
|
||||
break;
|
||||
case SSL_kECDHEPSK:
|
||||
kx = "ECDHEPSK";
|
||||
break;
|
||||
case SSL_kDHEPSK:
|
||||
kx = "DHEPSK";
|
||||
break;
|
||||
case SSL_kSRP:
|
||||
kx = "SRP";
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user