aboutsummaryrefslogtreecommitdiffstats
path: root/engines
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies.Dr. Stephen Henson2006-11-301-1/+1
* Add .cvsignoreDr. Stephen Henson2006-11-211-0/+5
* Fix various warnings.Ben Laurie2006-11-086-6/+27
* Yet another mingw warning.Andy Polyakov2006-10-231-12/+0
* Avoid application relink on every make invocation.Andy Polyakov2006-10-202-2/+3
* Updated file.Dr. Stephen Henson2006-09-211-2/+2
* Add missing prototype. Fix various warnings (C++ comments, ; outside function).Dr. Stephen Henson2006-09-215-15/+17
* Compile in gost engine.Dr. Stephen Henson2006-09-211-3/+19
* Updated version of gost engine.Dr. Stephen Henson2006-09-2131-2273/+2680
* GOST public key algorithm ENGINE donated to the OpenSSL by Cryptocom.Dr. Stephen Henson2006-09-1733-0/+5836
* Add BeOS support.Ulf Möller2006-04-111-0/+1
* Implementation of pkey_rsa_verify. Some constification.Dr. Stephen Henson2006-04-101-3/+4
* remove unnecessary codeNils Larsch2006-03-183-8/+0
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-4/+0
* make updateUlf Möller2006-02-121-0/+111
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-121-111/+0
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* add additional checks + cleanupNils Larsch2006-01-292-5/+8
* Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller2006-01-081-1/+1
* Fix install problems on MacOS X and HP-UX.Andy Polyakov2005-10-251-4/+11
* Fix signed/unsigned warnings.Geoff Thorpe2005-07-261-1/+1
* makeNils Larsch2005-07-168-6/+92
* Fix warnings.Ben Laurie2005-06-292-0/+4
* Jumbo Makfiles update.Andy Polyakov2005-06-231-19/+18
* clear dso pointer in case of an errorNils Larsch2005-06-173-0/+3
* update for the cswift engine:Nils Larsch2005-06-171-46/+158
* Change all relevant occurences of 'ncipher' to 'chil'. That's what nCipher a...Richard Levitte2005-05-301-12/+12
* Change the source and output paths for 'chil' and '4758cca' engines so thatGeoff Thorpe2005-05-2912-52/+52
* Handle differences between engine IDs and their dynamic library names (andGeoff Thorpe2005-05-252-2/+8
* Patches for Cygwin, provided by Corinna Vinschen <vinschen@redhat.com>Richard Levitte2005-05-211-2/+7
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-3/+5
* Consolidate BUILDENV [idea is to keep all variables in one place].Andy Polyakov2005-05-151-4/+1
* Fool-proofing MakefilesAndy Polyakov2005-05-151-6/+1
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-0920-247/+300
* Fold rules in test/Makefiles [from stable].Andy Polyakov2005-04-301-3/+1
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-312-5/+5
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* This fixes the installation target for dynamic engines, which was trying toGeoff Thorpe2004-06-011-3/+3
* Minimal work-around for ./engine shared builds. "Minimal" means that IAndy Polyakov2004-05-311-0/+3
* The inclusion of bn.h from the engine.h API header has been deprecated, soGeoff Thorpe2004-05-178-0/+8
* make updateGeoff Thorpe2004-04-191-93/+47
* More updates for the header cleanups (and apologies, again, for not havingGeoff Thorpe2004-04-194-0/+7
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-198-5/+18
* ... and this should likewise fix up those RSA implementations that weren'tGeoff Thorpe2004-03-251-2/+2
* By adding a BN_CTX parameter to the 'rsa_mod_exp' callback, private keyGeoff Thorpe2004-03-256-36/+14
* Netware-specific changes,Richard Levitte2003-11-281-0/+4
* Avoid some shadowed variable names.Geoff Thorpe2003-11-041-1/+1
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-3/+3
* Conform with the standard prototype for engine control functions.Richard Levitte2003-06-269-17/+17