DLTS → DTLS
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Tue, 9 May 2023 06:04:20 +0000 (08:04 +0200)
committerHugo Landau <hlandau@openssl.org>
Wed, 10 May 2023 17:26:03 +0000 (18:26 +0100)
Fix a typo that is confusing for newcomers.

CLA: trivial

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20909)

doc/man1/openssl.pod
test/dtlstest.c

index c874cca0b737b451f73ae03627df5eb6c97b6bef..9bfd2f88a82963e458b8f457bb54c877b72ecac4 100644 (file)
@@ -589,7 +589,7 @@ B<s_client> and B<s_server> 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.
index 2378b26f40d4ceaf5533f84e8eb8607fb7f2e260..79cd37f45e8c39f8e2ae14f49c4183d74808479f 100644 (file)
@@ -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)))