diff options
author | nia <nia@pkgsrc.org> | 2020-07-08 12:41:12 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-07-08 12:41:12 +0000 |
commit | 08a68792ed3401398c65948ad34e340ad4750fda (patch) | |
tree | 1e2c46d7981bfbdbf1192190a09ced867ca5c172 /security/Makefile | |
parent | eea4709ddec3d8f59c25713de0195690935e37c1 (diff) | |
download | pkgsrc-08a68792ed3401398c65948ad34e340ad4750fda.tar.gz |
security: Add lua-ossl
A comprehensive OpenSSL module for Lua.
It includes support for certificate and key management, key generation,
signature verification, and deep bindings to the distinguished name,
alternative name, and X.509v3 extension interfaces.
It also binds OpenSSL's bignum, message digest, HMAC, cipher, and CSPRNG
interfaces. The end goal is to bind almost everything that OpenSSL supports,
but no more. It's intended as a low-level interface.
Basic bindings to OpenSSL's SSL* session and SSL_CTX* prototype objects are
available, but they cannot yet be used standalone to do SSL I/O. cqueues
supports SSL/TLS sockets internally, accepts an SSL_CTX* object from Lua
code for session configuration, and exports an SSL* object to Lua for session
introspection.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/Makefile b/security/Makefile index 45dca8a5661..e36ef629eb7 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.772 2020/07/07 23:47:40 nia Exp $ +# $NetBSD: Makefile,v 1.773 2020/07/08 12:41:12 nia Exp $ # COMMENT= Security tools @@ -15,7 +15,6 @@ SUBDIR+= PortableSigner SUBDIR+= R-askpass SUBDIR+= R-digest SUBDIR+= R-openssl -SUBDIR+= TweetNaCl SUBDIR+= acmesh SUBDIR+= aide SUBDIR+= aide06 @@ -208,6 +207,7 @@ SUBDIR+= lsh SUBDIR+= lua-arc4random SUBDIR+= lua-argon2 SUBDIR+= lua-bcrypt +SUBDIR+= lua-ossl SUBDIR+= lua-sec SUBDIR+= lxqt-openssh-askpass SUBDIR+= lxqt-policykit @@ -231,7 +231,6 @@ SUBDIR+= msu SUBDIR+= msudir SUBDIR+= multigest SUBDIR+= munge -SUBDIR+= nacl SUBDIR+= netpgp SUBDIR+= netpgpverify SUBDIR+= netramet |