NAME
Crypt::OpenSSL3::SSL::Method - Connection funcs for SSL connections
VERSION
version 0.002
DESCRIPTION
This is a dispatch structure describing the internal ssl library methods/functions which implement the various protocol versions (SSLv3 TLSv1, ...). It's needed to create a context.
FUNCTIONS
TLS
TLS_client
TLS_server
DTLS
DTLS_client
DTLS_server
QUIC_client
QUIC_client_thread
QUIC_server
AUTHOR
Leon Timmermans <fawaka@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2025 by Leon Timmermans.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.