Don't leak EVP_MD_CTX on error path
[openssl.git] / crypto / cast /
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-20 Rich SalzCopyright consolidation: perl files
2016-04-09 Emilia KasperDisable some sanitizer checks without PEDANTIC
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-12 Richard LevitteAdd $(LIB_CFLAGS) for any build.info generator that...
2016-03-09 Richard LevitteMake sure the effect of "pic" / "no-pic" is used with...
2016-03-09 Richard LevitteUnified - adapt the generation of cast assembler to...
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-13 Richard LevittePass $(CC) to perlasm scripts via the environment
2016-02-10 Richard Levitteunified build scheme: add a "unified" template for...
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Rich SalzRemove update tags
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-02-02 Rich SalzDead code cleanup: #if 0 dropped from tests
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-22 Matt CaswellMore comment realignment master-post-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellFurther comment changes for reformat (master)
2014-12-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-11-28 Rich SalzRemove all .cvsignore files
2014-10-01 Andy Polyakovcrypto/cast/asm/cast-586.pl: +5% on PIII and remove...
2014-10-01 Rich SalzRT3549: Remove obsolete files in crypto
2014-07-08 Andy PolyakovPlease Clang's sanitizer.
2011-01-26 Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2009-12-22 Bodo MöllerConstify crypto/cast.
2009-12-22 Bodo MöllerConstify crypto/cast.
2008-12-22 Andy PolyakovOptimize CAST for size on 64-bit platforms. For referen...
2008-11-16 Ben LaurieIgnore generated ASM.
2008-04-17 Lutz JänickeApply mingw patches as supplied by Roumen Petrov an...
2008-01-11 Andy PolyakovUnify x86 perlasm make rules.
2008-01-05 Dr. Stephen HensonUpdate perl asm scripts include paths for perlasm.
2007-12-18 Andy PolyakovEngage x86 assembler in Mac OS X build.
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16 Bodo Möllermake update
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-04-26 Ben LaurieAdd DTLS support.
2005-04-13 Andy PolyakovZap OPENSSL_EXTERN on symbols, which are not meant...
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2005-02-06 Andy PolyakovThis patch was "ignited" by OpenBSD 3>=4 support. They...
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-08-29 Andy PolyakovProper support for OpenBSD-i386 shared build, including...
2004-08-01 Andy PolyakovOpenBSD fix-up for new a.out targets. OpenBSD .s.o...
2004-08-01 Andy PolyakovClean-up GAS targets: get rid of "cpp" stuff and replac...
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-01 Lutz JänickeSome more ASFLAGS settings required
2003-11-28 Richard LevitteNetware-specific changes,
2003-10-28 Geoff ThorpeIgnore derived file.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_CAST.
2003-01-03 Andy PolyakovUnified targets for ELF assembler modules. Tested on...
2002-11-28 Richard LevitteHave all tests use EXIT() to exit rather than exit...
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2001-07-31 Richard Levittemake update
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-04-03 Bodo MöllerMake sure OPENSSL_SYS_... is defined when we need it.
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-03-07 Richard LevitteCode for better build under Darwin (MacOS X).
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2000-12-31 Richard LevitteIf OPENSSL_BUILD_SHLIBCRYPTO (for files that end up...
2000-09-25 Richard Levitte'ranlib' doesn't always run on some systems. That...
2000-06-03 Ben LaurieEVP constification.
2000-04-01 Richard Levitte_lrotl and _lrotr are defined in MSVC but nowhere else...
2000-03-14 Bodo MöllerRemove "Makefile.uni" files and some related stuff.
2000-03-13 Bodo MöllerRemove Win32 assembler files. They are always rebuilt...
2000-03-12 Ulf Möllerasm workaround for SuSE Linux
2000-03-02 Bodo MöllerAdd missing dependencies.
2000-02-15 Andy PolyakovMove CAST_S_tables to read-only segment.
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-01-30 Ulf MöllerSource code cleanups: Use void * rather than char ...
1999-10-25 Bodo MöllerImprove support for running everything as a monolithic...
1999-06-09 Bodo Möller"make update" (added to top Makefile, and applied).
1999-06-09 Bodo MöllerSome pre-POSIX systems don't have unistd.h (but e.g...
1999-05-28 Bodo MöllerSome assembler-related clean-ups.
1999-05-21 Bodo MöllerIt was a very bad idea to use #include "../e_os.h"...
1999-05-20 Bodo MöllerAdd a kludge :-(
1999-05-20 Bodo MöllerDon't install e_os.h in include/openssl, use it only...
1999-05-15 Bodo MöllerOPENSSL_EXTERN
1999-05-15 Bodo MöllerOPENSSL_EXTERN, OPENSSL_GLOBAL
1999-05-15 Bodo MöllerUpdate dependencies.
1999-05-13 Bodo MöllerDon't use reserved name "_encrypt" for parameters;
1999-05-13 Ben LaurieUpdate dependencies.
1999-05-13 Ben LaurieAvoid shadowing, and a bit of constification while...
1999-05-13 Ulf MöllerRemove redundant ifdef.
1999-05-13 Ulf MöllerVMS support.
1999-04-29 Bodo MöllerSupport INSTALL_PREFIX for packagers.
1999-04-29 Ulf MöllerIgnore Makefile.save
1999-04-29 Bodo MöllerObey $(PERL) when running util/mklink.pl.
next