summaryrefslogtreecommitdiffstats
path: root/engines/e_capi.c
AgeCommit message (Expand)Author
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov
2016-06-27engines/e_capi.c: accommodate recent DSA_SIG_[get|set]0 changes.Andy Polyakov
2016-05-18Add some check for malloc failure in the CAPI engineMatt Caswell
2016-05-17Copyright consolidation 02/10Rich Salz
2016-04-22Fix capi engine for no-dsaMatt Caswell
2016-04-13Rename internal symbol to follow internal naming patternRichard Levitte
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-07Fix forgotten adaptation to opaque RSA and RSA_METHODRichard Levitte
2016-04-03Rename get/set_app_data to get0/set0_app_dataMatt Caswell
2016-04-03Various DSA opacity fixupsMatt Caswell
2016-04-03Make DSA_METHOD opaqueMatt Caswell
2016-03-08Adapt e_capi to the DSA_SIG_get0() APIRichard Levitte
2016-02-11Test for and use AES CSP for RSA if present.Dr Stephen Henson
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-02Remove RSA_FLAG_SIGN_VER flag.Dr. Stephen Henson
2015-11-09Continue malloc standardisation in enginesMatt Caswell
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-09-29engine/e_capi.c: fix various warnings.Andy Polyakov
2015-09-03remove 0 assignments.Rich Salz
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-03-24free NULL cleanupRich Salz
2015-02-06Remove X509_PAIRRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-13For master windows build dsa.h is now needed.Dr. Stephen Henson
2014-12-10capi_ctrl, capi_vtrace: check for NULL after allocating and free itKurt Roeckx
2014-12-04capi_get_provname: Check return valuesKurt Roeckx
2014-12-04capi_get_key: check for NULL after allocating keyJonas Maebe
2014-12-04capi_cert_get_fname: check for NULL after allocating wfnameJonas Maebe
2014-12-04capi_get_provname: free name on error if it was malloc'edJonas Maebe
2014-07-02Add support for SHA2 in CAPI ENGINE.Libor Krystek
2012-12-19engines/e_capi.c: fix typo.Andy Polyakov
2012-11-18PR: 2880Dr. Stephen Henson
2012-02-11PR: 2703Dr. Stephen Henson
2012-02-11PR: 2705Dr. Stephen Henson
2011-05-15new flag to stop ENGINE methods being registeredDr. Stephen Henson
2011-05-15NULL is a valid cspnameDr. Stephen Henson
2011-01-30stop warnings about no previous prototype when compiling shared enginesDr. Stephen Henson
2010-12-14e_capi.c: rearrange #include-s to improve portability.Andy Polyakov
2010-12-12e_capi.c: change from ANSI to TCHAR domain. This makes it compilable onAndy Polyakov
2010-11-18PR: 2374Dr. Stephen Henson
2010-03-15e_capi.c: fix typo.Andy Polyakov
2010-03-15workaround for missing definition in some headersDr. Stephen Henson
2009-12-30Adapt mingw config for newer mingw environment. Note modified conditionalAndy Polyakov
2009-05-29Update from 0.9.8-stable.Dr. Stephen Henson
2009-05-03Make CAPI engine UNICODE aware (it didn't work on Win64).Andy Polyakov