NAME

Crypt::OpenSSL3::SSL::Session - SSL Session state

VERSION

version 0.002

DESCRIPTION

This is a class containing the current TLS/SSL session details for a connection: cipher, client and server certificates, keys, etc.

METHODS

new

dup

get_alpn_selected

get_cipher

get_compress_id

get_hostname

get_id

get_id_context

get_max_early_data

get_peer

get_protocol_version

get_ticket

get_ticket_lifetime_hint

get_time

get_timeout

has_ticket

is_resumable

print

set_alpn_selected

set_cipher

set_hostname

set_id

set_id_context

set_max_early_data

set_protocol_version

set_time

set_timeout

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.