From c936bbb15a5fb5a50b6e17360fa9dd41270406f7 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Wed, 30 Jun 2021 14:19:30 +0100 Subject: [PATCH] Make blank lines before sections consistent Signed-off-by: Dave Rodgman --- docs/3.0-migration-guide.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/3.0-migration-guide.md b/docs/3.0-migration-guide.md index 4d3ae57b19..04eb37f648 100644 --- a/docs/3.0-migration-guide.md +++ b/docs/3.0-migration-guide.md @@ -500,7 +500,6 @@ API were removed from version 1.0 of specification. Please switch to the new names provided by the 1.0 specification instead. - ## Changes that only affect alternative implementations ### Internal / alt-focused headers were moved to a private location @@ -527,7 +526,6 @@ Alternative implementations of CCM (`MBEDTLS_CCM_ALT`) have now to implement those additional five API functions. - ## X.509 ### Remove the certs module from the library @@ -601,6 +599,7 @@ current ones. This is described in the section (Strengthen default algorithm selection for X.509 and TLS)[strengthen-default-algorithm-selection-for-x.509-and-tls]. + ## SSL ### Remove support for TLS 1.0, 1.1 and DTLS 1.0