-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #630 from evo-lua/lua-openssl-update-latest
Update lua-openssl to the latest HEAD
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule lua-openssl
updated
18 files
+3 −3 | .github/workflows/check.yml | |
+4 −4 | .github/workflows/ci.yml | |
+5 −3 | .github/workflows/libressl.yml | |
+1 −1 | LICENSE | |
+1 −1 | README.md | |
+1 −1 | deps/lua-compat | |
+5 −0 | src/cipher.c | |
+1 −0 | src/digest.c | |
+2 −0 | src/lhash.c | |
+16 −1 | src/openssl.c | |
+2 −2 | src/openssl.h | |
+4 −0 | src/ots.c | |
+6 −0 | src/private.h | |
+55 −26 | src/x509.c | |
+5 −1 | src/xalgor.c | |
+2 −0 | test/0.misc.lua | |
+3 −6 | test/1.asn1.lua | |
+2 −2 | test/5.x509_req.lua |