repo/core/openssl
git-bruh da093f53de
Revert "openssl: 3.0.6", withdrawn
This reverts commit a405f73b337ed467ad62bde667abf6a7b5c62a46.
2022-10-14 01:03:51 +05:30
..
build openssl: 3.0.6 2022-10-14 00:55:31 +05:30
checksums Revert "openssl: 3.0.6", withdrawn 2022-10-14 01:03:51 +05:30
depends
README
sources openssl: 3.0.6 2022-10-14 00:55:31 +05:30
version Revert "openssl: 3.0.6", withdrawn 2022-10-14 01:03:51 +05:30

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. To update the system's SSL
certificates, run /etc/ssl/update-certdata.sh.


[003] References
________________________________________________________________________________

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