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
f348e3fe
Commit
f348e3fe
authored
Oct 20, 2009
by
Juan Lang
Committed by
Alexandre Julliard
Oct 21, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32: Check basic constraints extension for end certs too.
parent
77fe22b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
chain.c
dlls/crypt32/chain.c
+8
-0
No files found.
dlls/crypt32/chain.c
View file @
f348e3fe
...
@@ -905,6 +905,14 @@ static void CRYPT_CheckSimpleChain(PCertificateChainEngine engine,
...
@@ -905,6 +905,14 @@ static void CRYPT_CheckSimpleChain(PCertificateChainEngine engine,
constraints
.
dwPathLenConstraint
--
;
constraints
.
dwPathLenConstraint
--
;
}
}
}
}
else
{
/* Check whether end cert has a basic constraints extension */
if
(
!
CRYPT_DecodeBasicConstraints
(
chain
->
rgpElement
[
i
]
->
pCertContext
,
&
constraints
,
FALSE
))
chain
->
rgpElement
[
i
]
->
TrustStatus
.
dwErrorStatus
|=
CERT_TRUST_INVALID_BASIC_CONSTRAINTS
;
}
if
(
CRYPT_IsSimpleChainCyclic
(
chain
))
if
(
CRYPT_IsSimpleChainCyclic
(
chain
))
{
{
/* If the chain is cyclic, then the path length constraints
/* If the chain is cyclic, then the path length constraints
...
...
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