We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca01807 commit 3111128Copy full SHA for 3111128
1 file changed
wolfssl/internal.h
@@ -1569,7 +1569,7 @@ enum Misc {
1569
SEED_LEN = RAN_LEN * 2, /* tls prf seed length */
1570
ID_LEN = 32, /* session id length */
1571
COOKIE_SECRET_SZ = 14, /* dtls cookie secret size */
1572
- MAX_COOKIE_LEN = 254, /* max dtls cookie size per RFC 6347 (opaque<0..2^8-1>) more than 254 can be malfored / malicious */
+ MAX_COOKIE_LEN = 254, /* max dtls cookie size per RFC 6347 (opaque<0..2^8-1>) more than 254 can be malformed / malicious */
1573
COOKIE_SZ = 20, /* use a 20 byte cookie */
1574
SUITE_LEN = 2, /* cipher suite sz length */
1575
ENUM_LEN = 1, /* always a byte */
0 commit comments