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
b78c69dd
Commit
b78c69dd
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: Remove bad check that prevents root certificates from appearing time valid.
parent
deb17096
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
softpub.c
dlls/wintrust/softpub.c
+1
-5
No files found.
dlls/wintrust/softpub.c
View file @
b78c69dd
...
...
@@ -526,11 +526,7 @@ BOOL WINAPI SoftpubCheckCert(CRYPT_PROVIDER_DATA *data, DWORD idxSigner,
{
/* Set confidence */
data
->
pasSigners
[
idxSigner
].
pasCertChain
[
i
].
dwConfidence
=
0
;
/* The last element in the chain doesn't have an issuer, so it
* can't have a valid time (with respect to its issuer)
*/
if
(
i
!=
simpleChain
->
cElement
-
1
&&
!
(
simpleChain
->
rgpElement
[
i
]
->
TrustStatus
.
dwErrorStatus
&
if
(
!
(
simpleChain
->
rgpElement
[
i
]
->
TrustStatus
.
dwErrorStatus
&
CERT_TRUST_IS_NOT_TIME_VALID
))
data
->
pasSigners
[
idxSigner
].
pasCertChain
[
i
].
dwConfidence
|=
CERT_CONFIDENCE_TIME
;
...
...
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