From 2913b5c09fcc4e5d493589ded2c22a3116127ed0 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Tue, 9 May 2023 08:04:20 +0200 Subject: =?UTF-8?q?DLTS=20=E2=86=92=20DTLS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix a typo that is confusing for newcomers. CLA: trivial Reviewed-by: Hugo Landau Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/20909) --- doc/man1/openssl.pod | 2 +- test/dtlstest.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man1/openssl.pod b/doc/man1/openssl.pod index c874cca0b7..9bfd2f88a8 100644 --- a/doc/man1/openssl.pod +++ b/doc/man1/openssl.pod @@ -589,7 +589,7 @@ B and B commands. =item B<-dtls>, B<-dtls1>, B<-dtls1_2> -These options specify to use DTLS instead of DLTS. +These options specify to use DTLS instead of TLS. With B<-dtls>, clients will negotiate any supported DTLS protocol version. Use the B<-dtls1> or B<-dtls1_2> options to support only DTLS1.0 or DTLS1.2, respectively. diff --git a/test/dtlstest.c b/test/dtlstest.c index 2378b26f40..79cd37f45e 100644 --- a/test/dtlstest.c +++ b/test/dtlstest.c @@ -620,7 +620,7 @@ static int test_listen(void) /* * The last parameter to create_bare_ssl_connection() requests that - * DLTSv1_listen() is used. + * DTLSv1_listen() is used. */ if (!TEST_true(create_bare_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE, 1, 1))) -- cgit v1.2.1