![]() |
MHEG5
22.11.0
|
Functions relating to TLS certificate store. More...
#include "mh5base.h"Go to the source code of this file.
Enumerations | |
| enum | MHEG5TlsCertRequestStatus { MHEG5_TLS_CERT_REQUEST_SUCCESS, MHEG5_TLS_CERT_REQUEST_PENDING, MHEG5_TLS_CERT_REQUEST_FAILURE } |
Functions | |
| void | MHEG5ClearTlsCertStore (void) |
| Clear the TLS certificate store. More... | |
| void | MHEG5InvalidateTlsCertStore (void) |
| Invalidate the TLS certificate store. More... | |
| U32BIT | MHEG5GetTlsCertStoreCount (void) |
| Return number of TLS certificates in the TLS certificate store. More... | |
| MHEG5TlsCertRequestStatus | MHEG5GetNextTlsCertificate (void) |
| Issues a request to load the next TLS certificate from the DSM-CC object carousel. More... | |
| void | MHEG5AddTlsCertificateCallback (void(*loadCallback)(void)) |
| Add a callback function to be called when pending requests are resolved. More... | |
Functions relating to TLS certificate store.
| void MHEG5AddTlsCertificateCallback | ( | void(*)(void) | loadCallback | ) |
Add a callback function to be called when pending requests are resolved.
| loadCallback | Callback function to be called when pending requests are resolved |
| void MHEG5ClearTlsCertStore | ( | void | ) |
Clear the TLS certificate store.
| callback | Callback function to be called when pending requests are resolved |
| MHEG5TlsCertRequestStatus MHEG5GetNextTlsCertificate | ( | void | ) |
Issues a request to load the next TLS certificate from the DSM-CC object carousel.
| U32BIT MHEG5GetTlsCertStoreCount | ( | void | ) |
Return number of TLS certificates in the TLS certificate store.
| void MHEG5InvalidateTlsCertStore | ( | void | ) |
Invalidate the TLS certificate store.
1.8.11