From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

Name

SPVM::Net::SSLeay::Callback::NewSession - Callback for SSL_CTX_sess_set_new_cb function in OpenSSL.

Description

Net::SSLeay::Callback::NewSession interface in SPVM is the callback for SSL_CTX_sess_set_new_cb function in OpenSSL.

Usage

Interface Methods

Anon Method

required method : int ($ssl : Net::SSLeay, $session : Net::SSLeay::SSL_SESSION);

This method is the callback for native SSL_CTX_sess_set_new_cb function.

See Also

Copyright & License

Copyright (c) 2024 Yuki Kimoto

MIT License