diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -7,14 +7,12 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - skalibs version 2.8.0.0 or later: http://skarnet.org/software/skalibs/ - - execline version 2.5.0.2 or later: http://skarnet.org/software/execline/ + - execline version 2.5.1.0 or later: http://skarnet.org/software/execline/ - s6 version 2.8.0.0 or later: http://skarnet.org/software/s6/ - s6-dns version 2.3.0.1 or later: http://skarnet.org/software/s6-dns/ - Depending on whether you build the SSL tools, libressl version 2.7.4 or later: http://libressl.org/ - or bearssl version 0.5 or later: http://bearssl.org/ - (BearSSL support is experimental for now, I encourage you to use it - but be aware it's bleeding-edge and APIs may change.) + or bearssl version 0.6 or later: http://bearssl.org/ This software will run on any operating system that implements POSIX.1-2008, available at: @@ -214,7 +212,7 @@ against it, you can override the CRYPTO_LIB make variable. By default, CRYPTO_LIB is "-lbearssl" when building against BearSSL, and "-ltls -lssl -lcrypto" when building against LibreSSL. - As of 2017-08-22, please note that BearSSL is considered beta quality + As of 2019-02-12, please note that BearSSL is considered beta quality by its author, so use with caution. Nevertheless, it's an incredibly promising library with high-quality interfaces and implementation. When statically linked against BearSSL, the s6-tlsc and s6-tlsd binaries |