]> git.ipfire.org Git - thirdparty/openssl.git/history - engines/e_capi.c
Fix SSL_check_chain()
[thirdparty/openssl.git] / engines / e_capi.c
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-11  Richard LevitteCAPI engine: add support for RSA_NO_PADDING
2018-05-01  Matt CaswellUpdate copyright year
2018-04-26  Dr. Matthias St... Fix mixed indentation (and other whitespace issues)
2017-03-29  Andy Polyakovengines/e_capi.c: slip in PROV_RSA_AES for interchangab...
2017-03-29  Andy Polyakovengines/e_capi.c: adhere to CryptAcquireContextW uncond...
2017-03-29  Andy Polyakovengine/e_capi.c: more formatting and styling fixes.
2017-03-25  Andy Polyakovengines/e_capi.c: formatting and styling fixes.
2016-07-08  Andy Polyakovinclude/openssl: don't include <windows.h> in public...
2016-06-27  Andy Polyakovengines/e_capi.c: accommodate recent DSA_SIG_[get|set...
2016-05-18  Matt CaswellAdd some check for malloc failure in the CAPI engine
2016-05-17  Rich SalzCopyright consolidation 02/10
2016-04-22  Matt CaswellFix capi engine for no-dsa
2016-04-13  Richard LevitteRename internal symbol to follow internal naming pattern
2016-04-13  Matt CaswellRename int_*() functions to *_int()
2016-04-13  Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-07  Richard LevitteFix forgotten adaptation to opaque RSA and RSA_METHOD
2016-04-02  Matt CaswellRename get/set_app_data to get0/set0_app_data
2016-04-02  Matt CaswellVarious DSA opacity fixups
2016-04-02  Matt CaswellMake DSA_METHOD opaque
2016-03-08  Richard LevitteAdapt e_capi to the DSA_SIG_get0() API
2016-02-11  Dr Stephen HensonTest for and use AES CSP for RSA if present.
2016-02-09  Matt CaswellAuto init/deinit libcrypto
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-02  Dr. Stephen HensonRemove RSA_FLAG_SIGN_VER flag.
2015-11-09  Matt CaswellContinue malloc standardisation in engines
2015-10-30  Rich SalzReplace "SSLeay" in API with OpenSSL
2015-09-29  Andy Polyakovengine/e_capi.c: fix various warnings.
2015-09-03  Rich Salzremove 0 assignments.
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree null cleanup finale
2015-03-25  Rich Salzfree NULL cleanup
2015-02-06  Rich SalzRemove X509_PAIR
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-13  Dr. Stephen HensonFor master windows build dsa.h is now needed.
2014-12-10  Kurt Roeckxcapi_ctrl, capi_vtrace: check for NULL after allocating...
2014-12-04  Kurt Roeckxcapi_get_provname: Check return values
2014-12-04  Jonas Maebecapi_get_key: check for NULL after allocating key
2014-12-04  Jonas Maebecapi_cert_get_fname: check for NULL after allocating...
2014-12-04  Jonas Maebecapi_get_provname: free name on error if it was malloc'ed
2014-07-01  Libor KrystekAdd support for SHA2 in CAPI ENGINE.
2012-12-19  Andy Polyakovengines/e_capi.c: fix typo.
2012-11-18  Dr. Stephen HensonPR: 2880
2012-02-11  Dr. Stephen HensonPR: 2703
2012-02-11  Dr. Stephen HensonPR: 2705
2011-05-15  Dr. Stephen Hensonnew flag to stop ENGINE methods being registered
2011-05-15  Dr. Stephen HensonNULL is a valid cspname
2011-01-30  Dr. Stephen Hensonstop warnings about no previous prototype when compilin...
2010-12-14  Andy Polyakove_capi.c: rearrange #include-s to improve portability.
2010-12-12  Andy Polyakove_capi.c: change from ANSI to TCHAR domain. This makes...
2010-11-18  Dr. Stephen HensonPR: 2374
2010-03-15  Andy Polyakove_capi.c: fix typo.
2010-03-15  Dr. Stephen Hensonworkaround for missing definition in some headers
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.