diff options
| -rw-r--r-- | README | 19 |
1 files changed, 15 insertions, 4 deletions
| @@ -1,10 +1,21 @@ | |||
| 1 | This package is the portable version of LibReSSL (http://www.libressl.org). | 1 | This package is the portable version of LibreSSL (http://www.libressl.org). |
| 2 | 2 | ||
| 3 | LibReSSL is a fork of OpenSSL developed by the OpenBSD project | 3 | LibreSSL is a fork of OpenSSL developed by the OpenBSD project |
| 4 | (http://www.openbsd.org). LibReSSL is developed on OpenBSD. This | 4 | (http://www.openbsd.org). LibreSSL is developed on OpenBSD. This |
| 5 | package then adds portability shims for other operating systems. | 5 | package then adds portability shims for other operating systems. |
| 6 | 6 | ||
| 7 | ./configure make make check make install | 7 | Official release tarballs are available at your friendly neighborhood |
| 8 | OpenBSD mirror in directory libressl: | ||
| 9 | |||
| 10 | e.g. http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/ | ||
| 11 | although it is suggested you use a mirror. | ||
| 12 | |||
| 13 | A github clone of the official repositories is kept at | ||
| 14 | https://github.com/libressl-portable | ||
| 15 | We update this repository semi-frequently, but it should be used for | ||
| 16 | informational purposes only. | ||
| 17 | |||
| 18 | ./configure && make check && make install | ||
| 8 | 19 | ||
| 9 | See crypto/compat for the bulk of the local compatibility code. | 20 | See crypto/compat for the bulk of the local compatibility code. |
| 10 | 21 | ||
