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
2884053a
Commit
2884053a
authored
Sep 15, 2014
by
Hans Leidekker
Committed by
Alexandre Julliard
Sep 15, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rsaenh: Fix typos in SHA-384/SHA-512 OIDs.
parent
0b366dca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
rsaenh.c
dlls/rsaenh/rsaenh.c
+4
-4
No files found.
dlls/rsaenh/rsaenh.c
View file @
2884053a
...
...
@@ -248,7 +248,7 @@ static const PROV_ENUMALGS_EX aProvEnumAlgsEx[5][RSAENH_MAX_ENUMALGS+1] =
{
CALG_AES_256
,
256
,
256
,
256
,
0
,
8
,
"AES-256"
,
39
,
"Advanced Encryption Standard (AES-256)"
},
{
CALG_SHA
,
160
,
160
,
160
,
CRYPT_FLAG_SIGNING
,
6
,
"SHA-1"
,
30
,
"Secure Hash Algorithm (SHA-1)"
},
{
CALG_SHA_256
,
256
,
256
,
256
,
CRYPT_FLAG_SIGNING
,
6
,
"SHA-256"
,
30
,
"Secure Hash Algorithm (SHA-256)"
},
{
CALG_SHA_384
,
384
,
384
,
384
,
CRYPT_FLAG_SIGNING
,
6
,
"SHA-384"
,
30
,
"Secure Hash Algorithm (SHA-
2
84)"
},
{
CALG_SHA_384
,
384
,
384
,
384
,
CRYPT_FLAG_SIGNING
,
6
,
"SHA-384"
,
30
,
"Secure Hash Algorithm (SHA-
3
84)"
},
{
CALG_SHA_512
,
512
,
512
,
512
,
CRYPT_FLAG_SIGNING
,
6
,
"SHA-512"
,
30
,
"Secure Hash Algorithm (SHA-512)"
},
{
CALG_MD2
,
128
,
128
,
128
,
CRYPT_FLAG_SIGNING
,
4
,
"MD2"
,
23
,
"Message Digest 2 (MD2)"
},
{
CALG_MD4
,
128
,
128
,
128
,
CRYPT_FLAG_SIGNING
,
4
,
"MD4"
,
23
,
"Message Digest 4 (MD4)"
},
...
...
@@ -1483,10 +1483,10 @@ static BOOL build_hash_signature(BYTE *pbSignature, DWORD dwLen, ALG_ID aiAlgid,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x02
,
0x01
,
0x05
,
0x00
,
0x04
,
0x20
}
},
{
CALG_SHA_384
,
19
,
{
0x30
,
0x41
,
0x30
,
0x0d
,
0x06
,
0x09
,
0x60
,
0x86
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x02
,
0x0
1
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x02
,
0x0
2
,
0x05
,
0x00
,
0x04
,
0x30
}
},
{
CALG_SHA_
384
,
19
,
{
0x30
,
0x51
,
0x30
,
0x0d
,
0x06
,
0x09
,
0x60
,
0x86
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x02
,
0x0
1
,
{
CALG_SHA_
512
,
19
,
{
0x30
,
0x51
,
0x30
,
0x0d
,
0x06
,
0x09
,
0x60
,
0x86
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x02
,
0x0
3
,
0x05
,
0x00
,
0x04
,
0x40
}
},
{
CALG_SSL3_SHAMD5
,
0
,
{
0
}
},
{
0
,
0
,
{
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