|/
|\ISS               Tidbits  Posts  Answers  Install  Wiki  Contact  Donate  GitHub


openssl                                                            version 3.0.0
________________________________________________________________________________

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]
* History ................................................................ [003]
* References ............................................................. [004]


[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] History
________________________________________________________________________________

2021-11-09 8e7d9ec3 openssl: mirror libretls source
2021-11-05 fc8ee0df openssl: libretls 3.4.1
2021-09-19 d89e308e openssl: 3.0.0
2021-09-07 4fc2960b openssl: [testing] 3.0.0
2021-09-07 a2e29586 openssl: libretls 3.3.4
2021-08-24 5a32eed2 openssl: 1.1.1l
2021-07-17 f743a327 openssl: nit
2021-07-15 af75b8a9 openssl: update for new env
2021-07-15 78753ba1 openssl: use VERSION
2021-07-12 64943907 openssl: Fix build with clang. See #278
2021-07-12 0d7303d1 openssl: install all manual pages. See #273
2021-07-10 f29b70a3 openssl: provide libtls (libretls)
2021-07-08 a6ab2753 openssl: drop from testing. See #266
2021-07-08 a871a096 openssl: 1.1.1k
2021-07-07 a1eff4f0 openssl: added depends
2021-07-07 2e678fda openssl: 1.1.1k (testing)


[004] References
________________________________________________________________________________

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



________________________________________________________________________________

Dylan Araps (C) 2019-2021

The registered trademark Linux(R) is used pursuant to a sublicense from the
Linux Foundation, the exclusive licensee of Linus Torvalds, owner of the mark
on a world­wide basis.