summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/engine
AgeCommit message (Expand)AuthorFilesLines
2014-05-22if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod1-2/+1
2014-05-22Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids thejsing2-6/+6
2014-05-08kill some more VMS ifdefsgiovanni1-4/+0
2014-05-07add additional includes from eng_cryptodev.cjsg1-0/+5
2014-04-28Remove WIN32, WIN64 and MINGW32 tentacles.miod3-14/+1
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod4-62/+17
2014-04-27Put explicit (void) in function declarations and shuffle keywords in somemiod10-10/+10
2014-04-26Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck3-6/+6
2014-04-23Make libssl and libcrypto compile with -Werrorbeck1-1/+1
2014-04-20Restore beck's rev 1.3: snprintf() was reviewedguenther1-1/+1
2014-04-19We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther1-1/+1
2014-04-17kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2-14/+2
2014-04-17Get rid of MS Visual C compiler and Intel C compiler specific defines.miod1-132/+1
2014-04-17fix BIO_snprintf usage in here.beck1-8/+19
2014-04-17Change library to use intrinsic memory allocation functions instead ofbeck4-20/+20
2014-04-17move enginetest to regress as was done with the other testsjsg1-283/+0
2014-04-15we don't use these files for buildingtedu1-91/+0
2014-04-15Remove the GOST engine: It is not compiled or used and depends on thereyk2-6/+0
2014-04-15Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck1-1/+1
2014-04-14Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); movemiod4-1460/+38
2014-04-14remove auto-generated dependencies from the old unused build system, soderaadt1-362/+0
2014-04-14Remove the GMP engine: It was an experimental engine using libgmp asreyk2-6/+0
2014-04-14Remove the CAPI engine: It is a backend for the Windows CryptoAPI andreyk2-4/+0
2014-04-14Remove the nuron engine. The static engine is not standalone and thereyk2-4/+0
2014-04-14Remove the nCipher CHIL engine. It is not standalone and depends onreyk2-20/+0
2014-04-13Cope with the removal of openssl/symhacks.hderaadt1-1/+0
2014-04-13Remove the AEP engine: it is not standalone and doesn't seem to bereyk2-4/+0
2014-04-13Remove the Atalla engine: It is not standalone and depends on externalreyk2-4/+0
2014-04-13Remove the cswift engine: it is not standalone and we don't have thereyk2-4/+0
2014-04-13Remove the "sureware" engine:reyk2-4/+0
2014-04-13Remove the Broadcom ubsec engine:reyk2-4/+0
2014-04-13Remove the IBM 4758 engine: we don't have this hardware and it is anreyk2-4/+0
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2-1/+1
2014-04-13Import OpenSSL 1.0.1gmiod1-0/+1
2013-05-30Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned thematthew1-2/+2
2012-10-13resolve conflictsdjm5-27/+102
2012-10-13import OpenSSL-1.0.1cdjm2-0/+810
2011-11-03openssl-1.0.0e: resolve conflictsdjm1-0/+3
2010-12-16move CRYPTO_VIAC3_MAX out of cryptodev.h and into the onlyjsg1-0/+2
2010-12-16The VIA ciphers are added to an array of CRYPTO_ALGORITHM_MAX lengthjsg1-2/+2
2010-10-06More OpenSSL fixes:djm2-11/+13
2010-10-06Retire Skipjackmikeb2-2/+0
2010-10-01resolve conflicts, fix local changesdjm48-11845/+311
2010-10-01import OpenSSL-1.0.0adjm3-83/+782
2010-07-01AES-NI engine support for OpenSSL.thib4-2/+595
2010-06-29VIA xcrypt for amd64, simpler version of a diff from deraadtjsg1-6/+19
2010-05-03When running in pic mode we don't have enough general registers for alljsg1-1/+1
2009-01-09resolve conflictsdjm3-120/+131
2009-01-09import openssl-0.9.8jdjm1-2/+2
2009-01-05update to openssl-0.9.8i; tested by several, especially krw@djm7-139/+326