Go to file
Bob Beck e6928e1a36 Readme wording changes
ok bcook@ deraadt@
2014-07-11 10:16:03 -06:00
apps initial top-level import of subdirectories 2014-07-10 06:22:54 -05:00
crypto Make things build again - add some missing headers 2014-07-10 08:36:47 -06:00
include axe unneeded solaris compatibility definitions 2014-07-10 22:06:44 -05:00
man update manpage links list 2014-07-11 01:26:35 -05:00
ssl initial top-level import of subdirectories 2014-07-10 06:22:54 -05:00
tests fix out of tree builds for ssl test 2014-07-10 17:26:22 -05:00
.gitignore Ignore .1 man pages, and fix update to include new opensslfeatures.h 2014-07-11 10:08:57 -06:00
AUTHORS initial top-level import 2014-07-10 06:07:09 -05:00
autogen.sh initial top-level import 2014-07-10 06:07:09 -05:00
configure.ac add manpages and links 2014-07-11 00:15:13 -05:00
Makefile.am wording changes and initial stab at crypto man pages. 2014-07-11 04:14:48 -06:00
Makefile.am.common remove unneeded CPP flags 2014-07-10 22:39:41 -05:00
NEWS initial top-level import 2014-07-10 06:07:09 -05:00
README Readme wording changes 2014-07-11 10:16:03 -06:00
update.sh Ignore .1 man pages, and fix update to include new opensslfeatures.h 2014-07-11 10:08:57 -06:00

This package is the official portable version of LibreSSL
(http://www.libressl.org).

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. 

Official release tarballs are available at your friendly neighborhood
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

See crypto/compat for the bulk of the local compatibility code. 

It will likely build on any reasonably modern version of Linux, Solaris,
or OSX with a sane compiler and C library.