From 7fc96c1a5731df5fa41bc4dca235e1f6ba62ffad Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Tue, 28 Sep 2021 15:54:57 +0200 Subject: [PATCH] Fix test description Signed-off-by: Ronald Cron --- docs/architecture/tls13-experimental.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/architecture/tls13-experimental.md b/docs/architecture/tls13-experimental.md index 5a73715b0e..5d7c14f1bb 100644 --- a/docs/architecture/tls13-experimental.md +++ b/docs/architecture/tls13-experimental.md @@ -218,10 +218,9 @@ MVP definition - Quality considerations - Standard Mbed TLS review bar - Interoperability testing with OpenSSL and GnuTLS. Test with all the - cipher suites supported by OpenSSL/GnuTLS server with and without - certificate base authentication. + cipher suites and signature algorithms supported by OpenSSL/GnuTLS server. - Negative testing against OpenSSL/GnuTLS servers with which the - handshake fails due to imcompatibility with the capabilities of the + handshake fails due to incompatibility with the capabilities of the MVP: TLS 1.2 or 1.1 server, server sending an HelloRetryRequest message in response to the MVP ClientHello, server sending a CertificateRequest message ...