wok diff perl-io-socket-ssl/description.txt @ rev 25075
created recipe for alsa-ucm-conf
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jun 14 07:07:03 2022 +0100 (2022-06-14) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-io-socket-ssl/description.txt Tue Jun 14 07:07:03 2022 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +IO::Socket::SSL makes using SSL/TLS much easier by wrapping the necessary 1.5 +functionality into the familiar IO::Socket interface and providing secure 1.6 +defaults whenever possible. 1.7 +This way, existing applications can be made SSL-aware without much effort, 1.8 +at least if you do blocking I/O and don't use select or poll. 1.9 + 1.10 +But, under the hood, SSL is a complex beast. So there are lots of methods 1.11 +to make it do what you need if the default behavior is not adequate. 1.12 +Because it is easy to inadvertently introduce critical security bugs or 1.13 +just hard to debug problems, I would recommend studying the documentation 1.14 +carefully.