Update verify.c

This commit is contained in:
DavidXanatos 2024-05-17 18:18:10 +02:00
parent 7ec0877c7d
commit 1be0c2a26d
1 changed files with 1 additions and 1 deletions

View File

@ -852,7 +852,7 @@ _FX NTSTATUS KphValidateCertificate()
Verify_CertInfo.level = eCertMaxLevel;
}
else if (_wcsicmp(level, L"LARGE") == 0 && cert_date.QuadPart < KphGetDate(1, 04, 2022)) {
Verify_CertInfo.level = eCertStandard2;
Verify_CertInfo.level = eCertAdvanced;
}
else if (_wcsicmp(level, L"LARGE") == 0) { // 2 years - personal
if(CERT_IS_TYPE(Verify_CertInfo, eCertPatreon))