hblock: bump to 3.4.0
[kiss-trunc88.git] / openssl / README
blobaa9c3af7a42de3e3a1690369134772e888e20725
1 openssl
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
7 HTTPS websites.
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
13 available. [0]
15 Upstream: https://www.openssl.org/
18 [000] Index
19 ________________________________________________________________________________
21 * Installation ........................................................... [001]
22 * Usage .................................................................. [002]
23 * References ............................................................. [003]
26 [001] Installation
27 ________________________________________________________________________________
29 +------------------------------------------------------------------------------+
30 |                                                                              |
31 |  $ kiss b openssl                                                            |
32 |                                                                              |
33 +------------------------------------------------------------------------------+
36 [002] Usage
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.
43 [003] References
44 ________________________________________________________________________________
46 [0] https://en.wikipedia.org/wiki/OpenSSL