aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Typo.Dr. Stephen Henson2005-05-121-1/+1
* Fix more error codes.Bodo Möller2005-05-117-12/+14
* New "algorithm define" OPENSSL_NO_GMP. Update mkdef.pl and Configure scriptDr. Stephen Henson2005-04-192-1/+3
* Prototype mnemonics in padlock_verify_context for better portabilityAndy Polyakov2005-04-141-5/+5
* Fix for bug emerged in openvpn conext.Andy Polyakov2005-04-141-3/+3
* Rebuild error codes.Dr. Stephen Henson2005-04-121-77/+81
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* Some non-GNU compilers (such as Sun C) define __i386.Andy Polyakov2005-04-041-1/+2
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-312-2/+3
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* FreeBSD 5 refuses to #include <malloc.h>. Fix compiler warning afterAndy Polyakov2005-01-251-2/+4
* "Monolithic" x86 assembler replacement for aes_core.c. Up to +15% betterAndy Polyakov2005-01-131-3/+3
* Change libeay.num so it's synchronised with additions in 0.9.7-stable.Richard Levitte2004-12-131-1/+1
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* Move the declaration of alloca() so it's ony declared when reallyRichard Levitte2004-09-271-10/+7
* Nils Larsch reported that this include is required. Strange that this hadGeoff Thorpe2004-09-241-0/+1
* - There's no more need for the snprintf macro.Richard Levitte2004-09-131-5/+10