shdocvw: Import the version.rc into the main rc file.
[wine] / dlls / crypt32 / context.c
2009-06-15  Andrew Talbotcrypt32: Constify some variables.
2009-01-26  Michael Stefaniuccrypt32: Remove some more superfluous pointer casts.
2008-12-19  Juan Langcrypt32: Make a function static.
2008-11-04  Michael Stefaniuccrypt32: Remove superfluous casts of void pointers.
2008-09-10  Juan Langcrypt32: Assert condition that can occur only in case...
2008-01-02  Alexandre Julliardcrypt32: Avoid casting away const from the context...
2007-09-10  Juan Langcrypt32: Add more tests for getting issuer cert from...
2007-08-08  Juan Langcrypt32: Add a couple traces.
2007-03-12  Jan Zerebeckicrypt32: Add DebugInfo to critical sections.
2006-10-04  Juan Langcrypt32: Win64 printf format warning fixes.
2006-06-13  Alexandre Julliardcrypt32: Use unsigned int instead of size_t to avoid...
2006-05-26  Juan Langcrypt32: Combine redundant code.
2006-05-26  Alexandre JulliardFixed a couple of instances of the old FSF address...
2006-05-23  Juan Langcrypt32: Abstract contexts.