wine-wine/dlls/crypt32
Jacek Caban 8ef3a14226 crypt32: Added a test showing that CertGetCertificateChain should use global store. 2013-08-21 19:56:07 +02:00
..
tests crypt32: Added a test showing that CertGetCertificateChain should use global store. 2013-08-21 19:56:07 +02:00
Makefile.in
base64.c crypt32: Avoid TRUE:FALSE conditional expressions. 2012-08-13 11:49:49 +02:00
cert.c crypt32: Use assignment instead of memcpy to copy structs. 2013-02-05 20:15:36 +01:00
chain.c crypt32: Only accept trailing NULLs in a certificate common name. 2012-01-31 19:20:36 +01:00
collectionstore.c
context.c
crl.c
crypt32.rc crypt32: Use neutral language for the version resource. 2013-07-09 22:21:58 +02:00
crypt32.spec
crypt32_private.h
cryptres.h
ctl.c
decode.c crypt32: Use assignment instead of memcpy to copy a struct. 2013-01-24 15:38:56 +01:00
encode.c
filestore.c
main.c crypt32: Don't bother to free memory at process exit. 2013-05-15 10:16:05 +02:00
message.c crypt32: Use assignment instead of memcpy to copy structs. 2013-02-05 20:15:36 +01:00
msg.c crypt32: Free the encoded msg (Coverity). 2013-01-10 19:18:31 +01:00
object.c crypt32: Avoid signed-unsigned integer comparisons. 2013-01-02 13:35:54 +01:00
oid.c crypt32: Remove unused variables. 2012-11-20 11:44:53 +01:00
proplist.c
protectdata.c
provstore.c
regstore.c
rootstore.c Assorted spelling fixes. 2013-01-07 11:10:40 +01:00
serialize.c crypt32: Use assignment instead of memcpy to copy structs. 2013-02-05 20:15:36 +01: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 TRUE:FALSE conditional expressions. 2012-08-13 11:49:49 +02:00
str.c