From 7b0c4dea59381cbd9048db783ff147585d0896b3 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Tue, 29 Jun 2021 16:05:28 +0100 Subject: [PATCH] Fix missing part of sentence Signed-off-by: Dave Rodgman --- docs/3.0-migration-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.0-migration-guide.md b/docs/3.0-migration-guide.md index ef6df7ae5a..bb21dedd80 100644 --- a/docs/3.0-migration-guide.md +++ b/docs/3.0-migration-guide.md @@ -320,7 +320,7 @@ This affects applications that call the `mbedtls_x509write_csr_set_extension` function. The API is changed to include the parameter `critical` which allow to mark an -extension included in a CSR as critical. To get the previous behavior pass TODO +extension included in a CSR as critical. To get the previous behavior pass 0. TLS now favors faster curves over larger curves -----------------------------------------------