crypt32: CryptMsgUpdate should skip broken certificates.
commit1875620466d178faead9d0ccea08bd2eee7c7722
authorDmitry Timoshkov <dmitry@baikal.ru>
Tue, 30 Apr 2019 09:55:24 +0000 (30 17:55 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 30 Apr 2019 18:06:47 +0000 (30 20:06 +0200)
treecb480ea66715482af2203727d6689aef5dc5d1cf
parent9fcb2c88222de1943784d7b4dd7d18374706740e
crypt32: CryptMsgUpdate should skip broken certificates.

CertOpenStore() already verifies the certificate before adding it
to the memory store from the file, this patch makes CryptMsgUpdate()
behave in a similar way.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45757
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/crypt32/decode.c