LibreOffice Module onlineupdate (master) 1
|
#include "certificatecheck.hxx"
Go to the source code of this file.
Functions | |
BOOL | DoesBinaryMatchAllowedCertificates (LPCWSTR basePathForUpdate, LPCWSTR filePath) |
Verifies if the file path matches any certificate stored in the registry. More... | |
BOOL DoesBinaryMatchAllowedCertificates | ( | LPCWSTR | basePathForUpdate, |
LPCWSTR | filePath | ||
) |
Verifies if the file path matches any certificate stored in the registry.
filePath | The file path of the application to check if allowed. |
Definition at line 56 of file registrycertificates.cxx.
References CalculateRegistryPathFromFilePath(), CheckCertificateForPEFile(), FALSE, filePath, i, LOG_WARN, LONG, MAX_KEY_LENGTH, MAX_PATH, name, TEST_ONLY_FALLBACK_KEY_PATH, TRUE, and VerifyCertificateTrustForFile().
Referenced by ProcessSoftwareUpdateCommand().