Sweden-Number/dlls/crypt32
Dmitry Timoshkov 23f97773ee crypt32: CryptAcquireCertificatePrivateKey should look up certificate in the user's store if not linked to a provider.
Under Windows passing to CryptAcquireCertificatePrivateKey() a certificate
retrieved from the key container using CryptGetKeyParam(KP_CERTIFICATE) +
CertCreateCertificateContext() works although such a certificate doesn't
have assigned properties at all. In order for this to work Windows probably
looks up an original certificate in the user's private store.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-02-06 19:57:27 +01:00
..
tests crypt32: Add support for PFX objects in CryptQueryObject. 2019-02-04 15:41:09 +01:00
Makefile.in crypt32: Initial implementation of PFXImportCertStore. 2019-01-29 17:12:13 +01:00
base64.c
cert.c crypt32: CryptAcquireCertificatePrivateKey should look up certificate in the user's store if not linked to a provider. 2019-02-06 19:57:27 +01:00
chain.c
collectionstore.c
context.c
crl.c
crypt32.rc
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
ctl.c
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
main.c crypt32: Initial implementation of PFXImportCertStore. 2019-01-29 17:12:13 +01:00
message.c
msg.c
object.c crypt32: Add support for PFX objects in CryptQueryObject. 2019-02-04 15:41:09 +01:00
oid.c
pfx.c crypt32: Fix compile error on older gnutls. 2019-01-31 13:25:38 +01:00
proplist.c
protectdata.c
provstore.c
regstore.c
rootstore.c
serialize.c
sip.c
store.c
str.c