crypt32/tests: Test OpenSSL chain separately to address test failures on Win98.
[wine] / dlls / crypt32 / tests / ctl.c
2009-10-21  Juan Langcrypt32: Fix duplicating a NULL CTL context.
2009-02-13  Juan Langcrypt32: Fix a few test failures on some Windows 98...
2009-02-12  Juan Langcrypt32: Fix test failures on some Windows 98 systems.
2009-02-11  Juan Langcrypt32: Fix a test failure on Windows 98.
2009-02-11  Juan Langcrypt32: Fix a compiler warning.
2009-02-10  Juan Langcrypt32: Fix some tests on Windows 98.
2008-09-11  James Hawkinscrypt32: Fix a failing test in win9x.
2008-09-08  James Hawkinscrypt32: Trace the returned value on failure.
2008-09-05  Francois Gougetcrypt32/tests: Add a trailing '\n' to an ok() call.
2008-09-03  James Hawkinscrypt32: Fix several test failures in win9x.
2008-09-02  Juan Langcrypt32: Implement CertAddCTLContextToStore.
2008-09-02  Juan Langcrypt32: Add tests for CertAddEncodedCTLToStore.
2008-09-02  Juan Langcrypt32: Add support for CTL properties.
2008-09-02  Juan Langcrypt32: Add tests for CertGetCTLContextProperty.
2008-09-02  Juan Langcrypt32: Implement CertCreateCTLContext and CertFreeCTL...
2008-09-02  Juan Langcrypt32: Add tests for CertCreateCTLContext.