-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule lua-openssl
updated
35 files
+5 −5 | .github/shell/setup_lua.sh | |
+1 −0 | .github/shell/setup_ssl.sh | |
+7 −7 | .github/workflows/check.yml | |
+5 −5 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/codeql.yml | |
+2 −2 | .github/workflows/libressl.yml | |
+1 −1 | LICENSE | |
+46 −2 | README.md | |
+1 −1 | deps/lua-compat | |
+1 −1 | src/asn1.c | |
+1 −9 | src/cms.c | |
+8 −14 | src/digest.c | |
+6 −3 | src/ec.c | |
+1 −0 | src/hmac.c | |
+49 −2 | src/kdf.c | |
+11 −7 | src/mac.c | |
+1 −2 | src/openssl.c | |
+1 −1 | src/openssl.h | |
+58 −2 | src/pkcs7.c | |
+35 −39 | src/pkey.c | |
+12 −0 | src/rsa.c | |
+22 −10 | src/ssl.c | |
+6 −6 | src/xexts.c | |
+13 −13 | test/1.asn1.lua | |
+9 −10 | test/2.digest.lua | |
+21 −5 | test/2.kdf.lua | |
+6 −5 | test/4.pkey.lua | |
+1 −1 | test/5.x509.lua | |
+2 −1 | test/5.x509_req.lua | |
+2 −2 | test/6.cms.lua | |
+12 −4 | test/6.pkcs7.lua | |
+37 −11 | test/8.ssl.lua | |
+0 −3 | test/dh.lua | |
+0 −4 | test/rsa.lua | |
+96 −95 | test/sm2.lua |