Latest update.
This commit is contained in:
@@ -39,9 +39,9 @@ SSL_set_psk_find_session_callback
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
A client application wishing to use TLSv1.3 PSKs should set a callback
|
||||
using either SSL_CTX_set_psk_use_session_callback() or
|
||||
SSL_set_psk_use_session_callback() as appropriate.
|
||||
A server application wishing to use TLSv1.3 PSKs should set a callback
|
||||
using either SSL_CTX_set_psk_find_session_callback() or
|
||||
SSL_set_psk_find_session_callback() as appropriate.
|
||||
|
||||
The callback function is given a pointer to the SSL connection in B<ssl> and
|
||||
an identity in B<identity> of length B<identity_len>. The callback function
|
||||
@@ -133,6 +133,7 @@ TLS 1.3 and TLS 1.2."
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
L<ssl(7)>,
|
||||
L<SSL_CTX_set_psk_use_session_callback(3)>,
|
||||
L<SSL_set_psk_use_session_callback(3)>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user