#177 在用户访问的过程中,获取未见到过、可信的中间证书

This commit is contained in:
luwenpeng
2019-10-23 10:29:30 +08:00
parent fe7fc6fa9c
commit 3a68352964
4 changed files with 77 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
//
// Created by lwp on 2019/10/16.
//
#ifndef TFE_SSL_FETCH_CERT_H
#define TFE_SSL_FETCH_CERT_H
void ssl_fetch_cert_url_by_aia(X509 *cert);
void ssl_fetch_trusted_cert_from_chain(STACK_OF(X509) * cert_chain, X509_STORE *trusted_store);
#endif //TFE_SSL_FETCH_CERT_H