Thread Perl, Sockets und Sicherheit: Wie eine sichere Kommunikation gewährlei (4 answers)
Opened by cala.vera at 2006-06-21 13:01

cala.vera
 2006-06-21 14:43
#37291 #37291
User since
2006-03-09
7 Artikel
BenutzerIn
[default_avatar]
Quote
Schau Dir mal CPAN:IO::Socket::SSL an...

IO::Socket::SSL uses Net::SSLeay as the shiny interface to OpenSSL, which is the shiny interface to the ugliness of SSL. As a result, you will need both Net::SSLeay and OpenSSL on your computer before using this module.

IO::Socket::SSL basiert auf Net::SSLeay.

Quote
Wieso ist CPAN:Net::SSLeay umständlich zu installieren??

Nunja, man muss 1. OpenSSL installieren, dann NET::SSLeay configurieren. Das ist auf diversen Unixes mit einer beträchtlichen Anzahl an Systemen nicht ganz so trivial. Ein einfaches: use xxx.pm wäre da eine starte Abhilfe.

MfG cala.vera

View full thread Perl, Sockets und Sicherheit: Wie eine sichere Kommunikation gewährlei