40 MHEG5_SIG_NOT_VERIFIED,
41 MHEG5_SIG_CHECK_PENDING
42 } MHEG5SigVerifyStatus_t;
void MHEG5InvalidateSigCertCache(void)
Invalidate the certificates in the certificate cache.
Definition: mh5sig.c:263
MHEG5SigVerifyStatus_t MHEG5IsValidSignature(MHEG5String *hash, MHEG5String *signature)
Check whether the signature is valid.
Definition: mh5sig.c:182
void MHEG5SetSigVerifyCallback(void(*callback)(void))
Sets the callback to be called when pending requests are resolved.
Definition: mh5sig.c:291
void MHEG5ClearSigCertCache(void)
Clear the signature certificate cache and all related information.
Definition: mh5sig.c:243