The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.004

  • Released: 2011-03-08 23:39:03 UTC
  • We now load certificate files via CTX_use_certificate_chain_file(), thanks Zephaniah E. Loss-Cutler-Hull <warp-spam_perl@aehallh.com> OpenSSL docs suggest it - http://www.openssl.org/docs/ssl/SSL_CTX_use_certificate.html#NOTES PLEASE yell at me if you need the old functionality - the docs suggest this is the "better" way to do it... Add the ability to pass a subref to call on connection/negotiation success, thanks Zephaniah E. Loss-Cutler-Hull <warp-spam_perl@aehallh.com> NOTE: This will not work if you do renegotiation or any other zany SSL stuff! Add the SSLify_GetStatus function to get the status of the connection After staring at the Net::SSLeay/OpenSSL docs for a while I realized we were missing support for sslv23 version, added! After some investigation, we now load all default ENGINEs for OpenSSL on startup, as it might provide a performance boost

Modules

Makes using SSL in the world of POE easy!
Client-side handle for SSLify
Server-side handle for SSLify