mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
DLTS → DTLS
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)
This commit is contained in:
parent
8c63b14296
commit
2913b5c09f
@ -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.
|
||||
|
@ -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)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user