1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Fix missing part of sentence

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman
2021-06-29 16:05:28 +01:00
parent 759c0109f2
commit 7b0c4dea59

View File

@@ -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
-----------------------------------------------