1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #4402 from mpg/migration-guide-3.0

Migration guide for 3.0
This commit is contained in:
Gilles Peskine
2021-05-05 14:30:39 +02:00
committed by GitHub
4 changed files with 257 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
Removals
* Remove the MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES
compile-time option. This option has been inactive for a long time.
Please use the `lifetime` parameter of `mbedtls_ssl_ticket_setup()`
instead.