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
be3f6c87
Commit
be3f6c87
authored
Apr 15, 2021
by
Piotr Caban
Committed by
Alexandre Julliard
Apr 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32/tests: Fix tests skipped on all test bot machines.
Signed-off-by:
Piotr Caban
<
piotr@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
a0dc2adf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
chain.c
dlls/crypt32/tests/chain.c
+4
-8
No files found.
dlls/crypt32/tests/chain.c
View file @
be3f6c87
...
...
@@ -4741,17 +4741,17 @@ static const CERT_CHAIN_POLICY_STATUS badDateNestingStatus =
static
const
ChainPolicyCheck
ignoredBadDateNestingBasePolicyCheck
=
{
{
ARRAY_SIZE
(
chain2
),
chain2
},
{
0
,
CERT_E_EXPIRED
,
0
,
1
,
NULL
},
&
badDateNestingStatus
,
TODO_ELEMENTS
{
0
,
0
,
-
1
,
-
1
,
NULL
},
NULL
,
TODO_ERROR
};
static
const
ChainPolicyCheck
ignoredInvalidDateBasePolicyCheck
=
{
{
ARRAY_SIZE
(
googleChain
),
googleChain
},
{
0
,
CERT_E_EXPIRED
,
0
,
1
,
NULL
},
&
badDateNestingStatus
,
TODO_ELEMENTS
{
0
,
0
,
-
1
,
-
1
,
NULL
},
NULL
,
TODO_ERROR
};
static
const
ChainPolicyCheck
ignoredInvalidUsageBasePolicyCheck
=
{
{
ARRAY_SIZE
(
chain15
),
chain15
},
{
0
,
CERT_E_EXPIRED
,
0
,
1
,
NULL
},
NULL
,
TODO_ERROR
{
0
,
0
,
-
1
,
-
1
,
NULL
},
NULL
,
0
};
static
const
ChainPolicyCheck
invalidUsageBasePolicyCheck
=
{
...
...
@@ -4812,13 +4812,9 @@ static const ChainPolicyCheck googlePolicyCheckWithMatchingNameExpired = {
{
0
,
CERT_E_EXPIRED
,
0
,
0
,
NULL
},
NULL
,
0
};
/* Win98 sees the chain as expired, even though it isn't for the date tested */
static
const
CERT_CHAIN_POLICY_STATUS
expiredStatus
=
{
0
,
CERT_E_EXPIRED
,
0
,
0
,
NULL
};
static
const
ChainPolicyCheck
googlePolicyCheckWithMatchingName
=
{
{
ARRAY_SIZE
(
googleChain
),
googleChain
},
{
0
,
0
,
-
1
,
-
1
,
NULL
},
&
expiredStatus
,
0
{
0
,
0
,
-
1
,
-
1
,
NULL
},
NULL
,
0
};
/* Win98 does not trust the root of the OpenSSL chain or the Stanford chain */
...
...
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