aboutsummaryrefslogtreecommitdiffstats
path: root/engines
Commit message (Expand)AuthorAgeFilesLines
* Add predicatable RAND_METHOD to test ENGINEDr. Stephen Henson2017-08-061-0/+32
* Cleanup some copyright stuffRich Salz2017-06-301-509/+0
* Put message strings in state filesRich Salz2017-06-1210-162/+138
* make error tables const and separate header fileRich Salz2017-06-0724-429/+418
* Move engines/afalg to enginesRich Salz2017-05-197-13/+10
* Remove filename argument to x86 asm_init.David Benjamin2017-05-111-1/+1
* check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AADRich Salz2017-04-241-0/+2
* e_afalg.[ch]: fix --strict-warnings with gcc 4.x and 32-bit build.Andy Polyakov2017-04-012-10/+11
* 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
* Code health: Remove unused VAX transfer vector for enginesRichard Levitte2017-02-281-24/+0
* Move the CHIL engine to demos/enginesRichard Levitte2017-02-284-1461/+0
* e_afalg: Don't warn about kernel version when pedanticRichard Levitte2016-12-161-2/+4
* Fix some style issues in the TLSv1.3 nonce construction codeMatt Caswell2016-11-291-6/+3
* Use the TLSv1.3 nonce constructionMatt Caswell2016-11-291-11/+24
* Fix a missing function prototype in AFALG engineMatt Caswell2016-11-241-0/+1
* Only build the body of e_padlock when there are lower level routinesRichard Levitte2016-11-151-7/+3
* Fix some style issues in ossltestMatt Caswell2016-11-021-7/+4
* Make sure ossltest engine works with TLS1.3Matt Caswell2016-11-021-1/+85
* Engine afalg: properly set operation type also on big endian.Tomas Mraz2016-10-141-2/+2
* Remove trailing whitespace from some files.David Benjamin2016-10-101-1/+1
* engines/afalg: make it compile with backward compatibility headers.Andy Polyakov2016-09-081-3/+6
* dasync is an internal testing engine, so don't install itRichard Levitte2016-08-171-4/+4
* Avoid truncating the pointer on x32 platform.Tomas Mraz2016-08-151-5/+9
* Add a comment for the added cast with explanation.Tomas Mraz2016-08-151-0/+4
* Fix af_alg engine failure on 32 bit architectures.Tomas Mraz2016-08-151-1/+1
* Use _NO_INST in some build.info filesRichard Levitte2016-07-181-1/+2
* include/openssl: don't include <windows.h> in public headers.Andy Polyakov2016-07-082-18/+20
* Simplify INCLUDE statements in build.info filesRichard Levitte2016-07-012-8/+5
* engines/e_capi.c: accommodate recent DSA_SIG_[get|set]0 changes.Andy Polyakov2016-06-271-9/+9
* Handle inability to create AFALG socketMatt Caswell2016-06-131-0/+9
* Fixes to get -ansi workingJeffrey Walton2016-06-081-8/+8
* Fix some GitHub issues.Rich Salz2016-06-071-1/+1
* Remove/rename some old files.Rich Salz2016-06-011-1/+0
* Add final(?) set of copyrights.Rich Salz2016-06-011-2/+9
* Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY2016-06-012-2/+8
* x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov2016-05-291-1/+1
* build.info files: add quotes around any spec that may contain spacesRichard Levitte2016-05-252-5/+5
* GH919: Fix wrappers for two headersRich Salz2016-05-241-2/+2
* Add OpenSSL copyright to .pl filesRich Salz2016-05-212-2/+16
* Add some check for malloc failure in the CAPI engineMatt Caswell2016-05-181-6/+26
* Manual fixes after copyright consolidationRich Salz2016-05-1710-530/+90
* Copyright consolidation 02/10Rich Salz2016-05-177-363/+38
* Fix RSA dasync engine bugMatt Caswell2016-05-171-1/+1
* Add missing initialiser in e_chil.cRichard Levitte2016-05-161-1/+1
* typoDr. Stephen Henson2016-05-111-1/+1
* Remove obsolete defined(__INTEL__) condition.Andy Polyakov2016-05-021-2/+1
* Fix capi engine for no-dsaMatt Caswell2016-04-221-0/+22