Mbed-TLS / mbedtls

An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases.
https://www.trustedfirmware.org/projects/mbed-tls/
Other
5.24k stars 2.56k forks source link

[Backport 3.6] Fix incorrect array length in function prototype #9248

Closed sezrab closed 3 months ago

sezrab commented 3 months ago

Issue #9179 (MBEDTLS_SSL_CID_OUT_LEN_MAX changed to MBEDTLS_SSL_CID_IN_LEN_MAX in library\ssl.h and library\ssl_tls.c)

Description

Trivial backport of #9242

PR checklist

Please tick as appropriate and edit the reasons (e.g.: "backport: not needed because this is a new feature")