aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 40c53c96c2f99adfc2d1fa300faf90df11d5e1cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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. 

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. 

A github clone of the official repositories is kept at:
https://github.com/libressl-portable
We update this repository semi-frequently, but it 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.