Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
deb17096
Commit
deb17096
authored
Oct 03, 2007
by
Juan Lang
Committed by
Alexandre Julliard
Oct 04, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wintrust: Use file's creation time as time to verify.
parent
85efd02f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
softpub.c
dlls/wintrust/softpub.c
+4
-0
No files found.
dlls/wintrust/softpub.c
View file @
deb17096
...
...
@@ -75,6 +75,9 @@ static BOOL SOFTPUB_OpenFile(CRYPT_PROVIDER_DATA *data)
else
ret
=
FALSE
;
}
if
(
ret
)
GetFileTime
(
data
->
pWintrustData
->
u
.
pFile
->
hFile
,
&
data
->
sftSystemTime
,
NULL
,
NULL
);
TRACE
(
"returning %d
\n
"
,
ret
);
return
ret
;
}
...
...
@@ -390,6 +393,7 @@ static BOOL WINTRUST_SaveSigner(CRYPT_PROVIDER_DATA *data, DWORD signerIdx)
CRYPT_PROVIDER_SGNR
sgnr
=
{
sizeof
(
sgnr
),
{
0
}
};
sgnr
.
psSigner
=
signerInfo
;
memcpy
(
&
sgnr
.
sftVerifyAsOf
,
&
data
->
sftSystemTime
,
sizeof
(
FILETIME
));
ret
=
data
->
psPfns
->
pfnAddSgnr2Chain
(
data
,
FALSE
,
signerIdx
,
&
sgnr
);
}
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment