wine-wine/dlls/crypt32
Dmitry Timoshkov fd1be205ba crypt32: Store CRYPT_KEY_PROV_INFO in a platform independent way.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-06-09 12:25:09 +02:00
..
tests crypt32/tests: Fix signed integral cast warning. 2020-06-03 21:47:49 +02:00
Makefile.in
base64.c crypt32: Fix CryptBinaryToStringW() to return required length properly. 2020-02-11 22:39:59 +01:00
cert.c crypt32: Store CRYPT_KEY_PROV_INFO in a platform independent way. 2020-06-09 12:25:09 +02:00
chain.c crypt32: Microsoft root policy does not include the base policy. 2020-05-15 17:33:37 +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.rc
crypt32.spec crypt32: Implement CryptHashCertificate2. 2019-01-29 17:12:13 +01:00
crypt32_private.h crypt32: Global variable compatibility update for gcc 10. 2020-01-24 18:13:53 +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
decode.c crypt32: CryptMsgUpdate should skip broken certificates. 2019-04-30 20:06:47 +02:00
encode.c crypt32: Allow only ASCII digits in CRYPT_AsnEncodeNumericString. 2020-02-06 21:40:22 +01:00
filestore.c
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: Fix a typo in comment. 2019-11-27 22:06:33 +01:00
object.c crypt32: Add support for PFX objects in CryptQueryObject. 2019-02-04 15:41:09 +01:00
oid.c crypt32: Don't use strncasecmp. 2019-04-03 20:27:39 +02:00
pfx.c crypt32: Use standard dlopen() instead of the libwine wrappers. 2020-04-06 21:21:41 +02:00
proplist.c
protectdata.c
provstore.c
regstore.c
rootstore.c crypt32: Add MS root CA 2010. 2019-10-28 22:00:00 +01:00
serialize.c
sip.c
store.c
str.c