diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-30 12:55:39 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-30 12:55:39 +0000 |
commit | 0de4e6e0703f47be954f4cfa37648dd58665c819 (patch) | |
tree | 0f1527ce8c17a0feb71a040e5f9110285dd6bd75 /doc/libstls | |
parent | 26cd94b2a8f6da396058b6c5d6446e237ec9d78f (diff) | |
download | s6-networking-0de4e6e0703f47be954f4cfa37648dd58665c819.tar.xz |
Fix build with skalibs 2.10.0.0; document dependencies
Diffstat (limited to 'doc/libstls')
-rw-r--r-- | doc/libstls/index.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/libstls/index.html b/doc/libstls/index.html index 0983fef..3be3464 100644 --- a/doc/libstls/index.html +++ b/doc/libstls/index.html @@ -24,8 +24,11 @@ <tt>libstls</tt> is a small support library for the <a href="../s6-tlsc.html">s6-tlsc</a> and <a href="../s6-tlsd.html">s6-tlsd</a> executables when they're built -against the <a href="https://www.libressl.org/">LibreSSL</a> -backend. You can use it in your own programs, but since +against the <em>libtls</em> API, whether that API is implemented via +<a href="https://libressl.org/">LibreSSL</a> or via +<a href="https://.openssl.org/">OpenSSL</a> with the addition of +<a href="https://git.causal.agency/libretls/about/">LibreTLS</a>. +You can use it in your own programs, but since <a href="https://man.openbsd.org/OpenBSD-current/man3/tls_init.3">libtls</a> is already relatively high-level, it's probably not very useful. </p> @@ -42,7 +45,8 @@ and the <tt>tls.h</tt> header, are visible in your header search path. </li> <ul> <li> Make sure the s6-networking libraries, as well as the skalibs -libraries, and the LibreSSL libraries, are visible in your library search path. </li> +libraries, and the libraries needed by libtls, are visible in your +library search path. </li> <li> Link against <tt>-lstls</tt>, <tt>-lskarnet</tt>, <tt>-ltls</tt>, <tt>-lssl</tt>, <tt>-lcrypto</tt>, <tt>`cat $sysdeps/socket.lib`</tt>, <tt>`cat $sysdeps/spawn.lib`</tt>, and |