Martijn van Beers > Data-Transform-SSL > Data::Transform::SSL

Download:
Data-Transform-SSL-0.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.03   Source  

NAME ^

Data::Transform::SSL - SSL in a filter

DESCRIPTION ^

PUBLIC API ^

Data::Transform::SSL implements the Data::Transform API. Only differences and additions are documented here.

new ^

Accepts the following parameters:

type

If set to 'Server', the filter will act like a server-side ssl filter, otherwise it will act like a client-side one. If the filter is a server-side one, the 'cert' and 'key' parameters are required.

cert

The filename of the cert to use.

key

The filename of the key to use.

SEE ALSO ^

Data::Transform, Net::SSLeay

AUTHOR ^

Martijn van Beers <martijn@cpan.org>

LICENSE ^

Data::Transform::SSL is released under the GPL version 2.0 or higher. See the file LICENSE for details.