aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine
Commit message (Expand)AuthorAgeFilesLines
* From branch OpenSSL_0_9_8-stable: Allow soft-loading engines.Bodo Möller2008-09-151-0/+9
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-1/+1
* Avoid warnings with -pedantic, specifically:Dr. Stephen Henson2008-07-041-1/+1
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-1/+1
* More type-checking.Ben Laurie2008-06-043-151/+270
* 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-012-3/+4
* Update error codes, move typedef of SSL, SSL_CTX to ossl_typ.hDr. Stephen Henson2008-06-013-2/+3
* Add support for ENGINE supplied SSL client auth.Dr. Stephen Henson2008-06-013-0/+54
* Update VC-32.pl and load CryptoAPI engine in the right place.Dr. Stephen Henson2008-05-311-1/+1
* More CryptoAPI engine code from stable branch.Dr. Stephen Henson2008-05-312-0/+6
* Avoid "duplicate const" warnings.Dr. Stephen Henson2008-05-271-2/+2
* LHASH revamp. make depend.Ben Laurie2008-05-261-21/+30
* Fix auto-discovery of ENGINEs. See the CHANGES entry for details (and/orGeoff Thorpe2008-04-281-4/+4
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-1/+1
* Update dependencies.Dr. Stephen Henson2008-03-221-8/+12
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-162-0/+2
* Lookup public key ASN1 methods by string by iterating through allDr. Stephen Henson2007-11-214-0/+80
* Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson2007-09-071-2/+2
* Minor clean-up in crypto/engine.Andy Polyakov2006-12-292-10/+12
* Move eng_padlock.c to ./engines.Andy Polyakov2006-12-292-1231/+2
* register the engine as default engine in ENGINE_set_default()Nils Larsch2006-11-242-2/+2
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
* Fix mingw warnings.Andy Polyakov2006-10-231-2/+4
* Allow for mingw cross-compile configuration.Andy Polyakov2006-10-231-1/+1
* Gcc over-optimizes PadLock AES CFB codepath, tell it not to.Andy Polyakov2006-10-191-2/+2
* Add missing prototype. Fix various warnings (C++ comments, ; outside function).Dr. Stephen Henson2006-09-211-0/+1
* Compile in gost engine.Dr. Stephen Henson2006-09-211-0/+3
* Make things static that should be. Declare stuff in headers that should be.Ben Laurie2006-08-282-1/+5
* Camellia cipher, contributed by NTTBodo Möller2006-06-091-2/+2
* Clarify comment and add #ifdef.Dr. Stephen Henson2006-06-051-1/+1
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson2006-06-055-4/+49
* Make update.Dr. Stephen Henson2006-06-021-0/+9
* Initial public key ASN1 method engine support. Not integrated yet.Dr. Stephen Henson2006-06-025-2/+176
* Automatically free up dynamically allocated public key methods whenDr. Stephen Henson2006-06-025-2/+32
* Extend default method string to include public key methods.Dr. Stephen Henson2006-06-022-0/+6
* 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-014-2/+15
* Add missing prototype. Extend engine utility to print public key algorithms.Dr. Stephen Henson2006-06-012-0/+2
* Add engine table for EVP_PKEY_METHOD. Doesn't do much yet.Dr. Stephen Henson2006-06-014-4/+154
* Stop compiler warnings.Dr. Stephen Henson2006-03-201-2/+2
* Fix CFB and OFB modes in eng_padlock.c. Engine was consistent with itself,Andy Polyakov2005-12-281-16/+117
* Lower PADLOCK_CHUNK till value, which doesn't affect the benchmark results.Andy Polyakov2005-12-271-1/+6
* Update from stable branch.Dr. Stephen Henson2005-11-061-1/+2
* bugfix: register engine as default engine in ENGINE_set_default_DSANils Larsch2005-09-091-1/+1
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-281-0/+2
* avoid infinite recursion if dynamic engine isn't loadedNils Larsch2005-08-061-10/+14
* makeNils Larsch2005-07-164-18/+9
* changes from 0.9.8Nils Larsch2005-05-311-1/+18
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1