Go to file
2014-07-11 00:51:33 -05: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 add manpages and links 2014-07-11 00:15:13 -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 update ignores 2014-07-10 22:13:17 -05: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 Fix up README to reflect LibReSSL portable 2014-07-11 02:29:53 -06:00
update.sh fixes for manpage linker 2014-07-11 00:51:33 -05:00

This package is the 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. 

./configure make 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.