2 * WinTrust Cryptography functions
4 * Copyright 2006 James Hawkins
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
29 #include "wine/debug.h"
31 WINE_DEFAULT_DEBUG_CHANNEL(wintrust
);
33 /***********************************************************************
34 * CryptCATAdminAcquireContext (WINTRUST.@)
36 * Get a catalog administrator context handle.
39 * catAdmin [O] Pointer to the context handle.
40 * sysSystem [I] Pointer to a GUID for the needed subsystem.
41 * dwFlags [I] Reserved.
44 * Success: TRUE. catAdmin contains the context handle.
48 BOOL WINAPI
CryptCATAdminAcquireContext(HCATADMIN
* catAdmin
,
49 const GUID
*sysSystem
, DWORD dwFlags
)
51 FIXME("%p %s %x\n", catAdmin
, debugstr_guid(sysSystem
), dwFlags
);
53 if (catAdmin
) *catAdmin
= (HCATADMIN
)0xdeadbeef;
57 /***********************************************************************
58 * CryptCATAdminAddCatalog (WINTRUST.@)
60 BOOL WINAPI
CryptCATAdminAddCatalog(HCATADMIN catAdmin
, WCHAR
*catalogFile
,
61 WCHAR
*selectBaseName
, DWORD flags
)
63 FIXME("%p %s %s %d\n", catAdmin
, debugstr_w(catalogFile
),
64 debugstr_w(selectBaseName
), flags
);
68 /***********************************************************************
69 * CryptCATAdminCalcHashFromFileHandle (WINTRUST.@)
71 BOOL WINAPI
CryptCATAdminCalcHashFromFileHandle(HANDLE hFile
, DWORD
* pcbHash
,
72 BYTE
* pbHash
, DWORD dwFlags
)
74 FIXME("%p %p %p %x\n", hFile
, pcbHash
, pbHash
, dwFlags
);
76 if (pbHash
&& pcbHash
) memset(pbHash
, 0, *pcbHash
);
80 /***********************************************************************
81 * CryptCATAdminEnumCatalogFromHash (WINTRUST.@)
83 HCATINFO WINAPI
CryptCATAdminEnumCatalogFromHash(HCATADMIN hCatAdmin
,
87 HCATINFO
* phPrevCatInfo
)
89 FIXME("%p %p %d %d %p\n", hCatAdmin
, pbHash
, cbHash
, dwFlags
, phPrevCatInfo
);
93 /***********************************************************************
94 * CryptCATAdminReleaseCatalogContext (WINTRUST.@)
96 * Release a catalog context handle.
99 * hCatAdmin [I] Context handle.
100 * hCatInfo [I] Catalog handle.
101 * dwFlags [I] Reserved.
108 BOOL WINAPI
CryptCATAdminReleaseCatalogContext(HCATADMIN hCatAdmin
,
112 FIXME("%p %p %x\n", hCatAdmin
, hCatInfo
, dwFlags
);
116 /***********************************************************************
117 * CryptCATAdminReleaseContext (WINTRUST.@)
119 * Release a catalog administrator context handle.
122 * catAdmin [I] Context handle.
123 * dwFlags [I] Reserved.
130 BOOL WINAPI
CryptCATAdminReleaseContext(HCATADMIN hCatAdmin
, DWORD dwFlags
)
132 FIXME("%p %x\n", hCatAdmin
, dwFlags
);
136 /***********************************************************************
137 * CryptCATAdminRemoveCatalog (WINTRUST.@)
139 * Remove a catalog file.
142 * catAdmin [I] Context handle.
143 * pwszCatalogFile [I] Catalog file.
144 * dwFlags [I] Reserved.
151 BOOL WINAPI
CryptCATAdminRemoveCatalog(HCATADMIN hCatAdmin
, LPCWSTR pwszCatalogFile
, DWORD dwFlags
)
153 FIXME("%p %s %x\n", hCatAdmin
, debugstr_w(pwszCatalogFile
), dwFlags
);
154 return DeleteFileW(pwszCatalogFile
);
157 /***********************************************************************
158 * CryptCATClose (WINTRUST.@)
160 BOOL WINAPI
CryptCATClose(HANDLE hCatalog
)
162 FIXME("(%p) stub\n", hCatalog
);
166 /***********************************************************************
167 * CryptCATEnumerateMember (WINTRUST.@)
169 CRYPTCATMEMBER
*WINAPI
CryptCATEnumerateMember(HANDLE hCatalog
, CRYPTCATMEMBER
* pPrevMember
)
171 FIXME("(%p, %p) stub\n", hCatalog
, pPrevMember
);
175 /***********************************************************************
176 * CryptCATOpen (WINTRUST.@)
178 HANDLE WINAPI
CryptCATOpen(LPWSTR pwszFileName
, DWORD fdwOpenFlags
, HCRYPTPROV hProv
,
179 DWORD dwPublicVersion
, DWORD dwEncodingType
)
181 FIXME("(%s, %d, %ld, %d, %d) stub\n", debugstr_w(pwszFileName
), fdwOpenFlags
,
182 hProv
, dwPublicVersion
, dwEncodingType
);
186 /***********************************************************************
187 * CryptSIPCreateIndirectData (WINTRUST.@)
189 BOOL WINAPI
CryptSIPCreateIndirectData(SIP_SUBJECTINFO
* pSubjectInfo
, DWORD
* pcbIndirectData
,
190 SIP_INDIRECT_DATA
* pIndirectData
)
192 FIXME("(%p %p %p) stub\n", pSubjectInfo
, pcbIndirectData
, pIndirectData
);
197 /***********************************************************************
198 * CryptSIPGetSignedDataMsg (WINTRUST.@)
200 BOOL WINAPI
CryptSIPGetSignedDataMsg(SIP_SUBJECTINFO
* pSubjectInfo
, DWORD
* pdwEncodingType
,
201 DWORD dwIndex
, DWORD
* pcbSignedDataMsg
, BYTE
* pbSignedDataMsg
)
203 FIXME("(%p %p %d %p %p) stub\n", pSubjectInfo
, pdwEncodingType
, dwIndex
,
204 pcbSignedDataMsg
, pbSignedDataMsg
);
209 /***********************************************************************
210 * CryptSIPPutSignedDataMsg (WINTRUST.@)
212 BOOL WINAPI
CryptSIPPutSignedDataMsg(SIP_SUBJECTINFO
* pSubjectInfo
, DWORD pdwEncodingType
,
213 DWORD
* pdwIndex
, DWORD cbSignedDataMsg
, BYTE
* pbSignedDataMsg
)
215 FIXME("(%p %d %p %d %p) stub\n", pSubjectInfo
, pdwEncodingType
, pdwIndex
,
216 cbSignedDataMsg
, pbSignedDataMsg
);
221 /***********************************************************************
222 * CryptSIPRemoveSignedDataMsg (WINTRUST.@)
224 BOOL WINAPI
CryptSIPRemoveSignedDataMsg(SIP_SUBJECTINFO
* pSubjectInfo
,
227 FIXME("(%p %d) stub\n", pSubjectInfo
, dwIndex
);
232 /***********************************************************************
233 * CryptSIPVerifyIndirectData (WINTRUST.@)
235 BOOL WINAPI
CryptSIPVerifyIndirectData(SIP_SUBJECTINFO
* pSubjectInfo
,
236 SIP_INDIRECT_DATA
* pIndirectData
)
238 FIXME("(%p %p) stub\n", pSubjectInfo
, pIndirectData
);