![]() |
MHEG5
22.11.0
|
Functions relating to HTTPS Signature Certificates. More...
#include "mh5base.h"
Go to the source code of this file.
Enumerations | |
enum | MHEG5SigVerifyStatus_t { MHEG5_SIG_VERIFIED, MHEG5_SIG_NOT_VERIFIED, MHEG5_SIG_CHECK_PENDING } |
Functions | |
MHEG5SigVerifyStatus_t | MHEG5IsValidSignature (MHEG5String *hash, MHEG5String *signature) |
Check whether the signature is valid. More... | |
void | MHEG5ClearSigCertCache (void) |
Clear the signature certificate cache and all related information. More... | |
void | MHEG5InvalidateSigCertCache (void) |
Invalidate the certificates in the certificate cache. More... | |
void | MHEG5SetSigVerifyCallback (void(*callback)(void)) |
Sets the callback to be called when pending requests are resolved. More... | |
Functions relating to HTTPS Signature Certificates.
void MHEG5ClearSigCertCache | ( | void | ) |
Clear the signature certificate cache and all related information.
void MHEG5InvalidateSigCertCache | ( | void | ) |
Invalidate the certificates in the certificate cache.
MHEG5SigVerifyStatus_t MHEG5IsValidSignature | ( | MHEG5String * | hash, |
MHEG5String * | signature | ||
) |
Check whether the signature is valid.
hash | Hash file contents |
signature | Signature file contents |
void MHEG5SetSigVerifyCallback | ( | void(*)(void) | callback | ) |
Sets the callback to be called when pending requests are resolved.
callback | Callback function to be called when pending requests are resolved |