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
5e9df0bb
Commit
5e9df0bb
authored
Oct 18, 2020
by
Zebediah Figura
Committed by
Alexandre Julliard
Oct 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mssign32: Stub SignerSign().
Signed-off-by:
Zebediah Figura
<
z.figura12@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
3ea7b3d3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
mssign32.spec
dlls/mssign32/mssign32.spec
+1
-1
mssign32_main.c
dlls/mssign32/mssign32_main.c
+7
-0
No files found.
dlls/mssign32/mssign32.spec
View file @
5e9df0bb
...
...
@@ -23,7 +23,7 @@
@ stub SignerAddTimeStampResponseEx
@ stub SignerCreateTimeStampRequest
@ stdcall SignerFreeSignerContext(ptr)
@ st
ub SignerSign
@ st
dcall SignerSign(ptr ptr ptr ptr wstr ptr ptr)
@ stdcall SignerSignEx(long ptr ptr ptr ptr wstr ptr ptr ptr)
@ stub SignerTimeStamp
@ stub SignerTimeStampEx
...
...
dlls/mssign32/mssign32_main.c
View file @
5e9df0bb
...
...
@@ -74,6 +74,13 @@ void WINAPI PvkFreeCryptProv(HCRYPTPROV hProv, LPCWSTR pwszCapiProvider, DWORD d
debugstr_w
(
pwszTmpContainer
));
}
HRESULT
WINAPI
SignerSign
(
SIGNER_SUBJECT_INFO
*
subject
,
SIGNER_CERT
*
cert
,
SIGNER_SIGNATURE_INFO
*
signature
,
SIGNER_PROVIDER_INFO
*
provider
,
const
WCHAR
*
timestamp
,
CRYPT_ATTRIBUTES
*
attrs
,
void
*
sip_data
)
{
FIXME
(
"%p %p %p %p %s %p %p stub
\n
"
,
subject
,
cert
,
signature
,
provider
,
debugstr_w
(
timestamp
),
attrs
,
sip_data
);
return
E_NOTIMPL
;
}
HRESULT
WINAPI
SignerSignEx
(
DWORD
flags
,
SIGNER_SUBJECT_INFO
*
subject_info
,
SIGNER_CERT
*
signer_cert
,
SIGNER_SIGNATURE_INFO
*
signature_info
,
SIGNER_PROVIDER_INFO
*
provider_info
,
const
WCHAR
*
http_time_stamp
,
CRYPT_ATTRIBUTES
*
request
,
void
*
sip_data
,
...
...
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