aboutsummaryrefslogtreecommitdiffstats
path: root/engines
Commit message (Expand)AuthorAgeFilesLines
...
* Fix no-deprecatedMatt Caswell2016-03-181-0/+1
* Resolved unresolved symbols with no-hwMatt Caswell2016-03-181-7/+10
* engines/Makefile.in: some [older] shell complain about 'for i ;',Andy Polyakov2016-03-141-1/+1
* Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte2016-03-131-1/+1
* Fix a memory leak in the afalg engineMatt Caswell2016-03-101-0/+2
* Don't add engines if configured "no-engine"Richard Levitte2016-03-091-23/+30
* Don't add afalg engine if configured "no-engine"Richard Levitte2016-03-091-10/+12
* Make sure the effect of "pic" / "no-pic" is used with assembler compilationsRichard Levitte2016-03-091-1/+1
* Convert the dynlocks in e_chil to the new Thread API locksRichard Levitte2016-03-091-14/+10
* Remove another lock from e_chilMatt Caswell2016-03-091-2/+2
* Move chil engine to the new thread apiMatt Caswell2016-03-091-17/+24
* Use correct function ID in error pathAlessandro Ghedini2016-03-093-2/+5
* Adapt e_capi to the DSA_SIG_get0() APIRichard Levitte2016-03-081-6/+4
* Fix engine/asm/e_padlock-x86.pl for newer semanticsRichard Levitte2016-03-081-0/+5
* Refactor dasync cipher implementations to improve code reuseMatt Caswell2016-03-071-144/+97
* Move the _hidden_* static variables in dasync to be constructed in bindMatt Caswell2016-03-071-61/+83
* Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2016-03-073-12/+12
* Add dummy pipeline support for aes128_cbc_hmac_sha1Matt Caswell2016-03-073-10/+221
* Update the dasync engine to add a pipeline cipherMatt Caswell2016-03-073-71/+260
* Fix the build tree include directory for afalg engineRichard Levitte2016-03-071-1/+1
* Unified - adapt the generation of padlock assembler to use GENERATERichard Levitte2016-03-072-8/+4
* GH804: Fix unused-result warnings in dasyncAlessandro Ghedini2016-03-071-2/+4
* Fix some clang warningsMatt Caswell2016-03-071-7/+4
* Adding afalg testclucey2016-03-071-4/+4
* Misc afalg build fixesMatt Caswell2016-03-073-24/+14
* Rework based on feedback:clucey2016-03-076-107/+144
* ALG: Add AFALG engineclucey2016-03-078-1/+1310
* GH758: e_dasync_err.h: honor no-filenames optionViktor Szakats2016-02-291-1/+1
* Refactor the async wait fd logicMatt Caswell2016-02-291-3/+74
* Add forgotten change of check of disabled-dynamic-engineRichard Levitte2016-02-291-1/+1
* Remove Ubsec engineMatt Caswell2016-02-266-1419/+0
* Build dynamic engines even if configured "no-shared"Richard Levitte2016-02-202-2/+2
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Big rename fest of engine DSO names, from libFOO.so to FOO.soRichard Levitte2016-02-192-34/+25
* Big rename fest in makefile.shared: link_a / link_o -> link_shlib / link_dsoRichard Levitte2016-02-191-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse2016-02-174-4/+4
* Pass $(CC) to perlasm scripts via the environmentRichard Levitte2016-02-131-2/+2
* Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte2016-02-121-5/+5
* Test for and use AES CSP for RSA if present.Dr Stephen Henson2016-02-111-2/+22
* clean away old VMS cruftRichard Levitte2016-02-105-1130/+0
* unified build scheme: add a "unified" template for Unix MakefileRichard Levitte2016-02-101-0/+7
* Simplify the specification of include dirs in the build dirRichard Levitte2016-02-101-5/+5
* Auto init/deinit libcryptoMatt Caswell2016-02-094-6/+11
* Enhance and clear the support of linker flagsRichard Levitte2016-02-061-2/+2
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+22
* Templatize util/domdRich Salz2016-01-291-1/+1
* Configure et al: split up the lflags configuration item into twoRichard Levitte2016-01-291-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-2610-10/+0
* Small Makefile.in cleanupRichard Levitte2016-01-251-2/+2