TLS certificate abstraction layer initialization
更多...
|
| int32_t | HITLS_CertMethodInit (void) |
| | Certificate initialization interface, default use the HITLS X509 interface.
|
| void | HITLS_CertMethodDeinit (void) |
| | Deinitialize the certificate, set the certificate registration interface to NULL.
|
TLS certificate abstraction layer initialization
◆ HITLS_CertMethodDeinit()
| void HITLS_CertMethodDeinit |
( |
void | | ) |
|
Deinitialize the certificate, set the certificate registration interface to NULL.
- 参数
-
- 返回
- void
◆ HITLS_CertMethodInit()
| int32_t HITLS_CertMethodInit |
( |
void | | ) |
|
Certificate initialization interface, default use the HITLS X509 interface.
- 参数
-
- 返回
- void