wok diff perl-net-ssleay/description.txt @ rev 24934

updated musl-libc and musl-libc-dev (1.2.2 -> 1.2.3)
author Hans-G?nter Theisgen
date Wed Apr 13 17:42:49 2022 +0100 (2022-04-13)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-net-ssleay/description.txt	Wed Apr 13 17:42:49 2022 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +This module provides Perl bindings for libssl (an SSL/TLS API) and
     1.5 +libcrypto (a cryptography API).
     1.6 +
     1.7 +Net::SSLeay module basically comprise of:
     1.8 +
     1.9 +- High level functions for accessing web servers (by using HTTP/HTTPS)
    1.10 +- Low level API (mostly mapped 1:1 to openssl's C functions)
    1.11 +- Convenience functions (related to low level API but with more perl
    1.12 +  friendly interface)