repo/core/openssl
Owen Rafferty 3bbf236e13
openssl: 3.1.4
2023-10-25 22:33:02 -05:00
..
README openssl: remove outdated note about update-certdata.sh from README 2023-01-06 19:43:55 -06:00
build openssl: remove empty /etc/ssl/certs directory 2023-02-16 12:42:11 +05:30
checksums openssl: 3.1.4 2023-10-25 22:33:02 -05:00
depends openssl: drop update-certdata.sh, certs: 2022-07-19, closes #118 2022-10-06 12:45:24 +05:30
sources openssl: 3.1.4 2023-10-25 22:33:02 -05:00
version openssl: 3.1.4 2023-10-25 22:33:02 -05:00

README

openssl
________________________________________________________________________________

OpenSSL is a software library for applications that secure communications over
computer networks against eavesdropping or need to identify the party at the
other end. It is widely used by Internet servers, including the majority of
HTTPS websites.

OpenSSL contains an open-source implementation of the SSL and TLS protocols.
The core library, written in the C programming language, implements basic
cryptographic functions and provides various utility functions. Wrappers
allowing the use of the OpenSSL library in a variety of computer languages are
available. [0]

Upstream: https://www.openssl.org/


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b openssl                                                            |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

Refer to the manual pages and command help output.

[003] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/OpenSSL