aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/engine.h
Commit message (Expand)AuthorAgeFilesLines
* Fix indent issue with engine.hMatt Caswell2015-01-221-1/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-3/+5
* Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell2014-12-181-1/+1
* Windows build fixes.Dr. Stephen Henson2014-07-191-1/+0
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-1/+1
* Remove eng_aesni.c as AES-NI support is integrated directly at EVP.Andy Polyakov2011-10-131-1/+0
* Add provisory support for RDRAND instruction.Andy Polyakov2011-08-101-0/+1
* Add RSAX builtin engine. It optimizes RSA1024 sign benchmark.Andy Polyakov2011-07-201-0/+1
* new flag to stop ENGINE methods being registeredDr. Stephen Henson2011-05-151-0/+7
* stop warnings about no previous prototype when compiling shared enginesDr. Stephen Henson2011-01-301-0/+3
* Fix memory leak in ENGINE autoconfig code. Improve error logging.Dr. Stephen Henson2010-02-091-0/+1
* revert previous changeDr. Stephen Henson2010-01-281-3/+0
* reword RI descriptionDr. Stephen Henson2010-01-271-0/+3
* ENGINE_load_capi() now exists on all platforms (but no op on non-WIN32)Dr. Stephen Henson2010-01-061-4/+0
* Intel AES-NI engine.Andy Polyakov2009-04-271-0/+1
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-231-0/+2
* More type-checking.Ben Laurie2008-06-041-1/+2
* Add support for client cert engine setting in s_client app.Dr. Stephen Henson2008-06-031-3/+3
* Allow ENGINE client cert callback to specify a set of other certs, forDr. Stephen Henson2008-06-011-1/+2
* Update error codes, move typedef of SSL, SSL_CTX to ossl_typ.hDr. Stephen Henson2008-06-011-0/+1
* Add support for ENGINE supplied SSL client auth.Dr. Stephen Henson2008-06-011-0/+9
* More CryptoAPI engine code from stable branch.Dr. Stephen Henson2008-05-311-0/+3
* Lookup public key ASN1 methods by string by iterating through allDr. Stephen Henson2007-11-211-0/+2
* Minor clean-up in crypto/engine.Andy Polyakov2006-12-291-4/+6
* Allow for mingw cross-compile configuration.Andy Polyakov2006-10-231-1/+1
* Add missing prototype. Fix various warnings (C++ comments, ; outside function).Dr. Stephen Henson2006-09-211-0/+1
* Make things static that should be. Declare stuff in headers that should be.Ben Laurie2006-08-281-0/+4
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson2006-06-051-0/+5
* Initial public key ASN1 method engine support. Not integrated yet.Dr. Stephen Henson2006-06-021-0/+5
* Automatically free up dynamically allocated public key methods whenDr. Stephen Henson2006-06-021-1/+1
* Extend default method string to include public key methods.Dr. Stephen Henson2006-06-021-0/+2
* Add ENGINE support for EVP_PKEY_METHOD including lookups of ENGINEDr. Stephen Henson2006-06-021-0/+1
* Fix error code. make updateDr. Stephen Henson2006-06-011-0/+2
* Add missing prototype. Extend engine utility to print public key algorithms.Dr. Stephen Henson2006-06-011-0/+1
* Add engine table for EVP_PKEY_METHOD. Doesn't do much yet.Dr. Stephen Henson2006-06-011-1/+7
* Update from stable branch.Dr. Stephen Henson2005-11-061-1/+2
* makeNils Larsch2005-07-161-17/+0
* Fix more error codes.Bodo Möller2005-05-111-3/+4
* New "algorithm define" OPENSSL_NO_GMP. Update mkdef.pl and Configure scriptDr. Stephen Henson2005-04-191-0/+2
* VIA C3 processor extends IA-32 instruction set with instuctionsAndy Polyakov2004-08-021-0/+1
* Minor change to group like functions together.Geoff Thorpe2004-06-171-3/+2
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-3/+6
* We're getting a clash with C++ because it has a type called 'list'.Richard Levitte2003-11-291-1/+1
* Add STORE support in ENGINE.Richard Levitte2003-05-011-6/+20
* Declare prototypes for function pointer types, even if they are likely toGeoff Thorpe2003-02-151-4/+4
* Fix warning.Ben Laurie2003-02-011-0/+3
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+5
* This glues the GMP wrapper ENGINE into OpenSSL if it is being built (ie. ifGeoff Thorpe2003-01-301-5/+6
* Depend on OPENSSL_NO_STATIC_ENGINE rather than OPENSSL_NO_DYNAMIC_ENGINE.Richard Levitte2002-11-011-0/+1
* For the mkdef.pl to recognise if the "external" engines are insertedRichard Levitte2002-10-241-0/+2