xmllite: Fail to set input for external IXmlReaderInput.
[wine] / dlls / crypt32 / serialize.c
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2010-06-16  Juan Langcrypt32: Increment current pointer on successful reads...
2010-06-16  Juan Langcrypt32: Terminate reading a serialized store upon...
2009-11-11  Juan Langcrypt32: Stop reading a serialized store if a non-conte...
2009-11-03  Juan Langcrypt32: Support reading a serialized store object...
2009-11-03  Juan Langcrypt32: Abstract function used to read from reading...
2009-01-28  Michael Stefaniuccrypt32: Remove remaining superfluous pointer casts.
2009-01-27  Juan Langcrypt32: Close file when appropriate in CertSaveStore.
2009-01-27  Juan Langcrypt32: Set save function in switch statement rather...
2008-08-21  Huw Daviescrypt32: Initialize the size to zero.
2008-08-21  Juan Langcrypt32: Use CMS messages rather than PKCS messages...
2008-04-29  Alexandre JulliardInclude wine/port.h everywhere we use exceptions.
2007-12-04  Andrew Talbotcrypt32: Remove unnecessary casts.
2007-10-01  Juan Langcrypt32: Be more strict about format of serialized...
2007-09-28  Juan Langcrypt32: Move CertSaveStore to serialize.c.
2007-09-28  Juan Langcrypt32: Implement CRYPT_WriteSerializedStoreToFile...
2007-09-28  Juan Langcrypt32: Add a function to serialize a store to an...
2007-09-28  Juan Langcrypt32: Rename a couple of functions.
2007-04-30  Andrew Talbotcrypt32: Exclude unused headers.
2006-10-04  Juan Langcrypt32: Win64 printf format warning fixes.
2006-07-26  Juan Langcrypt32: Implement file stores.
2006-07-18  Juan Langcrypt32: Fix reading key prov info from serialized...
2006-05-26  Juan Langcrypt32: Implement CertSerializeCRLStoreElement.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Juan Langcrypt32: Move context interface definition to common...
2006-05-15  Juan Langcrypt32: Use the HRESULT synonyms for converted Win32...
2006-03-04  Juan Langcrypt32: Move serialization functions to serialize.c.