summaryrefslogtreecommitdiff
path: root/engines/e_capi.c
Commit message (Expand)AuthorAgeFilesLines
* engines: fixed to work with EVP_*_meth calls deprecatedPauli2020-07-221-1/+1
* deprecate enginesPauli2020-07-161-0/+3
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+3
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-3/+4
* Following the license change, modify the boilerplates in engines/Richard Levitte2018-12-061-1/+1
* CAPI engine: add support for RSA_NO_PADDINGRichard Levitte2018-09-111-7/+21
* Update copyright yearMatt Caswell2018-05-011-1/+1
* Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre2018-04-261-7/+9
* engines/e_capi.c: slip in PROV_RSA_AES for interchangable CSP only.Andy Polyakov2017-03-291-12/+15
* engines/e_capi.c: adhere to CryptAcquireContextW unconditionally.Andy Polyakov2017-03-291-47/+27
* engine/e_capi.c: more formatting and styling fixes.Andy Polyakov2017-03-291-31/+31
* engines/e_capi.c: formatting and styling fixes.Andy Polyakov2017-03-251-70/+59
* 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