summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_all.c
AgeCommit message (Expand)Author
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-07-22Remove superfluous call to OPENSSL_cpuid_setupPatrick Steuer
2018-12-06Following the license change, modify the boilerplates in crypto/engine/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-06-20Update copyright yearMatt Caswell
2018-06-19Convert our own check of OPENSSL_NO_DEPRECATEDRichard Levitte
2017-06-19Remove bsd_cryptodev engineRich Salz
2016-10-22Fix support for DragonFly BSDjrmarino
2016-08-01Fix various no-*s.Ben Laurie
2016-05-17Copyright consolidation 09/10Rich Salz
2016-02-14Fixes to make no-deprecated work againViktor Dukhovni
2016-02-10After auto init, check that the deprecated functions exist before usingRichard Levitte
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-19Remove the GOST engineMatt Caswell
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-12-15Remove GMP engine.Rich Salz
2015-10-15Remove Obsolete enginesMatt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-02-02Dead code cleanup; remove #if 0 from crypto/engineRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-08Disable engines that will fail to build when bn is made opaqueMatt Caswell
2013-07-05Remove RSAX engine, superseded by RSAZ module.Andy Polyakov
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie
2012-03-19eng_all.c: revert previous "disable Padlock" commit, which was unjustified.Andy Polyakov
2011-12-13Padlock engine doesn't build (the asm parts are not built for some reason),Ben Laurie
2011-10-13Remove eng_aesni.c as AES-NI support is integrated directly at EVP.Andy Polyakov
2011-08-10Add provisory support for RDRAND instruction.Andy Polyakov
2011-07-20Add RSAX builtin engine. It optimizes RSA1024 sign benchmark.Andy Polyakov
2010-07-21Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),Dr. Stephen Henson
2010-03-01load cryptodev if HAVE_CRYPTODEV is set tooDr. Stephen Henson
2009-04-27Intel AES-NI engine.Andy Polyakov
2008-05-31Update VC-32.pl and load CryptoAPI engine in the right place.Dr. Stephen Henson
2008-05-31More CryptoAPI engine code from stable branch.Dr. Stephen Henson
2006-12-29Minor clean-up in crypto/engine.Andy Polyakov
2006-09-21Compile in gost engine.Dr. Stephen Henson
2005-04-19New "algorithm define" OPENSSL_NO_GMP. Update mkdef.pl and Configure scriptDr. Stephen Henson
2004-08-02VIA C3 processor extends IA-32 instruction set with instuctionsAndy Polyakov
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2003-01-30This glues the GMP wrapper ENGINE into OpenSSL if it is being built (ie. ifGeoff Thorpe
2003-01-16FreeBSD has /dev/crypto as well.Richard Levitte
2002-11-01Depend on OPENSSL_NO_STATIC_ENGINE rather than OPENSSL_NO_DYNAMIC_ENGINE.Richard Levitte
2002-10-11Step 11a of move of engines: Time to make the changes to supportRichard Levitte
2002-10-02The OpenBSD project has replaced the first implementation of the /dev/cryptoRichard Levitte
2002-02-27This adds a new ENGINE to support IBM 4758 cards, contributed by MauriceGeoff Thorpe
2002-02-07Add aep and sureware implementations and clean up some error reasonsRichard Levitte
2001-09-25This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe
2001-09-14Some of the ENGINE file names were changed for 8.3 filename uniquenessGeoff Thorpe
2001-09-07make engine file names unique in 8.3Ulf Möller