1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-29 16:16:38 +00:00

mbedtls: Update to upstream version 2.16.11

(cherry picked from commit cd7b25588b)
This commit is contained in:
Rémi Verschelde
2021-07-20 12:32:46 +02:00
parent d966f00954
commit 96f5ffdcc1
26 changed files with 1043 additions and 611 deletions

View File

@@ -124,7 +124,7 @@ void mbedtls_ssl_ticket_init( mbedtls_ssl_ticket_context *ctx );
* Recommended value: 86400 (one day).
*
* \note It is highly recommended to select a cipher that is at
* least as strong as the the strongest ciphersuite
* least as strong as the strongest ciphersuite
* supported. Usually that means a 256-bit key.
*
* \note The lifetime of the keys is twice the lifetime of tickets.