diff options
author | Steven Barth <steven@midlink.org> | 2009-05-28 13:50:00 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-05-28 13:50:00 +0000 |
commit | 20d2e99010f067cd45a7bcfa93fe10862882b3a8 (patch) | |
tree | cbd1efa9828a6b1f3fa35a08746c9378477f30c7 /libs/nixio/docsrc | |
parent | d0bb8964dd9690d7b3ae423c598e95f7fb81ae99 (diff) |
nixio: Rework TLS support, added support for CyaSSL
Diffstat (limited to 'libs/nixio/docsrc')
-rw-r--r-- | libs/nixio/docsrc/nixio.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/nixio/docsrc/nixio.lua b/libs/nixio/docsrc/nixio.lua index 2d0056f17..90331cf23 100644 --- a/libs/nixio/docsrc/nixio.lua +++ b/libs/nixio/docsrc/nixio.lua @@ -430,4 +430,5 @@ module "nixio" --- Create a new TLS context. -- @class function -- @name nixio.tls +-- @param mode TLS-Mode ["client", "server"] -- @return TLSContext Object
\ No newline at end of file |