summaryrefslogtreecommitdiff
path: root/lib/libcrypto/engine
AgeCommit message (Expand)Author
2014-05-08kill some more VMS ifdefsGiovanni Bechis
2014-05-07add additional includes from eng_cryptodev.cJonathan Gray
2014-04-28Remove WIN32, WIN64 and MINGW32 tentacles.Miod Vallat
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andMiod Vallat
2014-04-27Put explicit (void) in function declarations and shuffle keywords in someMiod Vallat
2014-04-26Replace all use of ERR_add_error_data with ERR_asprintf_error_data.Bob Beck
2014-04-23Make libssl and libcrypto compile with -WerrorBob Beck
2014-04-20Restore beck's rev 1.3: snprintf() was reviewedPhilip Guenther
2014-04-19We'll interpret a (void) cast on snprintf() to mean it's been verified thatPhilip Guenther
2014-04-17kill REF_PRINT/REF_CHECK debugging framework noone would useTheo de Raadt
2014-04-17Get rid of MS Visual C compiler and Intel C compiler specific defines.Miod Vallat
2014-04-17fix BIO_snprintf usage in here.Bob Beck
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-17move enginetest to regress as was done with the other testsJonathan Gray
2014-04-15we don't use these files for buildingTed Unangst
2014-04-15Remove the GOST engine: It is not compiled or used and depends on theReyk Floeter
2014-04-15Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsBob Beck
2014-04-14Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); moveMiod Vallat
2014-04-14remove auto-generated dependencies from the old unused build system, soTheo de Raadt
2014-04-14Remove the GMP engine: It was an experimental engine using libgmp asReyk Floeter
2014-04-14Remove the CAPI engine: It is a backend for the Windows CryptoAPI andReyk Floeter
2014-04-14Remove the nuron engine. The static engine is not standalone and theReyk Floeter
2014-04-14Remove the nCipher CHIL engine. It is not standalone and depends onReyk Floeter
2014-04-13Cope with the removal of openssl/symhacks.hTheo de Raadt
2014-04-13Remove the AEP engine: it is not standalone and doesn't seem to beReyk Floeter
2014-04-13Remove the Atalla engine: It is not standalone and depends on externalReyk Floeter
2014-04-13Remove the cswift engine: it is not standalone and we don't have theReyk Floeter
2014-04-13Remove the "sureware" engine:Reyk Floeter
2014-04-13Remove the Broadcom ubsec engine:Reyk Floeter
2014-04-13Remove the IBM 4758 engine: we don't have this hardware and it is anReyk Floeter
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.Miod Vallat
2013-05-30Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned theMatthew Dempsky
2012-10-13resolve conflictsDamien Miller
2012-10-13import OpenSSL-1.0.1cDamien Miller
2011-11-03openssl-1.0.0e: resolve conflictsDamien Miller
2010-12-16move CRYPTO_VIAC3_MAX out of cryptodev.h and into the onlyJonathan Gray
2010-12-16The VIA ciphers are added to an array of CRYPTO_ALGORITHM_MAX lengthJonathan Gray
2010-10-06More OpenSSL fixes:Damien Miller
2010-10-06Retire SkipjackMike Belopuhov
2010-10-01resolve conflicts, fix local changesDamien Miller
2010-10-01import OpenSSL-1.0.0aDamien Miller
2010-07-01AES-NI engine support for OpenSSL.Thordur I. Bjornsson
2010-06-29VIA xcrypt for amd64, simpler version of a diff from deraadtJonathan Gray
2010-05-03When running in pic mode we don't have enough general registers for allJonathan Gray
2009-01-09resolve conflictsDamien Miller
2009-01-05update to openssl-0.9.8i; tested by several, especially krw@Damien Miller
2008-09-06remerge local tweaks, update per-arch configuration headers, updateDamien Miller
2008-09-06resolve conflictsDamien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2008-02-26fix memory leak (in one case of unaligned buffers); from Markus KvetterTheo de Raadt