Always check bn_wexpend() return values for failure (CVE-2009-3245).
[openssl.git] / engines / e_capi.c
2009-12-30 Andy PolyakovAdapt mingw config for newer mingw environment. Note...
2009-05-29 Dr. Stephen HensonUpdate from 0.9.8-stable.
2009-05-03 Andy PolyakovMake CAPI engine UNICODE aware (it didn't work on Win64).
2009-04-26 Dr. Stephen HensonUpdate from 1.0.0-stable.
2008-09-12 Andy PolyakovAIX build updates.
2008-08-13 Bodo Möllerfix error function codes
2008-06-25 Dr. Stephen HensonUpdate from stable branch.
2008-06-18 Dr. Stephen HensonUpdate from stable branch.
2008-06-18 Dr. Stephen HensonUpdate from stable branch.
2008-06-05 Dr. Stephen HensonDon't change _WIN32_WINNT and detect GetConsoleWindow...
2008-06-05 Dr. Stephen HensonUpdate from stable branch.
2008-06-05 Dr. Stephen HensonUpdate from stable branch.
2008-06-04 Dr. Stephen HensonUpdate from stable branch.
2008-06-04 Dr. Stephen HensonUse an appropriate Window for selection dialog.
2008-06-04 Dr. Stephen HensonAdd support for Windoes dialog box based certificate...
2008-06-04 Dr. Stephen HensonTidy up and add comments to selection code.
2008-06-04 Dr. Stephen HensonAvoid name clash.
2008-06-04 Ben LaurieOnly include windows headers when under windows.
2008-06-03 Dr. Stephen HensonAdd initial support for multiple SSL client certifcate...
2008-06-03 Dr. Stephen HensonMatch empty CA list to anything for ssl client auth...
2008-06-03 Dr. Stephen HensonAdd preliminary SSL client auth callback to CryptoAPI...
2008-06-02 Dr. Stephen HensonFix indentation.
2008-06-01 Dr. Stephen HensonFree old store name (if any).
2008-06-01 Dr. Stephen HensonAdd ctrl for alternative certificate store names.
2008-06-01 Dr. Stephen HensonUse keyspec for DSA too.
2008-06-01 Dr. Stephen HensonGet and note keyspec when signing.
2008-05-31 Dr. Stephen HensonAdd CryptoAPI ENGINE from stable branch.