wine/dlls/crypt32
Dmitry Timoshkov 3b1e55d093 crypt32: CryptFreeOIDFunctionAddress should not unload a registered module.
MSDN states that hModule passed to CryptInstallOIDFunctionAddress() should be
used to prevent this module to be unloaded by CryptFreeOIDFunctionAddress in
case the provider's DLL uses CryptRegisterOIDFunction to add its own entries.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-10-31 16:17:36 +01:00
..
tests crypt32: CertComparePublicKeyInfo should not try to decode a non-RSA public key. 2018-10-26 21:18:27 +02:00
base64.c crypt32: Add CRYPT_STRING_BINARY mode for CryptBinaryToStringW(). 2018-09-27 16:33:53 +02:00
cert.c crypt32: Add CryptSetKeyIdentifierProperty stub. 2018-10-31 16:17:36 +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
context.c
crl.c
crypt32.rc
crypt32.spec crypt32: Add CryptSetKeyIdentifierProperty stub. 2018-10-31 16:17:36 +01:00
crypt32_private.h include: Add a generic available ARRAY_SIZE(). 2018-07-04 10:39:15 +02:00
cryptres.h
ctl.c
decode.c crypt32: Forward CryptDecodeObject to CryptDecodeObjectEx. 2018-10-25 20:32:03 +02:00
encode.c crypt32: Add support for importing public key information to a 3rd party CSP. 2018-10-23 15:30:24 +02:00
filestore.c crypt32: Use ARRAY_SIZE macro. 2018-06-20 11:23:06 +02:00
main.c crypt32: Make I_CryptGetDefaultCryptProv hot-patchable. 2018-10-23 15:29:57 +02:00
Makefile.in crypt32: Implement verification of ECDSA signatures. 2018-06-26 13:29:10 +02:00
message.c
msg.c crypt32: Use ARRAY_SIZE macro. 2018-06-20 11:23:06 +02: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
proplist.c
protectdata.c
provstore.c
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
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