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
31618f91
Commit
31618f91
authored
Sep 06, 2007
by
Juan Lang
Committed by
Alexandre Julliard
Sep 10, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32: Test whether chain creation should fail when a root signature is invalid.
parent
c4e07a5b
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 @
31618f91
...
...
@@ -1118,6 +1118,38 @@ static const BYTE chain11_1[] = {
0xe9
,
0xa7
,
0xd8
,
0x1c
,
0x1c
,
0x8c
,
0x1c
,
0x2f
,
0xd8
,
0xfb
,
0x67
,
0x44
,
0xd4
,
0xa3
,
0x79
,
0x6d
,
0x53
,
0x17
,
0x56
,
0x3c
,
0x3e
,
0xd0
,
0x67
,
0x36
,
0x0c
,
0x8b
,
0x77
,
0xab
,
0x40
,
0xc7
,
0x27
,
0xd9
,
0x44
,
0x69
,
0x13
,
0xeb
,
0x09
,
0xec
,
0x06
,
0xe2
};
/* chain12_0 -> chain7_1:
* A chain whose root has an invalid signature.
*/
static
const
BYTE
chain12_0
[]
=
{
0x30
,
0x82
,
0x01
,
0x9b
,
0x30
,
0x82
,
0x01
,
0x08
,
0xa0
,
0x03
,
0x02
,
0x01
,
0x02
,
0x02
,
0x10
,
0x2f
,
0x67
,
0x04
,
0x50
,
0xe4
,
0xac
,
0x81
,
0x81
,
0x44
,
0x25
,
0x25
,
0x81
,
0xbe
,
0x8a
,
0x6c
,
0x3c
,
0x30
,
0x09
,
0x06
,
0x05
,
0x2b
,
0x0e
,
0x03
,
0x02
,
0x1d
,
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
,
0x37
,
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
,
0x31
,
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
,
0xad
,
0x7e
,
0xca
,
0xf3
,
0xe5
,
0x99
,
0xc2
,
0x2a
,
0xca
,
0x50
,
0x82
,
0x7c
,
0x2d
,
0xa4
,
0x81
,
0xcd
,
0x0d
,
0x0d
,
0x86
,
0xd7
,
0xd8
,
0xb2
,
0xde
,
0xc5
,
0xc3
,
0x34
,
0x9e
,
0x07
,
0x78
,
0x08
,
0x11
,
0x12
,
0x2d
,
0x21
,
0x0a
,
0x09
,
0x07
,
0x14
,
0x03
,
0x7a
,
0xe7
,
0x3b
,
0x58
,
0xf1
,
0xde
,
0x3e
,
0x01
,
0x25
,
0x93
,
0xab
,
0x8f
,
0xce
,
0x1f
,
0xc1
,
0x33
,
0x91
,
0xfe
,
0x59
,
0xb9
,
0x3b
,
0x9e
,
0x95
,
0x12
,
0x89
,
0x8e
,
0xc3
,
0x4b
,
0x98
,
0x1b
,
0x99
,
0xc5
,
0x07
,
0xe2
,
0xdf
,
0x15
,
0x4c
,
0x39
,
0x76
,
0x06
,
0xad
,
0xdb
,
0x16
,
0x06
,
0x49
,
0xba
,
0xcd
,
0x0f
,
0x07
,
0xd6
,
0xea
,
0x27
,
0xa6
,
0xfe
,
0x3d
,
0x88
,
0xe5
,
0x97
,
0x45
,
0x72
,
0xb6
,
0x1c
,
0xc0
,
0x1c
,
0xb1
,
0xa2
,
0x89
,
0xe8
,
0x37
,
0x9e
,
0xf6
,
0x2a
,
0xcf
,
0xd5
,
0x1f
,
0x2f
,
0x35
,
0x5e
,
0x8f
,
0x3a
,
0x9c
,
0x61
,
0xb1
,
0xf1
,
0x6c
,
0xff
,
0x8c
,
0xb2
,
0x2f
,
0x02
,
0x03
,
0x01
,
0x00
,
0x01
,
0x30
,
0x09
,
0x06
,
0x05
,
0x2b
,
0x0e
,
0x03
,
0x02
,
0x1d
,
0x05
,
0x00
,
0x03
,
0x81
,
0x81
,
0x00
,
0x82
,
0xa8
,
0x28
,
0x6e
,
0x85
,
0xbb
,
0xa4
,
0xac
,
0xf4
,
0xe3
,
0xbc
,
0xe5
,
0x08
,
0x76
,
0x8a
,
0x1b
,
0x51
,
0xea
,
0xca
,
0x49
,
0x46
,
0x70
,
0x75
,
0x38
,
0x70
,
0x71
,
0xa1
,
0x1c
,
0x67
,
0x77
,
0x70
,
0x7d
,
0xdf
,
0xd0
,
0xc6
,
0xa4
,
0xfc
,
0x30
,
0x22
,
0x2f
,
0x52
,
0x56
,
0x16
,
0xe7
,
0xe2
,
0x7e
,
0x6a
,
0xcf
,
0x24
,
0x0b
,
0xe2
,
0xad
,
0x94
,
0x52
,
0x2c
,
0xcc
,
0x56
,
0xd3
,
0x2e
,
0xe2
,
0xd3
,
0x3d
,
0x2f
,
0xdb
,
0x22
,
0xb2
,
0xff
,
0xf3
,
0x20
,
0xc1
,
0x62
,
0xc2
,
0x3c
,
0x24
,
0x48
,
0x19
,
0x13
,
0x2c
,
0x8a
,
0x80
,
0xcd
,
0xb5
,
0xe1
,
0x84
,
0xc2
,
0xee
,
0x14
,
0xfe
,
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
};
typedef
struct
_CONST_DATA_BLOB
{
...
...
@@ -1456,6 +1488,18 @@ static CONST_DATA_BLOB chain11[] = {
{
sizeof
(
chain11_1
),
chain11_1
},
{
sizeof
(
chain7_1
),
chain7_1
},
};
static
CONST_DATA_BLOB
chain12
[]
=
{
{
sizeof
(
chain12_0
),
chain12_0
},
{
sizeof
(
chain7_1
),
chain7_1
},
};
static
const
CERT_TRUST_STATUS
elementStatus12
[]
=
{
{
CERT_TRUST_NO_ERROR
,
CERT_TRUST_HAS_NAME_MATCH_ISSUER
},
{
CERT_TRUST_IS_NOT_SIGNATURE_VALID
|
CERT_TRUST_IS_UNTRUSTED_ROOT
,
CERT_TRUST_IS_SELF_SIGNED
|
CERT_TRUST_HAS_NAME_MATCH_ISSUER
},
};
static
const
SimpleChainStatusCheck
simpleStatus12
[]
=
{
{
sizeof
(
elementStatus12
)
/
sizeof
(
elementStatus12
[
0
]),
elementStatus12
},
};
static
CONST_DATA_BLOB
selfSignedChain
[]
=
{
{
sizeof
(
selfSignedCert
),
selfSignedCert
}
};
...
...
@@ -1550,6 +1594,10 @@ static ChainCheck chainCheck[] = {
{
{
0
,
CERT_TRUST_HAS_PREFERRED_ISSUER
},
{
CERT_TRUST_IS_UNTRUSTED_ROOT
,
0
},
1
,
simpleStatus10
},
TODO_ERROR
|
TODO_INFO
},
{
{
sizeof
(
chain12
)
/
sizeof
(
chain12
[
0
]),
chain12
},
{
{
0
,
CERT_TRUST_HAS_PREFERRED_ISSUER
},
{
CERT_TRUST_IS_UNTRUSTED_ROOT
,
0
},
1
,
simpleStatus12
},
TODO_CHAIN
|
TODO_ERROR
|
TODO_INFO
},
{
{
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