Added PSK NULL ciphers from RFC4785
This commit is contained in:
parent
b91c2b5782
commit
a1bf92ddb4
3 changed files with 35 additions and 2 deletions
|
@ -49,6 +49,10 @@ extern "C" {
|
|||
#define TLS_RSA_WITH_3DES_EDE_CBC_SHA 0x0A
|
||||
#define TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA 0x16
|
||||
|
||||
#define TLS_PSK_WITH_NULL_SHA 0x2C
|
||||
#define TLS_DHE_PSK_WITH_NULL_SHA 0x2D
|
||||
#define TLS_RSA_PSK_WITH_NULL_SHA 0x2E
|
||||
|
||||
#define TLS_RSA_WITH_AES_128_CBC_SHA 0x2F
|
||||
#define TLS_DHE_RSA_WITH_AES_128_CBC_SHA 0x33
|
||||
#define TLS_RSA_WITH_AES_256_CBC_SHA 0x35
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue