crypt32: Implement CryptVerifyMessageHash.
[wine] / dlls / crypt32 / ctl.c
2008-09-02  Juan Langcrypt32: Implement CertAddCTLContextToStore.
2008-09-02  Juan Langcrypt32: Implement CertFindCTLInStore.
2008-09-02  Juan Langcrypt32: Implement CertDeleteCTLFromStore.
2008-09-02  Juan Langcrypt32: Implement CertEnumCTLsInStore.
2008-09-02  Juan Langcrypt32: Implement CertAddEncodedCTLToStore.
2008-09-02  Juan Langcrypt32: Implement CertDuplicateCTLContext.
2008-09-02  Juan Langcrypt32: Add support for CTL properties.
2008-09-02  Juan Langcrypt32: Implement CertCreateCTLContext and CertFreeCTL...