We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d8468 commit 9afb881Copy full SHA for 9afb881
1 file changed
dtls.c
@@ -129,10 +129,12 @@ memarray_t dtlscontext_storage;
129
* cookie_length := 1 byte
130
* cookie := n bytes
131
* cipher_length := 2 bytes
132
- * cipher suites (max) := 2 bytes + max * 2
+ * cipher suites (max) := 2 bytes + max * 2 bytes
133
+ * empty_renegotiation := 2 bytes
134
+ * cipher suites := max * 2 bytes
135
* compression_length := 1 byte
136
* compression := 1 byte
- * extensions_length := 2 bytes => 10 + max * 2
137
+ * extensions_length := 2 bytes => 10 bytes + max * 2 bytes
138
*
139
* client_cert_type := 6 bytes
140
* server_cert_type := 6 bytes
0 commit comments