Skip to content

Commit

Permalink
introduce kdf for OpenSSL v3
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Sep 2, 2023
1 parent 2895292 commit 065ba05
Show file tree
Hide file tree
Showing 10 changed files with 1,022 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,15 @@ add_library(lua-openssl ${LUA_OPENSSL_LIBTYPE}
src/engine.c
src/mac.c
src/hmac.c
src/kdf.c
src/lbn.c
src/lhash.c
src/misc.c
src/ocsp.c
src/oids.txt
src/openssl.c
src/ots.c
src/param.c
src/pkcs12.c
src/pkcs7.c
src/pkey.c
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ OBJS=src/asn1.o deps/auxiliar/auxiliar.o src/bio.o src/cipher.o src/cms.o src/co
src/hmac.o src/lbn.o src/lhash.o src/misc.o src/ocsp.o src/openssl.o src/ots.o \
src/pkcs12.o src/pkcs7.o src/pkey.o src/rsa.o src/ssl.o src/th-lock.o src/util.o \
src/x509.o src/xattrs.o src/xexts.o src/xname.o src/xstore.o src/xalgor.o \
src/param.o src/kdf.o \
src/callback.o src/srp.o src/mac.o deps/auxiliar/subsidiar.o

.PHONY: all install test info doc coveralls asan
Expand Down
2 changes: 2 additions & 0 deletions openssl-scm-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@ build = {
"src/engine.c",
"src/mac.c",
"src/hmac.c",
"src/kdf.c",
"src/lbn.c",
"src/lhash.c",
"src/misc.c",
"src/ocsp.c",
"src/openssl.c",
"src/ots.c",
"src/param.c",
"src/pkcs7.c",
"src/pkcs12.c",
"src/pkey.c",
Expand Down
Loading

0 comments on commit 065ba05

Please sign in to comment.