.. |
tests
|
crypt32/tests: Remove win9x hacks.
|
2011-02-28 13:13:49 +01:00 |
Makefile.in
|
crypt32: Convert translations to po files.
|
2011-01-06 13:56:08 +01:00 |
base64.c
|
crypt32: Remove helper variable i (Clang).
|
2011-02-08 14:48:43 -06:00 |
cert.c
|
crypt32: Implement CertAddCertificateLinkToStore on top of CertAddCertificateContextToStore.
|
2010-05-17 12:42:31 +02:00 |
chain.c
|
crypt32: Fix return value in error cases (clang).
|
2011-02-16 14:26:26 +01:00 |
collectionstore.c
|
crypt32: Constify some variables.
|
2010-08-16 13:46:37 +02:00 |
context.c
|
crypt32: Rename a function to reflect its behavior better, and return whether it succeeds.
|
2009-11-04 16:45:18 +01:00 |
crl.c
|
crypt32: Fix return value (clang).
|
2011-02-16 14:26:26 +01:00 |
crypt32.rc
|
crypt32: Convert translations to po files.
|
2011-01-06 13:56:08 +01:00 |
crypt32.spec
|
crypt32: Add stub for CertRegisterPhysicalStore.
|
2011-01-17 13:22:05 +01:00 |
crypt32_private.h
|
crypt32: Implement decoding enveloped messages.
|
2010-12-16 11:22:54 +01:00 |
cryptres.h
|
crypt32: Add "Disallowed" to CryptFindLocalizedName.
|
2009-07-06 14:35:26 +02:00 |
ctl.c
|
crypt32: Fix return value (clang).
|
2011-02-16 14:26:26 +01:00 |
decode.c
|
crypt32: Fix memory leaks when decoding fails (valgrind).
|
2011-01-19 12:22:48 +01:00 |
encode.c
|
crypt32: Don't assign a count value unless memory allocation succeeds (clang).
|
2011-02-16 14:26:27 +01:00 |
filestore.c
|
crypt32: Don't free a file store's mem store, it's already freed by the provider store.
|
2009-11-05 11:57:58 +01:00 |
main.c
|
crypt32: Switch to use the AES provider by default.
|
2010-03-16 11:29:53 +01:00 |
message.c
|
crypt32: Implement CryptEncryptMessage.
|
2010-12-08 16:50:58 +01:00 |
msg.c
|
crypt32: Don't assume a function succeeded (clang).
|
2011-02-16 14:26:26 +01:00 |
object.c
|
crypt32: Constify some variables.
|
2010-08-20 13:21:30 +02:00 |
oid.c
|
crypt32: Add constants to support SHA-256, SHA-384, and SHA-512.
|
2010-03-16 11:29:48 +01:00 |
proplist.c
|
crypt32: Add DebugInfo to critical sections.
|
2007-03-12 13:37:57 +01:00 |
protectdata.c
|
crypt32: Initialize salt correctly.
|
2009-06-04 12:17:53 +02:00 |
provstore.c
|
crypt32: Remove remaining superfluous pointer casts.
|
2009-01-28 12:30:54 +01:00 |
regstore.c
|
crypt32: Add stub for CERT_STORE_CTRL_AUTO_RESYNC of registry stores.
|
2010-05-17 12:42:31 +02:00 |
rootstore.c
|
crypt32: Avoid relying on PATH_MAX in import_certs_from_dir helper.
|
2010-10-08 11:56:45 +02:00 |
serialize.c
|
crypt32: Increment current pointer on successful reads from memory.
|
2010-06-16 11:44:34 +02:00 |
sip.c
|
crypt32: Add parameter checking to CryptSIPCreateIndirectData.
|
2010-09-24 18:20:27 +02:00 |
store.c
|
crypt32: Add stub for CertRegisterPhysicalStore.
|
2011-01-17 13:22:05 +01:00 |
str.c
|
crypt32: Fix string quoting in CertRDNValueToStrA/W and CertNameToStrA/W.
|
2011-02-02 12:23:28 +01:00 |