summaryrefslogtreecommitdiffhomepage
path: root/libs/nixio/docsrc/README.lua
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2009-07-11 07:54:57 +0000
committerSteven Barth <steven@midlink.org>2009-07-11 07:54:57 +0000
commit72a0ee36b6d08510d378397e28dacb746df5f40a (patch)
tree46576105b5520f805513e07a453fc375317bc17f /libs/nixio/docsrc/README.lua
parent21be73a478f5409a13f10d56041af32c78709bbd (diff)
nixio: Update documentation to prepare 0.3 release
Diffstat (limited to 'libs/nixio/docsrc/README.lua')
-rw-r--r--libs/nixio/docsrc/README.lua13
1 files changed, 5 insertions, 8 deletions
diff --git a/libs/nixio/docsrc/README.lua b/libs/nixio/docsrc/README.lua
index 20793cefea..b957a69903 100644
--- a/libs/nixio/docsrc/README.lua
+++ b/libs/nixio/docsrc/README.lua
@@ -80,15 +80,12 @@ module "README"
--- Cryptography and TLS libraries.
-- <ul>
--- <li>Currently 2 underlying cryptography libraries are supported: openssl and
--- axTLS. The name of the library in use is written to
+-- <li>Currently 3 underlying cryptography libraries are supported: openssl,
+-- cyassl and axTLS. The name of the library in use is written to
-- <strong>nixio.tls_provider</strong></li>
--- <li>You should whenever possible use openssl as axTLS has only limited
--- support. It does not provide support for non-blocking sockets and
--- is probably less audited than openssl.</li>
--- <li>However in embedded development if you don't need openssl anyway
--- you may safe an essential amount of flash space (about 1 MB for the openssl
--- library) by choosing axTLS over openssl.</li>
+-- <li>You should whenever possible use openssl or cyassl as axTLS has only
+-- limited support. It does not provide support for non-blocking sockets and
+-- is probably less audited than the other ones.</li>
-- <li>As the supported Windows versions are not suitable for embedded devices
-- axTLS is at the moment not supported on Windows.</li>
-- </ul>