summaryrefslogtreecommitdiffstats
path: root/engines
AgeCommit message (Expand)Author
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
2016-02-10unified build scheme: add a "unified" template for Unix MakefileRichard Levitte
2016-02-10Simplify the specification of include dirs in the build dirRichard Levitte
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-06Enhance and clear the support of linker flagsRichard Levitte
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-29Templatize util/domdRich Salz
2016-01-29Configure et al: split up the lflags configuration item into twoRichard Levitte
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-25Small Makefile.in cleanupRichard Levitte
2016-01-20Remove update tagsRich Salz
2016-01-19Remove the GOST engineMatt Caswell
2016-01-17Remove some old makefile targetsRich Salz
2016-01-15free up gost ciphersDr. Stephen Henson
2016-01-12Move Makefiles to Makefile.inRich Salz
2016-01-12make updateRichard Levitte
2016-01-12Adapt all engines that need it to opaque EVP_CIPHERRichard Levitte
2016-01-12Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte
2016-01-07mem functions cleanupRich Salz
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-15Remove GMP engine.Rich Salz
2015-12-09make updateDr. Stephen Henson
2015-12-09remove ecdsa.h header references.Dr. Stephen Henson
2015-12-07Adapt all engines that add new EVP_MDsRichard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-12-02Remove RSA_FLAG_SIGN_VER flag.Dr. Stephen Henson
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson
2015-11-22Update dasync to use size_t for the sha1 updateKurt Roeckx
2015-11-20Rename some daysnc functions for consistencyMatt Caswell
2015-11-20Initial Async notify code changesMatt Caswell
2015-11-20Add the Dummy Async engine (dasync)Matt Caswell
2015-11-09Continue malloc standardisation in enginesMatt Caswell
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-10-15Remove Obsolete enginesMatt Caswell
2015-09-29engine/e_capi.c: fix various warnings.Andy Polyakov
2015-09-29Fix prototypes in e_ossttest.c.Andy Polyakov