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
787133fc
Commit
787133fc
authored
Oct 31, 2018
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Oct 31, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32: Add CryptSetKeyIdentifierProperty stub.
Signed-off-by:
Dmitry Timoshkov
<
dmitry@baikal.ru
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
00275acc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
cert.c
dlls/crypt32/cert.c
+8
-0
crypt32.spec
dlls/crypt32/crypt32.spec
+1
-0
No files found.
dlls/crypt32/cert.c
View file @
787133fc
...
@@ -3681,3 +3681,11 @@ const void * WINAPI CertCreateContext(DWORD dwContextType, DWORD dwEncodingType,
...
@@ -3681,3 +3681,11 @@ const void * WINAPI CertCreateContext(DWORD dwContextType, DWORD dwEncodingType,
return
NULL
;
return
NULL
;
}
}
}
}
BOOL
WINAPI
CryptSetKeyIdentifierProperty
(
const
CRYPT_HASH_BLOB
*
pKeyIdentifier
,
DWORD
dwPropId
,
DWORD
dwFlags
,
LPCWSTR
pwszComputerName
,
void
*
pvReserved
,
const
void
*
pvData
)
{
FIXME
(
"(%p, 0x%x, 0x%x, %s, %p, %p): stub
\n
"
,
pKeyIdentifier
,
dwPropId
,
dwFlags
,
debugstr_w
(
pwszComputerName
),
pvReserved
,
pvData
);
return
FALSE
;
}
dlls/crypt32/crypt32.spec
View file @
787133fc
...
@@ -180,6 +180,7 @@
...
@@ -180,6 +180,7 @@
@ stdcall CryptSIPRetrieveSubjectGuidForCatalogFile(wstr long ptr)
@ stdcall CryptSIPRetrieveSubjectGuidForCatalogFile(wstr long ptr)
@ stdcall CryptSIPVerifyIndirectData(ptr ptr)
@ stdcall CryptSIPVerifyIndirectData(ptr ptr)
@ stub CryptSetAsyncParam
@ stub CryptSetAsyncParam
@ stdcall CryptSetKeyIdentifierProperty(ptr long long wstr ptr ptr)
@ stdcall CryptSetOIDFunctionValue(long str str wstr long ptr long)
@ stdcall CryptSetOIDFunctionValue(long str str wstr long ptr long)
@ stub CryptSetProviderU
@ stub CryptSetProviderU
@ stdcall CryptSignAndEncodeCertificate(long long long str ptr ptr ptr ptr ptr)
@ stdcall CryptSignAndEncodeCertificate(long long long str ptr ptr ptr ptr ptr)
...
...
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