Sweden-Number/dlls/crypt32
Frédéric Delanoy d3b0543c05 crypt32/tests: Use common wine_dbgstr_guid implementation from test.h. 2014-02-12 19:15:06 +01:00
..
tests crypt32/tests: Use common wine_dbgstr_guid implementation from test.h. 2014-02-12 19:15:06 +01:00
Makefile.in configure: Rename substituted variables to a standard _CFLAGS and _LIBS format. 2014-01-30 14:51:33 +01:00
base64.c crypt32: Avoid TRUE:FALSE conditional expressions. 2012-08-13 11:49:49 +02:00
cert.c crypt32: Set correct return value if CryptMemAlloc fails. 2013-12-09 11:47:44 +01:00
chain.c crypt32: Set correct return value if CryptMemAlloc fails. 2013-12-09 11:47:44 +01:00
collectionstore.c crypt32: Get rid of no longer needed contextInterface arguments. 2013-10-21 21:06:17 +02:00
context.c crypt32: Don't access context after releaseContext call. 2013-10-22 16:37:41 +02:00
crl.c crypt32: Get rid of no longer needed hCertStore checks. 2013-10-21 21:06:17 +02:00
crypt32.rc makefiles: Add makedep pragmas for rc files that contain translations. 2013-11-05 20:38:19 +01:00
crypt32.spec crypt32: Add stub for PFXVerifyPassword. 2011-06-03 17:36:09 +02:00
crypt32_private.h crypt32: Return context_t from Context_CreateDataContext. 2013-10-21 21:06:17 +02:00
cryptres.h crypt32: Remove some strings that don't need to be translated from the resources. 2012-01-18 16:43:43 +01:00
ctl.c crypt32: Avoid NULL ptr dereferences before checks (Coverity). 2013-10-28 20:03:39 +01:00
decode.c crypt32: Use assignment instead of memcpy to copy a struct. 2013-01-24 15:38:56 +01:00
encode.c crypt32: Use BOOL type where appropriate. 2014-01-09 12:11:33 +01:00
filestore.c crypt32: Set correct return value if CryptMemAlloc fails. 2013-12-09 11:47:44 +01:00
main.c crypt32: Added new empty store type and use it for creating certificates with no store. 2013-10-14 17:26:14 +02:00
message.c crypt32: Use assignment instead of memcpy to copy structs. 2013-02-05 20:15:36 +01:00
msg.c crypt32: Get rid of remaining P* typedefs. 2013-09-04 14:38:41 +02:00
object.c crypt32: Set correct return value if CryptMemAlloc fails. 2013-12-09 11:47:44 +01:00
oid.c crypt32: Add support for decoding serial number property in the certificate attributes. 2013-12-12 12:27:29 +01:00
proplist.c crypt32: Get rid of PCONTEXT_PROPERTY typedef. 2013-09-04 14:38:27 +02:00
protectdata.c crypt32: GetUserName sets last error to ERROR_INSUFFICIENT_BUFFER if the buffer is too small. 2011-06-01 16:13:30 +02:00
provstore.c crypt32: Keep reference to store in contexts. 2013-10-18 11:35:58 +02:00
regstore.c crypt32: Store list entry directly in context_t. 2013-10-15 17:43:03 +02:00
rootstore.c crypt32: Add another root store path to the certificate location list. 2013-10-17 20:29:38 +02:00
serialize.c crypt32: Use Context_Release instead of WINE_CONTEXT_INTERFACE. 2013-10-14 17:26:15 +02:00
sip.c crypt32: Avoid double free in CRYPT_LoadSIP on error path (coverity). 2012-10-30 10:46:33 +01:00
store.c crypt32: Avoid NULL ptr dereferences before checks (Coverity). 2013-10-28 20:03:39 +01:00
str.c crypt32: Add support for decoding serial number property in the certificate attributes. 2013-12-12 12:27:29 +01:00