openHiTLS API openHiTLS 0.1.0-Alpha1

◆ CERT_StoreCtrlCallBack

typedef int32_t(* CERT_StoreCtrlCallBack) (HITLS_Config *config, HITLS_CERT_Store *store, HITLS_CERT_CtrlCmd cmd, void *input, void *output)

ctrl interface

参数
config[IN] TLS link configuration.
store[IN] Certificate store.
cmd[IN] Ctrl option.
input[IN] Input.
output[IN] Output.
返回值
HITLS_SUCCESSindicates success. Other values are considered as failure.