| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-05-03 | Revbump for Lua multiversion support. | alnsn | 1 | -2/+2 | |
| 2014-04-16 | We link with -shared on SunOS. Fixes SunOS/x86_64. Bump PKGREVISION. | fhajny | 3 | -5/+6 | |
| 2014-04-07 | Update lua-sec to 0.5. | fhajny | 4 | -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-12 | Recursive PKGREVISION bump for OpenSSL API version bump. | tron | 1 | -1/+2 | |
| 2014-01-27 | Do not set FETCH_USING, should not be set in a package Makefile. | wiz | 1 | -3/+1 | |
| 2013-10-30 | Use LUA_PKGPREFIX. Many Lua packages already do, but not these. | dholland | 1 | -2/+2 | |
| 2013-10-20 | Pass rpath options with correct -Wl prefix. | joerg | 2 | -4/+4 | |
| 2013-09-13 | Fix build on SunOS. Define LUA_COMPAT_MODULE to make this work on lua-5.2. | fhajny | 3 | -11/+25 | |
| 2013-09-13 | Update lua-sec to 0.4.1. | fhajny | 2 | -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-15 | Revbump after updating lang/lua to 5.2.2. | obache | 1 | -2/+2 | |
| 2013-02-06 | PKGREVISION bumps for the security/openssl 1.0.1d update. | jperkin | 1 | -1/+2 | |
| 2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
| 2010-09-21 | Import lua-sec-0.4 as security/lua-sec. | fhajny | 6 | -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.) | |||||
