libreSSL/README

30 lines
1.0 KiB
Plaintext
Raw Normal View History

This package is the official portable version of LibreSSL
(http://www.libressl.org).
2014-07-10 13:07:09 +02:00
LibreSSL is a fork of OpenSSL developed by the OpenBSD project
(http://www.openbsd.org). LibreSSL is developed on OpenBSD. This
package then adds portability shims for other operating systems.
2014-07-10 13:07:09 +02:00
Official release tarballs are available at your friendly neighborhood
2014-07-11 15:55:48 +02:00
OpenBSD mirror in directory LibreSSL, e.g.:
http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/
although it is suggested you use a mirror.
Development is done in the upstream OpenBSD codebase. A github clone
of the official repositories is kept at:
https://github.com/libressl-portable
We update this repository from the OpenBSD respositories
semi-frequently, so changes may not show up in GitHub immediately.
The GitHub repository should be used for informational purposes
only.
./configure && make check && make install
2014-07-10 13:07:09 +02:00
See crypto/compat for the bulk of the local compatibility code.
2014-07-10 13:07:09 +02:00
It will likely build on any reasonably modern version of Linux, Solaris,
or OSX with a sane compiler and C library.
2014-07-10 13:07:09 +02:00