增加获取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

@@ -86,6 +86,9 @@ struct cert_store_policy{
uint16_t store_port;
char store_ip[46];
char password[128];
char label[128];
char ca_path[128];
char uninsec_path[128];
};