1#ifndef _C_SIGNATURE_VERIFICATION_SETTINGS_H
2#define _C_SIGNATURE_VERIFICATION_SETTINGS_H
This file contains macro declarations for importing and exporting symbols from library boundaries.
This file contains all type forward declarations returned by the library API.
This file contains types and constants used as parameters or return values.
Configuration settings for signature verification.
error_type CALLING_CONVENTION SignatureVerificationSettings_GetAllowWeakAlgorithmsFlag(SignatureVerificationSettingsHandle *handle, boolean_type *result)
Get allow weak algorithms flag.
error_type CALLING_CONVENTION SignatureVerificationSettings_Release(SignatureVerificationSettingsHandle *handle)
Decrement the internal reference counter.
error_type CALLING_CONVENTION SignatureVerificationSettings_SetSkipCertificateValidation(SignatureVerificationSettingsHandle *handle, boolean_type value)
Set skip certificate validation flag.
error_type CALLING_CONVENTION SignatureVerificationSettings_GetSkipCertificateValidation(SignatureVerificationSettingsHandle *handle, boolean_type *result)
Get skip certificate validation flag.
error_type CALLING_CONVENTION SignatureVerificationSettings_GetCheckSigningTimeFlag(SignatureVerificationSettingsHandle *handle, boolean_type *result)
Get check signing time flag.
error_type CALLING_CONVENTION SignatureVerificationSettings_SetAllowWeakAlgorithmsFlag(SignatureVerificationSettingsHandle *handle, boolean_type value)
Set allow weak algorithms flag (MD5, SHA-1, RSA < 2048 bits)
error_type CALLING_CONVENTION SignatureVerificationSettings_Create(SignatureVerificationSettingsHandle **result)
Create new signature verification settings with default values.
error_type CALLING_CONVENTION SignatureVerificationSettings_SetCheckSigningTimeFlag(SignatureVerificationSettingsHandle *handle, boolean_type value)
Set check signing time flag.
uint32_t error_type
This is return value type of all API functions.
Definition c_types.h:25
int8_t boolean_type
Boolean type supported in C.
Definition c_types.h:31