perl-io-socket-ssl 2.089
Nearly transparent SSL encapsulation for IO::Socket::INET
IO::Socket::SSL makes using SSL/TLS much easier by wrapping the necessary functionality into the familiar IO::Socket interface and providing secure defaults whenever possible. This way existing applications can be made SSL-aware without much effort, at least if you do blocking I/O and don't use select or poll.
- Outputs:
out
- Website: https://github.com/noxxi/p5-io-socket-ssl
- Licenses: GPL 1+
- Package source: gnu/packages/web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install perl-io-socket-ssl 2.089
as follows:
guix install perl-io-socket-ssl@2.089
Or install the latest version:
guix install perl-io-socket-ssl
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.