Size: 524
Comment:
|
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]] |