Import OpenSSL 1.1.1i
This commit is contained in:
@@ -83,7 +83,9 @@ via SSL_CTX_set_psk_find_session_callback() or SSL_set_psk_find_session_callback
|
||||
and it will use that in preference. If no such callback is present then it will
|
||||
check to see if a callback has been set via SSL_CTX_set_psk_server_callback() or
|
||||
SSL_set_psk_server_callback() and use that. In this case the handshake digest
|
||||
will default to SHA-256 for any returned PSK.
|
||||
will default to SHA-256 for any returned PSK. TLSv1.3 early data exchanges are
|
||||
possible in PSK connections only with the B<SSL_psk_find_session_cb_func>
|
||||
callback, and are not possible with the B<SSL_psk_server_cb_func> callback.
|
||||
|
||||
=head1 NOTES
|
||||
|
||||
@@ -126,7 +128,7 @@ failure. In the event of failure the connection setup fails.
|
||||
=head1 NOTES
|
||||
|
||||
There are no known security issues with sharing the same PSK between TLSv1.2 (or
|
||||
below) and TLSv1.3. However the RFC has this note of caution:
|
||||
below) and TLSv1.3. However, the RFC has this note of caution:
|
||||
|
||||
"While there is no known way in which the same PSK might produce related output
|
||||
in both versions, only limited analysis has been done. Implementations can
|
||||
@@ -145,7 +147,7 @@ were added in OpenSSL 1.1.1.
|
||||
|
||||
=head1 COPYRIGHT
|
||||
|
||||
Copyright 2006-2018 The OpenSSL Project Authors. All Rights Reserved.
|
||||
Copyright 2006-2020 The OpenSSL Project Authors. All Rights Reserved.
|
||||
|
||||
Licensed under the OpenSSL license (the "License"). You may not use
|
||||
this file except in compliance with the License. You can obtain a copy
|
||||
|
||||
Reference in New Issue
Block a user