Sweden-Number/dlls/crypt32
Hans Leidekker 6dba4f7895 crypt32: Add support for importing RSA private keys from PFX blobs.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-01-30 18:32:58 +01:00
..
tests crypt32: Add support for importing RSA private keys from PFX blobs. 2019-01-30 18:32:58 +01:00
Makefile.in crypt32: Initial implementation of PFXImportCertStore. 2019-01-29 17:12:13 +01:00
base64.c crypt32: Add CRYPT_STRING_BINARY mode for CryptBinaryToStringW(). 2018-09-27 16:33:53 +02:00
cert.c crypt32: Implement CryptHashCertificate2. 2019-01-29 17:12:13 +01:00
chain.c crypt32: Properly check root certificate in CERT_CHAIN_REVOCATION_CHECK_CHAIN. 2018-08-23 13:39:53 +02:00
collectionstore.c crypt32: In CRYPT_CollectionAdvanceEnum remove unneeded statement (cppcheck). 2017-10-03 21:16:19 +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: Implement CryptHashCertificate2. 2019-01-29 17:12:13 +01:00
crypt32_private.h crypt32: Initial implementation of PFXImportCertStore. 2019-01-29 17:12:13 +01: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: Remove an uneeded NONAMELESSUNION directive. 2015-03-10 15:18:18 +09:00
decode.c crypt32: Initial implementation of PFXImportCertStore. 2019-01-29 17:12:13 +01:00
encode.c crypt32: Initial implementation of PFXImportCertStore. 2019-01-29 17:12:13 +01:00
filestore.c crypt32: Use ARRAY_SIZE macro. 2018-06-20 11:23:06 +02:00
main.c crypt32: Initial implementation of PFXImportCertStore. 2019-01-29 17:12:13 +01:00
message.c crypt32: Use assignment instead of memcpy to copy structs. 2013-02-05 20:15:36 +01:00
msg.c crypt32: Make sure that the provider supports algorithm of the message being decoded. 2018-11-16 20:55:01 +01:00
object.c crypt32: Use ARRAY_SIZE macro. 2018-06-20 11:23:06 +02:00
oid.c crypt32: CryptFreeOIDFunctionAddress should not unload a registered module. 2018-10-31 16:17:36 +01:00
pfx.c crypt32: Add support for importing RSA private keys from PFX blobs. 2019-01-30 18:32:58 +01:00
proplist.c crypt32: Use regular list iterator when there's no need for safe one. 2016-07-07 22:24:03 +09: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: Use ARRAY_SIZE macro. 2018-06-20 11:23:06 +02:00
rootstore.c crypt32: Use ARRAY_SIZE macro. 2018-06-20 11:23:06 +02:00
serialize.c crypt32: Use Context_Release instead of WINE_CONTEXT_INTERFACE. 2013-10-14 17:26:15 +02:00
sip.c crypt32: Use ARRAY_SIZE macro. 2018-06-20 11:23:06 +02:00
store.c crypt32: Use ARRAY_SIZE macro. 2018-06-20 11:23:06 +02:00
str.c crypt32: Use ARRAY_SIZE macro. 2018-06-20 11:23:06 +02:00