wok-current annotate perl-io-socket-ssl/description.txt @ rev 25724
Up audacity to 3.0.2, fix openssh/wxWidgets build
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Jun 25 14:51:14 2024 +0000 (14 months ago) |
parents | |
children |
rev | line source |
---|---|
Hans-Günter@24225 | 1 IO::Socket::SSL makes using SSL/TLS much easier by wrapping the necessary |
Hans-Günter@24225 | 2 functionality into the familiar IO::Socket interface and providing secure |
Hans-Günter@24225 | 3 defaults whenever possible. |
Hans-Günter@24225 | 4 This way, existing applications can be made SSL-aware without much effort, |
Hans-Günter@24225 | 5 at least if you do blocking I/O and don't use select or poll. |
Hans-Günter@24225 | 6 |
Hans-Günter@24225 | 7 But, under the hood, SSL is a complex beast. So there are lots of methods |
Hans-Günter@24225 | 8 to make it do what you need if the default behavior is not adequate. |
Hans-Günter@24225 | 9 Because it is easy to inadvertently introduce critical security bugs or |
Hans-Günter@24225 | 10 just hard to debug problems, I would recommend studying the documentation |
Hans-Günter@24225 | 11 carefully. |