Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
fdfd6b63
Commit
fdfd6b63
authored
Aug 23, 2014
by
Gerald Pfeifer
Committed by
Alexandre Julliard
Aug 25, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32: Remove elementStatus29, simpleStatus29, andnoMatchingNameBrokenStatus.
parent
2d56e775
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
chain.c
dlls/crypt32/tests/chain.c
+0
-12
No files found.
dlls/crypt32/tests/chain.c
View file @
fdfd6b63
...
...
@@ -3347,14 +3347,6 @@ static CONST_DATA_BLOB chain29[] = {
{
sizeof
(
chain0_0
),
chain0_0
},
{
sizeof
(
chain29_1
),
chain29_1
},
};
static
const
CERT_TRUST_STATUS
elementStatus29
[]
=
{
{
CERT_TRUST_NO_ERROR
,
CERT_TRUST_HAS_NAME_MATCH_ISSUER
},
{
CERT_TRUST_IS_UNTRUSTED_ROOT
|
CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT
,
CERT_TRUST_IS_SELF_SIGNED
|
CERT_TRUST_HAS_NAME_MATCH_ISSUER
},
};
static
const
SimpleChainStatusCheck
simpleStatus29
[]
=
{
{
sizeof
(
elementStatus29
)
/
sizeof
(
elementStatus29
[
0
]),
elementStatus29
},
};
static
CONST_DATA_BLOB
chain30
[]
=
{
{
sizeof
(
chain0_0
),
chain0_0
},
{
sizeof
(
chain30_1
),
chain30_1
},
...
...
@@ -4228,10 +4220,6 @@ static const ChainPolicyCheck googlePolicyCheckWithMatchingName = {
{
0
,
0
,
-
1
,
-
1
,
NULL
},
&
expiredStatus
,
0
};
/* Windows NT 4 has a different error code when the name doesn't match. */
static
const
CERT_CHAIN_POLICY_STATUS
noMatchingNameBrokenStatus
=
{
0
,
CERT_E_ROLE
,
0
,
0
,
NULL
};
/* Win98 does not trust the root of the OpenSSL chain or the Stanford chain */
static
const
CERT_CHAIN_POLICY_STATUS
untrustedRootStatus
=
{
0
,
CERT_E_UNTRUSTEDROOT
,
0
,
0
,
NULL
};
...
...
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