Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
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
Aleksandr Isakov
wine-fonts
Commits
eaa37e3e
Commit
eaa37e3e
authored
Mar 31, 2022
by
Dmitry Timoshkov
Committed by
Vitaly Lipatov
Jul 30, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pkzdrav_sign_hack (eterbug #15523)
Signed-off-by:
Pavel Beketov
<
mais@etersoft.ru
>
parent
7a62e1a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
message.c
dlls/crypt32/message.c
+3
-0
No files found.
dlls/crypt32/message.c
View file @
eaa37e3e
...
...
@@ -447,6 +447,9 @@ BOOL WINAPI CryptSignMessage(PCRYPT_SIGN_MESSAGE_PARA pSignPara,
signer
.
cUnauthAttr
=
pSignPara
->
cUnauthAttr
;
signer
.
rgUnauthAttr
=
pSignPara
->
rgUnauthAttr
;
if
(
!
strcmp
(
signer
.
HashAlgorithm
.
pszObjId
,
"1.2.643.100.113.1"
))
signer
.
HashAlgorithm
.
pszObjId
=
(
LPSTR
)
"1.2.643.7.1.1.3.2"
;
memset
(
&
signInfo
,
0
,
sizeof
(
signInfo
));
signInfo
.
cbSize
=
sizeof
(
signInfo
);
signInfo
.
cSigners
=
1
;
...
...
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