summaryrefslogtreecommitdiff
path: root/security/lua-sec
AgeCommit message (Collapse)AuthorFilesLines
2014-05-03Revbump for Lua multiversion support.alnsn1-2/+2
2014-04-16We link with -shared on SunOS. Fixes SunOS/x86_64. Bump PKGREVISION.fhajny3-5/+6
2014-04-07Update lua-sec to 0.5.fhajny4-66/+57
* A new certificate (X509) API, which supports: - Reading the subject (identity) and issuer of the certificate. - Reading various X509 extensions, including email and dnsName. - Converting certificates to and from the standard ASCII PEM format. - Generating the fingerprint/digest of a certificate (using SHA1, SHA256 or SHA512). - Reading the certificate's expiration, serial number, and other info. * The ability to get more detailed information from OpenSSL about why a certificate failed verification, for each certificate in the chain. * Flags to force acceptance of invalid certificates, e.g. to allow the use of self-signed certificates in a Trust On First Use model. * Flags to control checking CRLs for certificate revocation status. * Support for ECDH cipher suites. * An API to get the TLS 'finished' messages used for SASL channel binding (e.g. the SCRAM PLUS mechanisms).
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-1/+2
2014-01-27Do not set FETCH_USING, should not be set in a package Makefile.wiz1-3/+1
2013-10-30Use LUA_PKGPREFIX. Many Lua packages already do, but not these.dholland1-2/+2
2013-10-20Pass rpath options with correct -Wl prefix.joerg2-4/+4
2013-09-13Fix build on SunOS. Define LUA_COMPAT_MODULE to make this work on lua-5.2.fhajny3-11/+25
2013-09-13Update lua-sec to 0.4.1.fhajny2-9/+10
Changes since 0.4: - SSL options updated --- based on OpenSSL 1.0.0d. - Activate SSL_MODE_RELEASE_BUFFERS by default if it is available. (thanks Prosody project)
2013-08-15Revbump after updating lang/lua to 5.2.2.obache1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-1/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-09-21Import lua-sec-0.4 as security/lua-sec.fhajny6-0/+132
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. (Based on wip/luasec.)