forked from wolfSSL/wolfssl
Merge pull request #2888 from SparkiDev/tls13_down_rand
Fix downgrade fixed random to match spec
This commit is contained in:
@ -147,7 +147,7 @@ enum processReply {
|
||||
|
||||
/* Server random bytes for TLS v1.3 described downgrade protection mechanism. */
|
||||
static const byte tls13Downgrade[7] = {
|
||||
0x44, 0x4f, 0x47, 0x4e, 0x47, 0x52, 0x44
|
||||
0x44, 0x4f, 0x57, 0x4e, 0x47, 0x52, 0x44
|
||||
};
|
||||
#define TLS13_DOWNGRADE_SZ sizeof(tls13Downgrade)
|
||||
|
||||
|
Reference in New Issue
Block a user