In comp.lang.perl.misc, Jens Thoms Toerring <
j...@toerring.de> wrote:
> I'm in the planning stage of writing a server-client
> application for which I need good enryption of all data
> exchanged between the server and client. While the client-
> server part as such does't pose a major problem I don't
> have much experience with encrypting a connection.
Net::SSLeay
DESCRIPTION
There is a related module called "Net::SSLeay::Handle" included
in this distribution that you might want to use instead. It has
its own pod documentation.
This module offers some high level convinience functions for
accessing web pages on SSL servers (for symmetry, same API is
offered for accessing http servers, too), a "sslcat()" function
for writing your own clients, and finally access to the SSL api
of SSLeay/OpenSSL package so you can write servers or clients
for more complicated applications.
I've only used it for Net::SSLeay::Handle clients, but it looks like
the Net::SSLeay documentation includes sample client and server code.
Elijah
------
all in favor of someone else coding the encryption bits