wok view perl-net-ssleay/description.txt @ rev 24927

updated mpg123 and mpg123-dev (1.25.13 -> 1.29.3)
author Hans-G?nter Theisgen
date Wed Apr 13 14:23:00 2022 +0100 (2022-04-13)
parents
children
line source
1 This module provides Perl bindings for libssl (an SSL/TLS API) and
2 libcrypto (a cryptography API).
4 Net::SSLeay module basically comprise of:
6 - High level functions for accessing web servers (by using HTTP/HTTPS)
7 - Low level API (mostly mapped 1:1 to openssl's C functions)
8 - Convenience functions (related to low level API but with more perl
9 friendly interface)