The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.