Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2023-01-09 03:22:54
Size: 524
Comment:
Revision 4 as of 2023-04-06 16:49:42
Size: 633
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
'''LibreSSL''' is a fork of [[Encryption/OpenSSL|OpenSSL]] with a heavily refactored codebase. The goal of that refactoring is the removal of dead code and the hardening of insecure code. It provides the libraries '''`crypto(7)`''' (a.k.a. '''libcrypto'''), '''`ssl(7)`''' (a.k.a. '''libssl'''), and '''`tls(7)`''' (a.k.a. '''libtls'''). It also provides the utility '''`openssl(1)`'''. '''LibreSSL''' is a fork of [[Encryption/OpenSSL|OpenSSL]] with a heavily refactored codebase. It additionally provides '''libtls'''.
Line 6: Line 6:

----



== Installation ==

LibreSSL is only generally available on [[BSD/OpenBSD|OpenBSD]].
Line 15: Line 23:
----



== See also ==

[[https://man.openbsd.org/man8/ssl.8|ssl(8)]]

[[https://man.openbsd.org/ssh.1|ssh(1)]]

[[https://man.openbsd.org/sshd.8|sshd(8)]]

[[https://man.openbsd.org/ssh-keygen.1|sshkeygen(1)]]

[[Encryption/OpenSSL|OpenSSL]]

LibreSSL

LibreSSL is a fork of OpenSSL with a heavily refactored codebase. It additionally provides libtls.


Installation

LibreSSL is only generally available on OpenBSD.


Usage

See OpenSSL.


See also

ssl(8)

ssh(1)

sshd(8)

sshkeygen(1)

OpenSSL


CategoryRicottone

Encryption/LibreSSL (last edited 2023-04-06 16:52:03 by DominicRicottone)