summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-109-12/+27
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-108-9/+24
* remove unused dynamic_cmd_defns_empty structure.bcook2014-07-091-4/+1
* correct issetugid sense as spotted by Stijn van Drongelen.deraadt2014-06-291-3/+7
* Since this is a library, place issetugid() before every getenv()deraadt2014-06-231-2/+3
* More KNF.jsing2014-06-221-5/+5
* KNF.jsing2014-06-223-208/+203
* KNF.jsing2014-06-226-961/+1081
* More KNF.jsing2014-06-223-9/+9
* tags as requested by miod and teduderaadt2014-06-1228-15/+28
* c-file-style hints, begone; ok beckderaadt2014-06-111-1/+1
* Abandon the auto-ENGINE /dev/crypto interface. VIA 3des cbc receivesderaadt2014-06-103-1365/+1
* KNF.jsing2014-06-108-756/+756
* KNF.jsing2014-06-1011-435/+516
* use memset instead of bzeroderaadt2014-06-091-2/+2
* malloc() result does not need a cast.deraadt2014-06-072-4/+3
* A few months back there was a big community fuss regarding direct-usederaadt2014-06-023-143/+0
* more: no need for null check before freederaadt2014-05-301-8/+4
* no need for null check before free. from Brendan MacDonelltedu2014-05-301-2/+1
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-291-1/+1
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-2/+1
* Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids thejsing2014-05-222-6/+6
* kill some more VMS ifdefsgiovanni2014-05-081-4/+0
* add additional includes from eng_cryptodev.cjsg2014-05-071-0/+5
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-283-14/+1
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-274-62/+17
* Put explicit (void) in function declarations and shuffle keywords in somemiod2014-04-2710-10/+10
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-263-6/+6
* Make libssl and libcrypto compile with -Werrorbeck2014-04-231-1/+1
* Restore beck's rev 1.3: snprintf() was reviewedguenther2014-04-201-1/+1
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-1/+1
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-172-14/+2
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-132/+1
* fix BIO_snprintf usage in here.beck2014-04-171-8/+19
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-174-20/+20
* move enginetest to regress as was done with the other testsjsg2014-04-171-283/+0
* we don't use these files for buildingtedu2014-04-151-91/+0
* Remove the GOST engine: It is not compiled or used and depends on thereyk2014-04-152-6/+0
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-1/+1
* Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); movemiod2014-04-144-1460/+38
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-362/+0
* Remove the GMP engine: It was an experimental engine using libgmp asreyk2014-04-142-6/+0
* Remove the CAPI engine: It is a backend for the Windows CryptoAPI andreyk2014-04-142-4/+0
* Remove the nuron engine. The static engine is not standalone and thereyk2014-04-142-4/+0
* Remove the nCipher CHIL engine. It is not standalone and depends onreyk2014-04-142-20/+0
* Cope with the removal of openssl/symhacks.hderaadt2014-04-131-1/+0
* Remove the AEP engine: it is not standalone and doesn't seem to bereyk2014-04-132-4/+0
* Remove the Atalla engine: It is not standalone and depends on externalreyk2014-04-132-4/+0
* Remove the cswift engine: it is not standalone and we don't have thereyk2014-04-132-4/+0
* Remove the "sureware" engine:reyk2014-04-132-4/+0