增加获取HSM私钥句柄

安装包增加libcertex库
增加HSM配置文件rcsp.con
This commit is contained in:
fengweihao
2020-11-25 14:10:26 +08:00
parent d452d7b5f2
commit f3cbd19825
17 changed files with 899 additions and 325 deletions

View File

@@ -2,7 +2,7 @@ add_library(common syslogd/src/logging.cpp json/src/arraylist.c json/src/debug.c
json/src/json_object.c json/src/json_object_iterator.c json/src/json_tokener.c
json/src/json_util.c json/src/libjson.c json/src/linkhash.c
json/src/parse_flags.c json/src/printbuf.c json/src/json_checker.c json/src/random_seed.c
rt/src/rt_file.cpp rt/src/rt_stdlib.cpp rt/src/rt_string.cpp rt/src/rt_tmr.cpp rt/src/rt_time.cpp rt/src/rlib_load.cpp)
rt/src/rt_file.cpp rt/src/rt_stdlib.cpp rt/src/rt_string.cpp rt/src/rt_tmr.cpp rt/src/rt_time.cpp pkcs11/src/rlib_load.cpp)
target_include_directories(common PUBLIC syslogd/include json/include rt/include)
target_include_directories(common PUBLIC syslogd/include json/include rt/include pkcs11/include)
target_link_libraries(common PUBLIC rt MESA_handle_logger breakpad_mini)