Changes for version 2.043
- make t/session_ticket.t work with OpenSSL 1.1.0. With this version the session does not get reused any longer if it was not properly closed which is now done using an explicit close by the client which causes a proper SSL_shutdown
Modules
- IO::Socket::SSL::Intercept - SSL interception (man in the middle)
- IO::Socket::SSL::PublicSuffix - provide access to Mozilla's list of effective TLD names
- IO::Socket::SSL::Utils - loading, storing, creating certificates and keys
- IO::Socket::SSL - SSL sockets with IO::Socket interface
Provides
- IO::Socket::SSL::OCSP_Cache in lib/IO/Socket/SSL.pm
- IO::Socket::SSL::OCSP_Resolver in lib/IO/Socket/SSL.pm
- IO::Socket::SSL::Session_Cache in lib/IO/Socket/SSL.pm
- IO::Socket::SSL::SSL_Context in lib/IO/Socket/SSL.pm
- IO::Socket::SSL::SSL_HANDLE in lib/IO/Socket/SSL.pm