NIXIO: TLS-Support, bugfixes
authorSteven Barth <steven@midlink.org>
Sun, 22 Feb 2009 22:49:23 +0000 (22:49 +0000)
committerSteven Barth <steven@midlink.org>
Sun, 22 Feb 2009 22:49:23 +0000 (22:49 +0000)
commitd2b11117f26285186b711271d24733d35e0444a1
tree7c08cbd29658d0f0a1331f12156f5ddc97570975
parentda6f427d818573f76dd50771f4d60ff693eb8fd9
NIXIO: TLS-Support, bugfixes
15 files changed:
contrib/package/luci/Makefile
libs/nixio/.gitignore [new file with mode: 0644]
libs/nixio/Makefile
libs/nixio/axtls-config/.config [new file with mode: 0644]
libs/nixio/axtls-config/config.h [new file with mode: 0644]
libs/nixio/lua/nixio/util.lua
libs/nixio/src/file.c
libs/nixio/src/io.c
libs/nixio/src/nixio.c
libs/nixio/src/nixio.h
libs/nixio/src/openssl-compat.c [new file with mode: 0644]
libs/nixio/src/openssl-compat.h [new file with mode: 0644]
libs/nixio/src/socket.c
libs/nixio/src/tls-context.c [new file with mode: 0644]
libs/nixio/src/tls-socket.c [new file with mode: 0644]