aboutsummaryrefslogtreecommitdiffstats
path: root/engines/e_capi.c
Commit message (Expand)AuthorAgeFilesLines
* include/openssl: don't include <windows.h> in public headers.Andy Polyakov2016-07-081-17/+16
* engines/e_capi.c: accommodate recent DSA_SIG_[get|set]0 changes.Andy Polyakov2016-06-271-9/+9
* Add some check for malloc failure in the CAPI engineMatt Caswell2016-05-181-6/+26
* Copyright consolidation 02/10Rich Salz2016-05-171-49/+5
* Fix capi engine for no-dsaMatt Caswell2016-04-221-0/+22
* Rename internal symbol to follow internal naming patternRichard Levitte2016-04-131-1/+1
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-3/+3
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-4/+4
* Fix forgotten adaptation to opaque RSA and RSA_METHODRichard Levitte2016-04-071-32/+48
* Rename get/set_app_data to get0/set0_app_dataMatt Caswell2016-04-031-3/+3
* Various DSA opacity fixupsMatt Caswell2016-04-031-6/+10
* Make DSA_METHOD opaqueMatt Caswell2016-04-031-29/+26
* Adapt e_capi to the DSA_SIG_get0() APIRichard Levitte2016-03-081-6/+4
* Test for and use AES CSP for RSA if present.Dr Stephen Henson2016-02-111-2/+22
* Auto init/deinit libcryptoMatt Caswell2016-02-091-2/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-3/+3
* Remove RSA_FLAG_SIGN_VER flag.Dr. Stephen Henson2015-12-021-1/+1
* Continue malloc standardisation in enginesMatt Caswell2015-11-091-11/+12
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-301-1/+1
* engine/e_capi.c: fix various warnings.Andy Polyakov2015-09-291-16/+22
* remove 0 assignments.Rich Salz2015-09-031-6/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-3/+3
* Use safer sizeof variant in mallocRich Salz2015-05-041-4/+4
* free null cleanup finaleRich Salz2015-05-011-32/+16
* free NULL cleanupRich Salz2015-03-241-4/+2
* Remove X509_PAIRRich Salz2015-02-061-1/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1757/+1680
* For master windows build dsa.h is now needed.Dr. Stephen Henson2015-01-131-0/+1
* capi_ctrl, capi_vtrace: check for NULL after allocating and free itKurt Roeckx2014-12-101-0/+11
* capi_get_provname: Check return valuesKurt Roeckx2014-12-041-6/+12
* capi_get_key: check for NULL after allocating keyJonas Maebe2014-12-041-0/+2
* capi_cert_get_fname: check for NULL after allocating wfnameJonas Maebe2014-12-041-0/+2
* capi_get_provname: free name on error if it was malloc'edJonas Maebe2014-12-041-0/+2
* Add support for SHA2 in CAPI ENGINE.Libor Krystek2014-07-021-0/+32
* engines/e_capi.c: fix typo.Andy Polyakov2012-12-191-1/+1
* PR: 2880Dr. Stephen Henson2012-11-181-1/+4
* PR: 2703Dr. Stephen Henson2012-02-111-1/+7
* PR: 2705Dr. Stephen Henson2012-02-111-17/+25
* new flag to stop ENGINE methods being registeredDr. Stephen Henson2011-05-151-0/+1
* NULL is a valid cspnameDr. Stephen Henson2011-05-151-2/+8
* stop warnings about no previous prototype when compiling shared enginesDr. Stephen Henson2011-01-301-0/+2
* e_capi.c: rearrange #include-s to improve portability.Andy Polyakov2010-12-141-8/+7
* e_capi.c: change from ANSI to TCHAR domain. This makes it compilable onAndy Polyakov2010-12-121-23/+96
* PR: 2374Dr. Stephen Henson2010-11-181-3/+9
* e_capi.c: fix typo.Andy Polyakov2010-03-151-1/+1
* workaround for missing definition in some headersDr. Stephen Henson2010-03-151-0/+4
* Adapt mingw config for newer mingw environment. Note modified conditionalAndy Polyakov2009-12-301-2/+19
* Update from 0.9.8-stable.Dr. Stephen Henson2009-05-291-3/+3
* Make CAPI engine UNICODE aware (it didn't work on Win64).Andy Polyakov2009-05-031-14/+28