summaryrefslogtreecommitdiffstats
path: root/engines
AgeCommit message (Collapse)Author
2008-09-14Fix error code discrepancy.Dr. Stephen Henson
Make update.
2008-09-12AIX build updates [from HEAD].Andy Polyakov
2008-06-25Changes to allow capi ENGINE to compile with older headers on e.g. VC6.Dr. Stephen Henson
2008-06-18Fix typo and filter on X509_PURPOSE_SSL_CLIENT when presenting certs.Dr. Stephen Henson
2008-06-18Add support for machine stores and handle provider type errors properly in keys.Dr. Stephen Henson
2008-06-06Update CryptoAPI ENGINE from head. Export OPENSSL_isservice().Dr. Stephen Henson
2008-06-05Make headers work with older versions of Window platform SDK.Dr. Stephen Henson
2008-06-05Don't show choice dialog if only one cert.Dr. Stephen Henson
2008-06-04Remove some unneeded columns from dialog.Dr. Stephen Henson
2008-06-04Update CryptoAPI ENGINE from HEAD.Dr. Stephen Henson
2008-05-30DSA method slightly more tested and fixed ;-)Dr. Stephen Henson
2008-05-30Update error codes.Dr. Stephen Henson
2008-05-30Untested initial CryptoAPI dsa signing code.Dr. Stephen Henson
2008-05-30Some DSA method structures and placeholders, not complete yet.Dr. Stephen Henson
2008-05-30Delete unused functions.Dr. Stephen Henson
2008-05-30Get BIO_snprintf() argument order right....Dr. Stephen Henson
2008-05-30Add new error codes, log unknown magic or algorithm IDs.Dr. Stephen Henson
2008-05-30Initial DSA public key loading support in CryptoAPI ENGINE.Dr. Stephen Henson
2008-05-30Add error codes for blob sanity checks, rebuild error table.Dr. Stephen Henson
2008-05-30Blob type and algorithm type sanity checksDr. Stephen Henson
2008-05-29Make CryptoAPI engine look more like the others....Dr. Stephen Henson
2008-05-29Create error codes, compile in source.Dr. Stephen Henson
2008-05-29CryptoAPI ENGINE... initial version, not compiled in yet.Dr. Stephen Henson
2008-04-27Update from HEAD.Geoff Thorpe
2008-04-18Add missing 'extern "C" {' to some _err.h files in crypto/engines/Lutz Jänicke
PR: 1609
2008-01-03Netware support.Dr. Stephen Henson
Submitted by: Guenter Knauf <eflash@gmx.net>
2007-12-04gmp engine was non-operational.Andy Polyakov
2007-09-06gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL.Dr. Stephen Henson
Fix various "computed value not used" warnings too.
2006-02-08backport recent changes from the cvs headNils Larsch
2006-02-04Update filenames in makefilesDr. Stephen Henson
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller
2005-10-25Fix install problems on MacOS X and HP-UX.Andy Polyakov
PR: 1218,1185
2005-08-28fix warnings when building openssl with (gcc 3.3.1):Nils Larsch
-Wmissing-prototypes -Wcomment -Wformat -Wimplicit -Wmain -Wmultichar -Wswitch -Wshadow -Wtrigraphs -Werror -Wchar-subscripts -Wstrict-prototypes -Wreturn-type -Wpointer-arith -W -Wunused -Wno-unused-parameter -Wuninitialized
2005-07-16makeNils Larsch
./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa] make all test work again (+ make update) PR: 1159
2005-06-28Makefile updates from HEAD [see http://cvs.openssl.org/chngview?cn=14099Andy Polyakov
for further details].
2005-06-17clear dso pointer in case of an errorNils Larsch
PR: 816
2005-06-17update for the cswift engine:Nils Larsch
- fix the problem described in bug report 825 - fix a segfault when the engine fails to initialize - let the engine switch to software when keysize > 2048 PR: 825, 826 Submitted by: Frédéric Giudicelli
2005-05-31Fix warnings.Ben Laurie
2005-05-30Forgottent make update. These files will be retagged.Richard Levitte
2005-05-30Change all relevant occurences of 'ncipher' to 'chil'. That's what nCipher ↵Richard Levitte
always wanted...
2005-05-29Change the source and output paths for 'chil' and '4758cca' engines so thatGeoff Thorpe
dynamic loading is consistent with respect to engine ids.
2005-05-29This commit was manufactured by cvs2svn to create branchcvs2svn
'OpenSSL_0_9_8-stable'.
2005-05-29Change the source and output paths for 'chil' and '4758cca' engines so thatGeoff Thorpe
dynamic loading is consistent with respect to engine ids.
2005-05-25Handle differences between engine IDs and their dynamic library names (andGeoff Thorpe
source files, for that matter) by tolerating the alternatives. It would be preferable to also change the generated shared library names, but that will be taken up separately.
2005-05-25Handle differences between engine IDs and their dynamic library names (andGeoff Thorpe
source files, for that matter) by tolerating the alternatives. It would be preferable to also change the generated shared library names, but that will be taken up separately.
2005-05-21Patches for Cygwin, provided by Corinna Vinschen <vinschen@redhat.com>Richard Levitte
2005-05-21Patches for Cygwin, provided by Corinna Vinschen <vinschen@redhat.com>Richard Levitte
2005-05-19Propogate BUILDENV even in ./engines.Andy Polyakov
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
[most importantly] put back dependencies accidentaly eliminated in check-in #13342.
2005-05-15Consolidate BUILDENV [idea is to keep all variables in one place].Andy Polyakov