#177 在用户访问的过程中,缓存未见到过、可信的中间证书到 kafka(TODO kafka 数据录入格式待沟通,待联调测试)
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
#ifndef TFE_SSL_FETCH_CERT_H
|
||||
#define TFE_SSL_FETCH_CERT_H
|
||||
|
||||
void ssl_fetch_cert_url_by_aia(X509 *cert);
|
||||
// return 0 for success, return -1 for failed
|
||||
int ssl_mid_cert_kafka_logger_create(const char *profile, const char *section);
|
||||
void ssl_mid_cert_kafka_logger_destory(void);
|
||||
void ssl_fetch_trusted_cert_from_chain(STACK_OF(X509) * cert_chain, X509_STORE *trusted_store);
|
||||
|
||||
#endif //TFE_SSL_FETCH_CERT_H
|
||||
Reference in New Issue
Block a user