From d8a1017abfa6f806c8b41ad7213e55140b88b8cf Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Tue, 29 Jun 2021 21:45:24 +0100 Subject: [PATCH] add section headings Signed-off-by: Dave Rodgman --- docs/3.0-migration-guide.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/3.0-migration-guide.md b/docs/3.0-migration-guide.md index b0903e3da..bbb6d8ed5 100644 --- a/docs/3.0-migration-guide.md +++ b/docs/3.0-migration-guide.md @@ -15,6 +15,20 @@ The changes are detailed below, and include: - Changing function signatures (e.g., adding return codes or extra parameters); introducing const to arguments. - Removal of functions marked as deprecated in 2.x +## Low-level crypto + +## High-level crypto + +## PSA + +## The ALT interface + +## X.509 + +## SSL + +## Tooling + ### Introduce a level of indirection and versioning in the config files `config.h` was split into `build_info.h` and `mbedtls_config.h`.