summaryrefslogtreecommitdiffstats
path: root/engines
AgeCommit message (Expand)Author
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-07Fix forgotten adaptation to opaque RSA and RSA_METHODRichard Levitte
2016-04-06Make the RSA_METHOD structure opaqueRichard Levitte
2016-04-04Make sure the rand_byte buffer in padlock engine is cleansed.Richard Levitte
2016-04-03Rename get/set_app_data to get0/set0_app_dataMatt Caswell
2016-04-03Various DSA opacity fixupsMatt Caswell
2016-04-03Make DSA_METHOD opaqueMatt Caswell
2016-03-23Move dso.h to internalRich Salz
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-18Fix no-deprecatedMatt Caswell
2016-03-18Resolved unresolved symbols with no-hwMatt Caswell
2016-03-14engines/Makefile.in: some [older] shell complain about 'for i ;',Andy Polyakov
2016-03-13Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte
2016-03-10Fix a memory leak in the afalg engineMatt Caswell
2016-03-09Don't add engines if configured "no-engine"Richard Levitte
2016-03-09Don't add afalg engine if configured "no-engine"Richard Levitte
2016-03-09Make sure the effect of "pic" / "no-pic" is used with assembler compilationsRichard Levitte
2016-03-09Convert the dynlocks in e_chil to the new Thread API locksRichard Levitte
2016-03-09Remove another lock from e_chilMatt Caswell
2016-03-09Move chil engine to the new thread apiMatt Caswell
2016-03-09Use correct function ID in error pathAlessandro Ghedini
2016-03-08Adapt e_capi to the DSA_SIG_get0() APIRichard Levitte
2016-03-08Fix engine/asm/e_padlock-x86.pl for newer semanticsRichard Levitte
2016-03-07Refactor dasync cipher implementations to improve code reuseMatt Caswell
2016-03-07Move the _hidden_* static variables in dasync to be constructed in bindMatt Caswell
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell
2016-03-07Add dummy pipeline support for aes128_cbc_hmac_sha1Matt Caswell
2016-03-07Update the dasync engine to add a pipeline cipherMatt Caswell
2016-03-07Fix the build tree include directory for afalg engineRichard Levitte
2016-03-07Unified - adapt the generation of padlock assembler to use GENERATERichard Levitte
2016-03-07GH804: Fix unused-result warnings in dasyncAlessandro Ghedini
2016-03-07Fix some clang warningsMatt Caswell
2016-03-07Adding afalg testclucey
2016-03-07Misc afalg build fixesMatt Caswell
2016-03-07Rework based on feedback:clucey
2016-03-07ALG: Add AFALG engineclucey
2016-02-29GH758: e_dasync_err.h: honor no-filenames optionViktor Szakats
2016-02-29Refactor the async wait fd logicMatt Caswell
2016-02-29Add forgotten change of check of disabled-dynamic-engineRichard Levitte
2016-02-26Remove Ubsec engineMatt Caswell
2016-02-20Build dynamic engines even if configured "no-shared"Richard Levitte
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-19Big rename fest of engine DSO names, from libFOO.so to FOO.soRichard Levitte
2016-02-19Big rename fest in makefile.shared: link_a / link_o -> link_shlib / link_dsoRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-17Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse
2016-02-13Pass $(CC) to perlasm scripts via the environmentRichard Levitte
2016-02-12Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefixRichard Levitte
2016-02-11Test for and use AES CSP for RSA if present.Dr Stephen Henson
2016-02-10clean away old VMS cruftRichard Levitte