crypt32: Check revocation status of chain element-by-element.
commitdd7a45be7c28300c3521e3f34227ddf25682331b
authorJuan Lang <juan.lang@gmail.com>
Wed, 2 Dec 2009 20:48:59 +0000 (2 12:48 -0800)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 25 Oct 2010 11:52:50 +0000 (25 13:52 +0200)
treeaf655f58a0d3c2d6d5f64074a36d9c2432716b63
parent8714c11247f25d9adca1adfb4ce466604cbba1a7
crypt32: Check revocation status of chain element-by-element.

Due to a quirk in CertVerifyRevocation (see its tests), checking an
entire chain doesn't appear to be supported, even though the API would
appear to support doing so.  Checking element by element allows
revocation to be checked for the entire chain.
dlls/crypt32/chain.c