summaryrefslogtreecommitdiffstats
path: root/engines
AgeCommit message (Collapse)Author
2011-09-01PR: 2586Dr. Stephen Henson
Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com> Reviewed by: steve Zero structure fields properly.
2011-09-01PR: 2586Dr. Stephen Henson
Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com> Reviewed by: steve Fix brace mismatch.
2011-06-21Stop warning.Dr. Stephen Henson
2011-06-14Fix warnings in shared builds.Dr. Stephen Henson
2011-05-15new flag to stop ENGINE methods being registeredDr. Stephen Henson
2011-03-25Corrections to the VMS build system.Richard Levitte
Submitted by Steven M. Schweda <sms@antinode.info>
2011-03-25For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte
different options: "64" The build system will choose /POINTER_SIZE=64=ARGV if the compiler supports it, otherwise /POINTER_SIZE=64. "64=" The build system will force /POINTER_SIZE=64. "64=ARGV" The build system will force /POINTER_SIZE=64=ARGV.
2011-03-19Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte
2011-01-30stop warnings about no previous prototype when compiling shared enginesDr. Stephen Henson
2011-01-06PR: 2407Richard Levitte
Fix fault include. Submitted by Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se>
2010-12-14First attempt at adding the possibility to set the pointer size for the ↵Richard Levitte
builds on VMS. PR: 2393
2010-11-18PR: 2375Dr. Stephen Henson
Submitted by: Guenter <lists@gknw.net> Reviewed by: steve cleanup/fix e_aep.c for OpenWatcom
2010-11-18PR: 2374Dr. Stephen Henson
Submitted by: Guenter <lists@gknw.net> Reviewed by: steve Don't compile capi ENGINE on mingw32
2010-08-24engine/Makefile: harmonize engine install rule for .dylib extension on MacOS ↵Andy Polyakov
X [from HEAD]. PR: 2319
2010-06-15Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson
2010-05-26Avoid use of ex_data free function in Chil ENGINE so it can be safelyDr. Stephen Henson
reloaded.
2010-05-22PR: 2254Dr. Stephen Henson
Submitted by: Ger Hobbelt <ger@hobbelt.com> Approved by: steve@openssl.org Check for <= 0 i2d return value.
2010-05-15PR: 2255Dr. Stephen Henson
Submitted By: Ger Hobbelt <ger@hobbelt.com> Place RSA dependent variable under #ifndef OPENSSL_NO_RSA
2010-04-14fix bug in ccgost CFB mode codeDr. Stephen Henson
2010-04-14check ASN1 type before using itDr. Stephen Henson
2010-04-13Rework the way engines are builtRichard Levitte
2010-04-08make GOST MAC work againDr. Stephen Henson
2010-03-24initialise buf if wrong_info not usedDr. Stephen Henson
2010-03-15e_capi.c: fix typo.Andy Polyakov
2010-03-15workaround for missing definition in some headersDr. Stephen Henson
2010-03-12PR: 2192Dr. Stephen Henson
Submitted By: Jaroslav Imrich <jaroslav.imrich@disig.sk> The prompt_info and wrong_info parameters can be empty strings which can produce confusing prompts. Treat empty string same as NULL.
2010-02-23Always check bn_wexpend() return values for failure (CVE-2009-3245).Bodo Möller
(The CHANGES entry covers the change from PR #2111 as well, submitted by Martin Olsson.) Submitted by: Neel Mehta
2010-02-16Submitted by: Dmitry Ivanov <vonami@gmail.com>Dr. Stephen Henson
Don't leave dangling pointers in GOST engine if calls fail.
2010-01-27size_t doesn't compare less than zero...Richard Levitte
2010-01-19PR: 2141Dr. Stephen Henson
Submitted by: "NARUSE, Yui" <naruse@airemix.jp> Remove non-ASCII comment which causes compilation errors on some versions of VC++.
2010-01-16PR: 2135Dr. Stephen Henson
Submitted by: Mike Frysinger <vapier@gentoo.org> Change missed references to lib to $(LIBDIR)
2009-12-30Adapt mingw config for newer mingw environment [from HEAD].Andy Polyakov
PR: 2113
2009-12-22Use properly local variables for thread-safety.Bodo Möller
Submitted by: Martin Rex
2009-11-10PR: 1686Dr. Stephen Henson
Submitted by: Hanno Böck <hanno@hboeck.de> Approved by: steve@openssl.org Create engines dir if it doesn't already exist.
2009-10-19PR: 2070Dr. Stephen Henson
Submitted by: Alexander Nikitovskiy <Nikitovski@ya.ru> Approved by: steve@openssl.org Fix wrong cast.
2009-08-25Make engines compile on VMS for ia64 as well.Richard Levitte
Parse file types in a more secure manner. Submitted by sms@antinode.info (Steven M. Schweda)
2009-08-10PR: 2003Dr. Stephen Henson
Make it possible to install OpenSSL in directories with name other than "lib" for example "lib64". Based on patch from Jeremy Utley.
2009-07-01Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>Dr. Stephen Henson
Reviewed by: steve@openssl.org EVP_CTRL_PBE_PRF_NID suppot for Gost engine.
2009-06-16Updates from HEAD.Dr. Stephen Henson
2009-06-14Make depend.Ben Laurie
2009-05-29Update from 0.9.8-stable.Dr. Stephen Henson
2009-05-28make errorsDr. Stephen Henson
2009-05-15Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).Richard Levitte
Thank you\! (note: not tested for now, a few nightly builds should give indications though)
2009-05-12e_padlock.c: update from HEAD.Andy Polyakov
2009-05-07Typo.Dr. Stephen Henson
2009-05-06Select updates from HEADRichard Levitte
2009-05-05e_capi.c: update from HEAD.Andy Polyakov
2009-05-05Update from HEADRichard Levitte
2009-04-27Updates from HEADRichard Levitte
2009-04-26Add local symbol hacks for OpenVMSRichard Levitte