index
:
luaossl
master
Most comprehensive OpenSSL module in the Lua universe
Biswakalyan Bhuyan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
GNUmakefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
add clean rule for Lua 5.4
John Regan
2022-05-05
1
-1
/
+1
*
src/GNUmakefile: fix version in help text
daurnimator
2020-07-05
1
-1
/
+1
*
fix for Lua 5.4
Tom Callaway
2020-07-05
1
-3
/
+16
*
src/openssl.c: Add kdf.derive
daurnimator
2019-02-14
1
-0
/
+1
*
Fix building compat-5.3.o
daurnimator
2017-09-03
1
-1
/
+1
*
Only use lua-compat-5.3 if running < 5.3
daurnimator
2017-09-01
1
-2
/
+12
*
Fix broken make install rule
daurnimator
2017-08-31
1
-3
/
+3
*
Move over to using lua-compat-5.3
daurnimator
2017-08-30
1
-3
/
+3
*
Pull in updated makefile structure from cqueues
daurnimator
2017-08-30
1
-83
/
+50
*
src/GNUmakefile: Remove duplicated rule
daurnimator
2017-08-29
1
-5
/
+0
*
src/GNUmakefile: Add missing uninstall rule for ocsp submodule
daurnimator
2017-08-29
1
-0
/
+1
*
src/GNUmakefile: Add missing ocsp rule
daurnimator
2017-05-31
1
-0
/
+5
*
Remove need for LUA_COMPAT_APIINTCASTS
daurnimator
2017-04-03
1
-1
/
+1
*
Have (empty) openssl.ocsp.response module
daurnimator
2017-04-03
1
-0
/
+1
*
Export constants for openssl.ocsp.basic:verify() with via module
daurnimator
2017-04-03
1
-0
/
+1
*
openssl.x509.verify_param: Start work on binding X509_VERIFY_PARAM
daurnimator
2016-12-09
1
-0
/
+1
*
use config.h.guess from autoguess project for system feature tests
William Ahern
2016-10-19
1
-2
/
+4
*
upgrade luapath script
William Ahern
2016-06-24
1
-1
/
+1
*
refactor and add ashb's regression test for #53
William Ahern
2016-06-24
1
-0
/
+1
*
Add openssl.x509.csr to makefile
Kim Alvefur
2016-02-06
1
-0
/
+1
*
readd pubkey.lua as a stub because the previous solution of using a symbolic ...
william
2015-03-04
1
-2
/
+9
*
add des to build and fix Lua 5.3 build
william
2015-02-25
1
-2
/
+3
*
bind opensslv.h and opensslconf.h macros
william
2014-09-22
1
-0
/
+6
*
add SSL_CTX_set_options, SSL_set_options, and friends; and begin process of h...
william
2014-09-11
1
-1
/
+1
*
patches to build on AIX
William Ahern (william@25thandclement.com)
2014-07-18
1
-3
/
+3
*
Merge branch 'custom-ext' of https://github.com/kunkku/luaossl into kunkku-cu...
William Ahern
2014-07-16
1
-0
/
+1
|
\
|
*
module for custom certificate extensions
Kaarle Ritvanen
2014-06-01
1
-0
/
+1
*
|
PKCS #12 module
Kaarle Ritvanen
2014-05-28
1
-0
/
+1
|
/
*
CRL generation module
Kaarle Ritvanen
2014-05-08
1
-0
/
+1
*
don't use -ldl on BSDs
William Ahern
2013-07-20
1
-1
/
+8
*
rename pubkey.lua to pkey.lua and create symlink on install for backward comp...
william
2014-03-27
1
-0
/
+4
*
fixup help target
william
2014-03-22
1
-7
/
+7
*
add Lua 5.3 support
william
2014-03-22
1
-5
/
+20
*
add multithread reentrancy protection
William Ahern
2014-01-31
1
-1
/
+1
*
move newly split files into src/ directory
William Ahern
2013-12-09
1
-0
/
+214