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
a5de2742
Commit
a5de2742
authored
Oct 10, 2007
by
Juan Lang
Committed by
Alexandre Julliard
Oct 11, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32: Add another test to show that time validity nesting isn't checked.
parent
0d544f95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
0 deletions
+48
-0
chain.c
dlls/crypt32/tests/chain.c
+48
-0
No files found.
dlls/crypt32/tests/chain.c
View file @
a5de2742
...
...
@@ -1033,6 +1033,38 @@ static const BYTE chain12_0[] = {
0x59
,
0xe6
,
0xed
,
0x7b
,
0x8b
,
0xec
,
0xcc
,
0x27
,
0x56
,
0xa1
,
0x0e
,
0x73
,
0xe7
,
0x37
,
0x20
,
0x97
,
0x27
,
0x12
,
0xed
,
0x9f
,
0xe9
,
0xec
,
0x44
,
0xde
,
0x3f
,
0x07
,
0xa4
,
0x07
,
0x42
,
0x5b
,
0x7e
,
0xe5
,
0xe1
,
0x42
,
0x10
,
0x4c
,
0x38
,
0xd7
,
0x2b
,
0xff
};
/* chain0_0 -> chain13_1:
* A chain whose time validity nesting is invalid.
*/
static
const
BYTE
chain13_1
[]
=
{
0x30
,
0x82
,
0x01
,
0x93
,
0x30
,
0x81
,
0xfd
,
0xa0
,
0x03
,
0x02
,
0x01
,
0x02
,
0x02
,
0x01
,
0x01
,
0x30
,
0x0d
,
0x06
,
0x09
,
0x2a
,
0x86
,
0x48
,
0x86
,
0xf7
,
0x0d
,
0x01
,
0x01
,
0x05
,
0x05
,
0x00
,
0x30
,
0x10
,
0x31
,
0x0e
,
0x30
,
0x0c
,
0x06
,
0x03
,
0x55
,
0x04
,
0x03
,
0x13
,
0x05
,
0x43
,
0x65
,
0x72
,
0x74
,
0x31
,
0x30
,
0x1e
,
0x17
,
0x0d
,
0x30
,
0x36
,
0x30
,
0x31
,
0x30
,
0x31
,
0x30
,
0x30
,
0x30
,
0x30
,
0x30
,
0x30
,
0x5a
,
0x17
,
0x0d
,
0x30
,
0x37
,
0x31
,
0x32
,
0x33
,
0x31
,
0x32
,
0x33
,
0x35
,
0x39
,
0x35
,
0x39
,
0x5a
,
0x30
,
0x10
,
0x31
,
0x0e
,
0x30
,
0x0c
,
0x06
,
0x03
,
0x55
,
0x04
,
0x03
,
0x13
,
0x05
,
0x43
,
0x65
,
0x72
,
0x74
,
0x32
,
0x30
,
0x81
,
0x9f
,
0x30
,
0x0d
,
0x06
,
0x09
,
0x2a
,
0x86
,
0x48
,
0x86
,
0xf7
,
0x0d
,
0x01
,
0x01
,
0x01
,
0x05
,
0x00
,
0x03
,
0x81
,
0x8d
,
0x00
,
0x30
,
0x81
,
0x89
,
0x02
,
0x81
,
0x81
,
0x00
,
0xb8
,
0x52
,
0xda
,
0xc5
,
0x4b
,
0x3f
,
0xe5
,
0x33
,
0x0e
,
0x67
,
0x5f
,
0x48
,
0x21
,
0xdc
,
0x7e
,
0xef
,
0x37
,
0x33
,
0xba
,
0xff
,
0xb4
,
0xc6
,
0xdc
,
0xb6
,
0x17
,
0x8e
,
0x20
,
0x55
,
0x07
,
0x12
,
0xd2
,
0x7b
,
0x3c
,
0xce
,
0x30
,
0xc5
,
0xa7
,
0x48
,
0x9f
,
0x6e
,
0xfe
,
0xb8
,
0xbe
,
0xdb
,
0x9f
,
0x9b
,
0x17
,
0x60
,
0x16
,
0xde
,
0xc6
,
0x8b
,
0x47
,
0xd1
,
0x57
,
0x71
,
0x3c
,
0x93
,
0xfc
,
0xbd
,
0xec
,
0x44
,
0x32
,
0x3b
,
0xb9
,
0xcf
,
0x6b
,
0x05
,
0x72
,
0xa7
,
0x87
,
0x8e
,
0x7e
,
0xd4
,
0x9a
,
0x87
,
0x1c
,
0x2f
,
0xb7
,
0x82
,
0x40
,
0xfc
,
0x6a
,
0x80
,
0x83
,
0x68
,
0x28
,
0xce
,
0x84
,
0xf4
,
0x0b
,
0x2e
,
0x44
,
0xcb
,
0x53
,
0xac
,
0x85
,
0x85
,
0xb5
,
0x46
,
0x36
,
0x98
,
0x3c
,
0x10
,
0x02
,
0xaa
,
0x02
,
0xbc
,
0x8b
,
0xa2
,
0x23
,
0xb2
,
0xd3
,
0x51
,
0x9a
,
0x22
,
0x4a
,
0xe3
,
0xaa
,
0x4e
,
0x7c
,
0xda
,
0x38
,
0xcf
,
0x49
,
0x98
,
0x72
,
0xa3
,
0x02
,
0x03
,
0x01
,
0x00
,
0x01
,
0x30
,
0x0d
,
0x06
,
0x09
,
0x2a
,
0x86
,
0x48
,
0x86
,
0xf7
,
0x0d
,
0x01
,
0x01
,
0x05
,
0x05
,
0x00
,
0x03
,
0x81
,
0x81
,
0x00
,
0x85
,
0xc9
,
0xc5
,
0x08
,
0x0b
,
0xb1
,
0xff
,
0x58
,
0x8f
,
0xee
,
0x66
,
0x5f
,
0xa3
,
0x77
,
0x63
,
0x9f
,
0xd1
,
0x53
,
0x03
,
0xdc
,
0xf6
,
0x59
,
0x08
,
0x02
,
0x1f
,
0xdc
,
0x52
,
0x5a
,
0x52
,
0x38
,
0xa4
,
0x0b
,
0x83
,
0x12
,
0x19
,
0xd6
,
0xb5
,
0xb8
,
0x81
,
0x17
,
0xcd
,
0x10
,
0x5d
,
0x96
,
0x16
,
0x9d
,
0x51
,
0x5b
,
0xf9
,
0x31
,
0x3e
,
0x36
,
0xac
,
0x30
,
0xd5
,
0xd6
,
0xa0
,
0x30
,
0x5c
,
0x9c
,
0xcb
,
0xe1
,
0x02
,
0xfd
,
0x73
,
0xc3
,
0xa1
,
0x58
,
0xfe
,
0x12
,
0xb0
,
0xa6
,
0xbd
,
0x11
,
0x86
,
0xdb
,
0x20
,
0x17
,
0x29
,
0x1e
,
0x09
,
0x63
,
0x4d
,
0x28
,
0xe4
,
0x55
,
0x2d
,
0xa1
,
0x78
,
0xde
,
0x28
,
0x0b
,
0x1b
,
0x35
,
0x40
,
0x4c
,
0xf1
,
0xb0
,
0x6e
,
0x82
,
0x34
,
0x2b
,
0x7f
,
0x3b
,
0x2e
,
0x27
,
0x6b
,
0xf7
,
0xde
,
0x73
,
0x9a
,
0x98
,
0xac
,
0x79
,
0x33
,
0x1a
,
0xdd
,
0x03
,
0x95
,
0x60
,
0x8a
,
0x08
,
0xba
,
0xcb
,
0x8a
,
0xbf
,
0xea
,
0xe3
};
typedef
struct
_CONST_DATA_BLOB
{
...
...
@@ -1385,6 +1417,18 @@ static const CERT_TRUST_STATUS elementStatus12[] = {
static
const
SimpleChainStatusCheck
simpleStatus12
[]
=
{
{
sizeof
(
elementStatus12
)
/
sizeof
(
elementStatus12
[
0
]),
elementStatus12
},
};
static
CONST_DATA_BLOB
chain13
[]
=
{
{
sizeof
(
chain0_0
),
chain0_0
},
{
sizeof
(
chain13_1
),
chain13_1
},
};
static
const
CERT_TRUST_STATUS
elementStatus13
[]
=
{
{
CERT_TRUST_NO_ERROR
,
CERT_TRUST_HAS_NAME_MATCH_ISSUER
},
{
CERT_TRUST_IS_UNTRUSTED_ROOT
,
CERT_TRUST_IS_SELF_SIGNED
|
CERT_TRUST_HAS_NAME_MATCH_ISSUER
},
};
static
const
SimpleChainStatusCheck
simpleStatus13
[]
=
{
{
sizeof
(
elementStatus13
)
/
sizeof
(
elementStatus13
[
0
]),
elementStatus13
},
};
static
CONST_DATA_BLOB
selfSignedChain
[]
=
{
{
sizeof
(
selfSignedCert
),
selfSignedCert
}
};
...
...
@@ -1473,6 +1517,10 @@ static ChainCheck chainCheck[] = {
{
{
sizeof
(
chain12
)
/
sizeof
(
chain12
[
0
]),
chain12
},
{
{
0
,
CERT_TRUST_HAS_PREFERRED_ISSUER
},
{
CERT_TRUST_IS_UNTRUSTED_ROOT
,
0
},
1
,
simpleStatus12
},
0
},
{
{
sizeof
(
chain13
)
/
sizeof
(
chain13
[
0
]),
chain13
},
{
{
0
,
CERT_TRUST_HAS_PREFERRED_ISSUER
},
{
CERT_TRUST_IS_UNTRUSTED_ROOT
,
0
},
1
,
simpleStatus13
},
0
},
{
{
sizeof
(
selfSignedChain
)
/
sizeof
(
selfSignedChain
[
0
]),
selfSignedChain
},
{
{
0
,
CERT_TRUST_HAS_PREFERRED_ISSUER
},
{
CERT_TRUST_IS_NOT_TIME_VALID
|
CERT_TRUST_IS_UNTRUSTED_ROOT
,
0
},
...
...
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