mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-03 16:19:01 -04:00
[pki] more ASN.1 parser improvements
This commit is contained in:
parent
94e4c0905b
commit
9464ae94a4
3 changed files with 43 additions and 29 deletions
|
@ -531,7 +531,7 @@ LONG ValidateSignature(HWND hDlg, const char* path)
|
|||
} else {
|
||||
update_ts = GetSignatureTimeStamp(path);
|
||||
if (update_ts < current_ts) {
|
||||
uprintf("PKI: Update timestamp (%" PRIi64 ") is younger than ours (%" PRIi64 ")! - Aborting update", update_ts, current_ts);
|
||||
uprintf("PKI: Update timestamp (%" PRIi64 ") is younger than ours (%" PRIi64 ") - Aborting update", update_ts, current_ts);
|
||||
r = TRUST_E_TIME_STAMP;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue