Name
SPVM::Net::SSLeay::Callback::PskClient - Callback for SSL_CTX_set_psk_client_callback function in OpenSSL.
Description
Net::SSLeay::Callback::PskClient interface in SPVM is the callback for SSL_CTX_set_psk_client_callback function in OpenSSL.
Usage
use Net::SSLeay::Callback::PskClient;
Interface Methods
required method : int ($ssl : Net::SSLeay, $hint : string, $identity : mutable string, $max_identity_len : int, $psk : mutable string, $max_psk_len : int);
This method is callback for native SSL_CTX_set_psk_client_callback function.
See Also
Copyright & License
Copyright (c) 2024 Yuki Kimoto
MIT License