2 ________________________________________________________________________________
4 OpenSSL is a software library for applications that secure communications over
5 computer networks against eavesdropping or need to identify the party at the
6 other end. It is widely used by Internet servers, including the majority of
9 OpenSSL contains an open-source implementation of the SSL and TLS protocols.
10 The core library, written in the C programming language, implements basic
11 cryptographic functions and provides various utility functions. Wrappers
12 allowing the use of the OpenSSL library in a variety of computer languages are
15 Upstream: https://www.openssl.org/
19 ________________________________________________________________________________
21 * Installation ........................................................... [001]
22 * Usage .................................................................. [002]
23 * References ............................................................. [003]
27 ________________________________________________________________________________
29 +------------------------------------------------------------------------------+
33 +------------------------------------------------------------------------------+
37 ________________________________________________________________________________
39 Refer to the manual pages and command help output. To update the system's SSL
40 certificates, run /etc/ssl/update-certdata.sh.
44 ________________________________________________________________________________
46 [0] https://en.wikipedia.org/wiki/OpenSSL