diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-07-14 14:07:51 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-07-14 14:07:51 +0800 |
commit | 45d1c9dc85071ff12d94ea28d1508cb0f5faa186 (patch) | |
tree | 4cb454b92a450de61e8ddfe4c106942f897b138e /security/Makefile | |
parent | 2c7ff3f498a59465afa117d52bd6b3ce2f564a10 (diff) | |
download | freebsd-ports-gnome-45d1c9dc85071ff12d94ea28d1508cb0f5faa186.tar.gz freebsd-ports-gnome-45d1c9dc85071ff12d94ea28d1508cb0f5faa186.tar.zst freebsd-ports-gnome-45d1c9dc85071ff12d94ea28d1508cb0f5faa186.zip |
LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. This
version delegates to LuaSocket the TCP connection establishment between the
client and server. Then LuaSec uses this connection to start a secure TLS/SSL
session.
WWW: http://www.inf.puc-rio.br/~brunoos/luasec/
PR: ports/136266
Submitted by: Andrew Lewis <dru at silenceisdefeat.net>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 521c9fc1ffab..ca782f9d49ad 100644 --- a/security/Makefile +++ b/security/Makefile @@ -272,6 +272,7 @@ SUBDIR += lockdown SUBDIR += logcheck SUBDIR += lsh + SUBDIR += luasec SUBDIR += lxnb SUBDIR += lynis SUBDIR += mac-robber |