Merge pull request #1638 from dgreen-arm/check-names-rewrite

Rewrite check-names.sh in python
This commit is contained in:
Gilles Peskine 2021-09-27 12:28:53 +02:00 committed by GitHub
commit b19be6b5f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 942 additions and 307 deletions

View file

@ -3173,7 +3173,7 @@
* Maximum number of heap-allocated bytes for the purpose of
* DTLS handshake message reassembly and future message buffering.
*
* This should be at least 9/8 * MBEDTLSSL_IN_CONTENT_LEN
* This should be at least 9/8 * MBEDTLS_SSL_IN_CONTENT_LEN
* to account for a reassembled handshake message of maximum size,
* together with its reassembly bitmap.
*