aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)AuthorFilesLines
2016-03-08Fix engine/asm/e_padlock-x86.pl for newer semanticsRichard Levitte1-0/+5
2016-03-07Refactor dasync cipher implementations to improve code reuseMatt Caswell1-144/+97
2016-03-07Move the _hidden_* static variables in dasync to be constructed in bindMatt Caswell1-61/+83
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell3-12/+12
2016-03-07Add dummy pipeline support for aes128_cbc_hmac_sha1Matt Caswell3-10/+221
2016-03-07Update the dasync engine to add a pipeline cipherMatt Caswell3-71/+260
2016-03-07Fix the build tree include directory for afalg engineRichard Levitte1-1/+1
2016-03-07Unified - adapt the generation of padlock assembler to use GENERATERichard Levitte2-8/+4
2016-03-07GH804: Fix unused-result warnings in dasyncAlessandro Ghedini1-2/+4
2016-03-07Fix some clang warningsMatt Caswell1-7/+4
2016-03-07Adding afalg testclucey1-4/+4
2016-03-07Misc afalg build fixesMatt Caswell3-24/+14
2016-03-07Rework based on feedback:clucey6-107/+144
2016-03-07ALG: Add AFALG engineclucey8-1/+1310
2016-02-29GH758: e_dasync_err.h: honor no-filenames optionViktor Szakats1-1/+1
2016-02-29Refactor the async wait fd logicMatt Caswell1-3/+74
2016-02-29Add forgotten change of check of disabled-dynamic-engineRichard Levitte1-1/+1
2016-02-26Remove Ubsec engineMatt Caswell6-1419/+0
2016-02-20Build dynamic engines even if configured "no-shared"Richard Levitte2-2/+2
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-19Big rename fest of engine DSO names, from libFOO.so to FOO.soRichard Levitte2-34/+25
2016-02-19Big rename fest in makefile.shared: link_a / link_o -> link_shlib / link_dsoRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-17Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse4-4/+4
2016-02-13Pass $(CC) to perlasm scripts via the environmentRichard Levitte1-2/+2
2016-02-12Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte1-5/+5
2016-02-11Test for and use AES CSP for RSA if present.Dr Stephen Henson1-2/+22
2016-02-10clean away old VMS cruftRichard Levitte5-1130/+0
2016-02-10unified build scheme: add a "unified" template for Unix MakefileRichard Levitte1-0/+7
2016-02-10Simplify the specification of include dirs in the build dirRichard Levitte1-5/+5
2016-02-09Auto init/deinit libcryptoMatt Caswell4-6/+11
2016-02-06Enhance and clear the support of linker flagsRichard Levitte1-2/+2
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+22
2016-01-29Templatize util/domdRich Salz1-1/+1
2016-01-29Configure et al: split up the lflags configuration item into twoRichard Levitte1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz10-10/+0
2016-01-25Small Makefile.in cleanupRichard Levitte1-2/+2
2016-01-20Remove update tagsRich Salz1-7/+2
2016-01-19Remove the GOST engineMatt Caswell26-5651/+2
2016-01-17Remove some old makefile targetsRich Salz2-26/+0
2016-01-15free up gost ciphersDr. Stephen Henson3-0/+10
2016-01-12Move Makefiles to Makefile.inRich Salz3-322/+87
2016-01-12make updateRichard Levitte2-100/+132
2016-01-12Adapt all engines that need it to opaque EVP_CIPHERRichard Levitte5-114/+164
2016-01-12Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte3-75/+93
2016-01-07mem functions cleanupRich Salz1-7/+8
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte1-1/+1
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz4-7/+7
2015-12-15Remove GMP engine.Rich Salz5-723/+4
2015-12-09make updateDr. Stephen Henson2-25/+10