Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify bounds check in ssl_write_certificate_request
It is sufficient to check for the strongest limit only. Using a smaller type ensures there is no overflow (assuming size_t is at least 32 bits). Fixes Mbed-TLS#2916 Signed-off-by: irwir <irwir@users.noreply.github.com>
- Loading branch information