wok diff perl-io-socket-ssl/description.txt @ rev 24225

updated perl-io-socket-ssl (2.068 -> 2.073)
author Hans-G?nter Theisgen
date Fri Dec 31 17:41:39 2021 +0100 (2021-12-31)
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	Fri Dec 31 17:41:39 2021 +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.