summaryrefslogtreecommitdiffstats
path: root/engines/e_capi.c
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-10-28fix some code with obvious wrong coding stylex2018
2021-05-20Update copyright yearMatt Caswell
2021-05-19Add bounds checking to length returned by wcslen in wide_to_asc conversion to...Jake Cooke
2020-11-06Don't clear the whole error stack when loading enginesMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-07-22engines: fixed to work with EVP_*_meth calls deprecatedPauli
2020-07-16 deprecate enginesPauli
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2018-12-06Following the license change, modify the boilerplates in engines/Richard Levitte
2018-09-11CAPI engine: add support for RSA_NO_PADDINGRichard Levitte
2018-05-01Update copyright yearMatt Caswell
2018-04-26Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre
2017-03-29engines/e_capi.c: slip in PROV_RSA_AES for interchangable CSP only.Andy Polyakov
2017-03-29engines/e_capi.c: adhere to CryptAcquireContextW unconditionally.Andy Polyakov
2017-03-29engine/e_capi.c: more formatting and styling fixes.Andy Polyakov
2017-03-25engines/e_capi.c: formatting and styling fixes.Andy Polyakov
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