mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
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