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
0ed076ab
Commit
0ed076ab
authored
Jun 29, 2008
by
Michael Karcher
Committed by
Alexandre Julliard
Jun 30, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32: Remove duplicate MS test root key.
parent
c235656a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
chain.c
dlls/crypt32/chain.c
+0
-7
No files found.
dlls/crypt32/chain.c
View file @
0ed076ab
...
...
@@ -1578,12 +1578,6 @@ static BYTE msTestPubKey1[] = {
0x42
,
0xb6
,
0x9d
,
0x23
,
0x36
,
0x0b
,
0xde
,
0x54
,
0x0f
,
0xcd
,
0xbd
,
0x1f
,
0x99
,
0x2a
,
0x10
,
0x58
,
0x11
,
0xcb
,
0x40
,
0xcb
,
0xb5
,
0xa7
,
0x41
,
0x02
,
0x03
,
0x01
,
0x00
,
0x01
};
static
BYTE
msTestPubKey2
[]
=
{
0x30
,
0x48
,
0x02
,
0x41
,
0x00
,
0x81
,
0x55
,
0x22
,
0xb9
,
0x8a
,
0xa4
,
0x6f
,
0xed
,
0xd6
,
0xe7
,
0xd9
,
0x66
,
0x0f
,
0x55
,
0xbc
,
0xd7
,
0xcd
,
0xd5
,
0xbc
,
0x4e
,
0x40
,
0x02
,
0x21
,
0xa2
,
0xb1
,
0xf7
,
0x87
,
0x30
,
0x85
,
0x5e
,
0xd2
,
0xf2
,
0x44
,
0xb9
,
0xdc
,
0x9b
,
0x75
,
0xb6
,
0xfb
,
0x46
,
0x5f
,
0x42
,
0xb6
,
0x9d
,
0x23
,
0x36
,
0x0b
,
0xde
,
0x54
,
0x0f
,
0xcd
,
0xbd
,
0x1f
,
0x99
,
0x2a
,
0x10
,
0x58
,
0x11
,
0xcb
,
0x40
,
0xcb
,
0xb5
,
0xa7
,
0x41
,
0x02
,
0x03
,
0x01
,
0x00
,
0x01
};
static
BYTE
msTestPubKey3
[]
=
{
0x30
,
0x47
,
0x02
,
0x40
,
0x9c
,
0x50
,
0x05
,
0x1d
,
0xe2
,
0x0e
,
0x4c
,
0x53
,
0xd8
,
0xd9
,
0xb5
,
0xe5
,
0xfd
,
0xe9
,
0xe3
,
0xad
,
0x83
,
0x4b
,
0x80
,
0x08
,
0xd9
,
0xdc
,
0xe8
,
0xe8
,
0x35
,
0xf8
,
0x11
,
0xf1
,
0xe9
,
0x9b
,
0x03
,
0x7a
,
0x65
,
0x64
,
0x76
,
0x35
,
0xce
,
0x38
,
0x2c
,
0xf2
,
0xb6
,
...
...
@@ -1608,7 +1602,6 @@ static BOOL WINAPI verify_authenticode_policy(LPCSTR szPolicyOID,
CRYPT_DATA_BLOB
keyBlobs
[]
=
{
{
sizeof
(
msTestPubKey1
),
msTestPubKey1
},
{
sizeof
(
msTestPubKey2
),
msTestPubKey2
},
{
sizeof
(
msTestPubKey3
),
msTestPubKey3
},
};
/* Check whether the root is an MS test root */
...
...
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