wok-6.x annotate perl-net-ssleay/description.txt @ rev 24953
updated nagvis and nagvis-doc (1.9.18 -> 1.9.31)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 23 15:05:31 2022 +0100 (2022-04-23) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@24247 | 1 This module provides Perl bindings for libssl (an SSL/TLS API) and |
Hans-G?nter@24247 | 2 libcrypto (a cryptography API). |
Hans-G?nter@24247 | 3 |
Hans-G?nter@24247 | 4 Net::SSLeay module basically comprise of: |
Hans-G?nter@24247 | 5 |
Hans-G?nter@24247 | 6 - High level functions for accessing web servers (by using HTTP/HTTPS) |
Hans-G?nter@24247 | 7 - Low level API (mostly mapped 1:1 to openssl's C functions) |
Hans-G?nter@24247 | 8 - Convenience functions (related to low level API but with more perl |
Hans-G?nter@24247 | 9 friendly interface) |