crypt32: Check registered CryptFormatObject functions before using default hex format.
[wine] / dlls / crypt32 / ctl.c
2008-11-04  Michael Stefaniuccrypt32: Remove superfluous casts of void pointers.
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...