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


Data-Transform-SSL documentation  | view source Contained in the Data-Transform-SSL distribution.

Index


NAME

Top

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

DESCRIPTION

Top

PUBLIC API

Top

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

new

Top

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

Top

Data::Transform, Net::SSLeay

AUTHOR

Top

Martijn van Beers <martijn@cpan.org>

LICENSE

Top

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


Data-Transform-SSL documentation  | view source Contained in the Data-Transform-SSL distribution.