| Data-Transform-SSL documentation | view source | Contained in the Data-Transform-SSL distribution. |
Data::Transform::SSL - SSL in a filter
Data::Transform::SSL implements the Data::Transform API. Only differences and additions are documented here.
Accepts the following parameters:
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.
The filename of the cert to use.
The filename of the key to use.
Martijn van Beers <martijn@cpan.org>
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. |