wine/dlls/crypt32
Zebediah Figura bdcddf024f crypt32: Copy the CRL_INFO structure instead of recalculating it.
Steam calls CertGetCertificateChain() on a certificate with a 20 MB CRL, which
can take over 400 ms to parse each time. Avoid parsing it more often than we
need to.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-07-21 22:02:23 +02:00
..
tests
base64.c
cert.c
chain.c
collectionstore.c
context.c
crl.c crypt32: Copy the CRL_INFO structure instead of recalculating it. 2021-07-21 22:02:23 +02:00
crypt32.rc
crypt32.spec
crypt32_private.h
cryptres.h
ctl.c
decode.c
encode.c
filestore.c
main.c
Makefile.in
message.c
msg.c
object.c
oid.c
pfx.c
proplist.c
protectdata.c
provstore.c
regstore.c
rootstore.c
serialize.c
sip.c
store.c
str.c
unixlib.c