Sweden-Number/dlls/crypt32
Juan Lang 2e4242b545 crypt32: If a decoding function failed, free the memory allocated for it. 2007-11-09 12:24:53 +01:00
..
tests crypt32: Fix another leak in tests. 2007-11-09 12:24:46 +01:00
Makefile.in crypt32: Partially implement CryptQueryObject. 2007-09-26 14:27:02 +02:00
base64.c
cert.c crypt32: Use memmove rather than memcpy when addresses might overlap. 2007-11-02 12:22:04 +01:00
chain.c crypt32: Fix a leak building an alternate chain. 2007-11-02 12:21:58 +01:00
collectionstore.c crypt32: Don't store the crypto provider when it isn't needed. 2007-08-20 11:52:21 +02:00
context.c crypt32: Add more tests for getting issuer cert from store. 2007-09-10 15:48:10 +02:00
crl.c crypt32: Use GetSystemTimeAsFileTime rather than GetSystemTime/SystemTimeToFileTime. 2007-10-19 14:21:18 +02:00
crypt32.rc crypt32: Add Swedish translation. 2007-10-16 12:40:00 +02:00
crypt32.spec crypt32: Add CertVerifyRevocation stub. 2007-10-24 12:33:10 +02:00
crypt32_De.rc
crypt32_En.rc
crypt32_Fr.rc
crypt32_Ko.rc
crypt32_No.rc
crypt32_Sv.rc crypt32: Add Swedish translation. 2007-10-16 12:40:00 +02:00
crypt32_private.h Assorted spelling fixes. 2007-10-23 18:20:27 +02:00
cryptres.h
decode.c crypt32: If a decoding function failed, free the memory allocated for it. 2007-11-09 12:24:53 +01:00
encode.c crypt32: Don't leak buffer when a unicode string contains an invalid character. 2007-11-02 12:22:21 +01:00
filestore.c crypt32: Use I_CertUpdateStore in file stores. 2007-10-19 14:20:44 +02:00
main.c crypt32: Free root store when quitting. 2007-10-19 14:22:21 +02:00
msg.c crypt32: Keep signer handle count separate from signer info. 2007-10-19 14:23:14 +02:00
object.c crypt32: Rename a couple of functions. 2007-09-28 11:30:48 +02:00
oid.c crypt32: Free memory on an error path. 2007-10-19 14:22:28 +02:00
proplist.c
protectdata.c crypt32: Use 3DES to encrypt data. 2007-11-08 11:49:32 +01:00
provstore.c crypt32: Don't store the crypto provider when it isn't needed. 2007-08-20 11:52:21 +02:00
regstore.c crypt32: Use I_CertUpdateStore in registry stores. 2007-10-19 14:20:59 +02:00
rootstore.c crypt32: Fix leaked chains creating the root store. 2007-11-02 12:21:53 +01:00
serialize.c crypt32: Be more strict about format of serialized store files. 2007-10-01 12:32:44 +02:00
sip.c crypt32: Initialize a variable. 2007-11-05 14:15:06 +01:00
store.c crypt32: Don't define function pointers that are NULL (and unused). 2007-11-05 14:15:24 +01:00
str.c crypt32: Use consistent error checking. 2007-11-02 12:38:21 +01:00
version.rc