crypt32: Don't access a blob after freeing it.
[wine] / dlls / crypt32 / oid.c
2006-02-28  Eric Pouechcrypt32: Don't access a blob after freeing it.
2006-02-28  Juan Langcrypt32: Correct compile problem on gcc 2.95.
2006-02-24  Juan Langcrypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo.
2006-02-23  Juan Langcrypt32: Move OIDToAlgID and AlgIDToOID to oid.c.
2006-02-22  Juan Langcrypt32: Add stubs for CryptFindOIDInfo and I_CryptInst...
2006-02-03  Juan Langcrypt32: Add stub for CryptEnumOIDInfo.
2005-12-02  Juan LangImplement more OID support functions.