summaryrefslogtreecommitdiff
path: root/crypto/engine/engine.h
Commit message (Expand)AuthorAgeFilesLines
* Remove eng_aesni.c as AES-NI support is integrated directly at EVP.appro2011-10-131-1/+0
* Add provisory support for RDRAND instruction.appro2011-08-101-0/+1
* Add RSAX builtin engine. It optimizes RSA1024 sign benchmark.appro2011-07-201-0/+1
* new flag to stop ENGINE methods being registeredsteve2011-05-151-0/+7
* stop warnings about no previous prototype when compiling shared enginessteve2011-01-301-0/+3
* Fix memory leak in ENGINE autoconfig code. Improve error logging.steve2010-02-091-0/+1
* revert previous changesteve2010-01-281-3/+0
* reword RI descriptionsteve2010-01-271-0/+3
* ENGINE_load_capi() now exists on all platforms (but no op on non-WIN32)steve2010-01-061-4/+0
* Intel AES-NI engine.appro2009-04-271-0/+1
* Merge from 1.0.0-stable branch.steve2009-04-231-0/+2
* More type-checking.ben2008-06-041-1/+2
* Add support for client cert engine setting in s_client app.steve2008-06-031-3/+3
* Allow ENGINE client cert callback to specify a set of other certs, forsteve2008-06-011-1/+2
* Update error codes, move typedef of SSL, SSL_CTX to ossl_typ.hsteve2008-06-011-0/+1
* Add support for ENGINE supplied SSL client auth.steve2008-06-011-0/+9
* More CryptoAPI engine code from stable branch.steve2008-05-311-0/+3
* Lookup public key ASN1 methods by string by iterating through allsteve2007-11-211-0/+2
* Minor clean-up in crypto/engine.appro2006-12-291-4/+6
* Allow for mingw cross-compile configuration.appro2006-10-231-1/+1
* Add missing prototype. Fix various warnings (C++ comments, ; outside function).steve2006-09-211-0/+1
* Make things static that should be. Declare stuff in headers that should be.ben2006-08-281-0/+4
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.steve2006-06-051-0/+5
* Initial public key ASN1 method engine support. Not integrated yet.steve2006-06-021-0/+5
* Automatically free up dynamically allocated public key methods whensteve2006-06-021-1/+1
* Extend default method string to include public key methods.steve2006-06-021-0/+2
* Add ENGINE support for EVP_PKEY_METHOD including lookups of ENGINEsteve2006-06-021-0/+1
* Fix error code. make updatesteve2006-06-011-0/+2
* Add missing prototype. Extend engine utility to print public key algorithms.steve2006-06-011-0/+1
* Add engine table for EVP_PKEY_METHOD. Doesn't do much yet.steve2006-06-011-1/+7
* Update from stable branch.steve2005-11-061-1/+2
* makenils2005-07-161-17/+0
* Fix more error codes.bodo2005-05-111-3/+4
* New "algorithm define" OPENSSL_NO_GMP. Update mkdef.pl and Configure scriptsteve2005-04-191-0/+2
* VIA C3 processor extends IA-32 instruction set with instuctionsappro2004-08-021-0/+1
* Minor change to group like functions together.geoff2004-06-171-3/+2
* Reduce header interdependencies, initially in engine.h (the rest of thegeoff2004-04-191-3/+6
* We're getting a clash with C++ because it has a type called 'list'.levitte2003-11-291-1/+1
* Add STORE support in ENGINE.levitte2003-05-011-6/+20
* Declare prototypes for function pointer types, even if they are likely togeoff2003-02-151-4/+4
* Fix warning.ben2003-02-011-0/+3
* Add the possibility to build without the ENGINE framework.levitte2003-01-301-0/+5
* This glues the GMP wrapper ENGINE into OpenSSL if it is being built (ie. ifgeoff2003-01-301-5/+6
* Depend on OPENSSL_NO_STATIC_ENGINE rather than OPENSSL_NO_DYNAMIC_ENGINE.levitte2002-11-011-0/+1
* For the mkdef.pl to recognise if the "external" engines are insertedlevitte2002-10-241-0/+2
* If dynamically-loadable ENGINEs are linked against a shared-library versiongeoff2002-10-181-3/+21
* - Remo Inverardi noticed that ENGINEs don't have an "up_ref" function in thegeoff2002-10-161-0/+2
* The OpenBSD project has replaced the first implementation of the /dev/cryptoSTART_OpenSSL_0_9_7-stablelevitte2002-10-021-1/+1
* Add ECDH support.bodo2002-08-091-1/+21
* Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.bodo2002-03-141-1/+1