mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
114838e4df
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
5 lines
346 B
Text
5 lines
346 B
Text
This module offers some high level convenience functions for accessing web pages
|
|
on SSL servers (for symmetry, same API is offered for accessing http servers,
|
|
too), a sslcat() function for writing your own clients, and finally access to
|
|
the SSL api of SSLeay/OpenSSL package so you can write servers or clients for
|
|
more complicated applications.
|