]> git.ipfire.org Git - thirdparty/openssl.git/history - Makefile.org
Run tests on Travis for mingw builds as well
[thirdparty/openssl.git] / Makefile.org
2015-10-16  Rich SalzRun tests on Travis for mingw builds as well
2015-10-09  Adam EijdenbergInitial commit for Certificate Transparency support
2015-09-30  Richard LevitteRemove the hard coded -DOPENSSL_NO_DEPRECATED from...
2015-09-15  Richard LevitteAdd a method to list available tests
2015-09-07  Matt CaswellFix build break due to rehash command
2015-09-06  Timo TerasAdd rehash command to openssl
2015-07-10  Richard LevitteSet numeric IDs for tar as well
2015-07-10  Richard LevitteStop using tardy
2015-06-10  Richard LevitteAdd and rearrange building of libraries
2015-05-23  Richard LevitteMissed a couple of spots in the update change
2015-05-22  Richard LevitteFix the update target and remove duplicate file updates
2015-05-13  Matt CaswellRemove remaining Kerberos references
2015-05-13  Matt CaswellRemove Kerberos support from libcrypto
2015-05-02  Richard LevitteRemove obsolete make variables
2015-05-02  Ben LaurieClean all .o files.
2015-05-02  Richard LevitteRemove shlib/
2015-04-29  Rich SalzMake "make rehash" quiet
2015-04-21  Rich SalzAvoid "no config file" warning message
2015-03-31  Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31  Richard LevitteStop symlinking, move files to intended directory
2015-03-11  Richard LevitteMove Configurations* out of the way and rename them.
2015-02-24  Rich SalzRemove CVS filtering from find targets
2015-02-24  Rich SalzMove build config table to separate files.
2015-02-04  Rich SalzFix various build breaks
2015-02-04  Dr. Stephen HensonMore unused FIPS module code.
2015-01-12  Rich SalzRT478: Add uninstall make target
2014-12-15  Rich SalzRT3497: Fix; don't remove header files
2014-12-12  Rich SalzRT1688: Add dependencies for parallel make
2014-12-11  Rich SalzRT3497: Clean up "dclean" targets
2014-12-10  Rich SalzRemove old private pod2man
2014-12-08  Dr. Stephen HensonRemove references to deleted fips directory from Makefi...
2014-12-08  Dr. Stephen HensonRemove FIPSCANISTERINTERNAL reference.
2014-12-08  Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-08-30  Andy PolyakovConfigure: add configuration for crypto/ec/asm extensions.
2014-08-30  Rich SalzRT2820: case-insensitive filenames on Darwin
2014-08-29  Jim ReidRT2880: HFS is case-insensitive filenames
2014-08-27  Rich SalzAdd tags/TAGS target; rm tags/TAGS in clean
2014-08-13  Matt CaswellRT1665: Fix podpath to get xref's right
2014-08-12  Rich SalzRevert "RT 2820: Case-insensitive filenames on Darwin"
2014-08-11  Jim ReidRT 2820: Case-insensitive filenames on Darwin
2014-05-12  Mike FrysingerHave the .pc files depend on each other rather than...
2014-02-28  Andy PolyakovMakefile.org: fix syntax error on Solaris.
2014-02-03  Dr. Stephen HensonAdd quotes as CC can contain spaces.
2013-11-10  Andy PolyakovMakfile.org: make FIPS build work with BSD make.
2013-09-20  Ben LaurieMerge remote-tracking branch 'trevp/pemfix' into trev...
2013-09-15  Andy PolyakovAdd support for Cygwin-x86_64.
2012-12-11  Ben LaurieMake openssl verify return errors.
2012-04-22  Dr. Stephen Hensoncheck correctness of errors before updating them so...
2012-04-19  Andy PolyakovMakefile.org: clear yet another environment variable.
2012-02-12  Dr. Stephen HensonPR: 2713
2011-11-12  Andy PolyakovMakefile.org: proper libclean on MacOS X.
2011-09-06  Andy PolyakovPadlock engine: make it independent of inline assembler.
2011-08-16  Andy PolyakovMakefile.org: get commit#21249 right.
2011-08-15  Dr. Stephen HensonDelete library install from Makefile.fips: it isn't...
2011-08-15  Dr. Stephen Hensonquote LIBS to copy with empty string
2011-06-20  Dr. Stephen Hensonadd null cipher to FIPS module
2011-06-01  Dr. Stephen HensonAdd DSA and ECDSA "clone digests" to module for compati...
2011-05-07  Dr. Stephen HensonRemove FIXME comments.
2011-04-18  Dr. Stephen HensonInitial untested CCM support via EVP.
2011-04-12  Dr. Stephen HensonUse consistent FIPS tarball name.
2011-04-06  Dr. Stephen HensonRemove rand files from fipscanister.o
2011-04-04  Dr. Stephen HensonUse environment when builds libcrypto shared library...
2011-03-24  Richard LevitteImplement FIPS CMAC.
2011-03-12  Ben LaurieAdd SRP support.
2011-03-09  Dr. Stephen HensonAdd ECDH to validated module.
2011-02-21  Dr. Stephen HensonCreate fips links even if not compiling in fips mode.
2011-02-17  Dr. Stephen HensonMake -DOPENSSL_FIPSSYMS work for assembly language...
2011-02-14  Dr. Stephen HensonAdd ECDSA functionality to fips module. Initial very...
2011-02-13  Dr. Stephen HensonRemove dependency of dsa_sign.o and dsa_vrf.o: new...
2011-02-08  Dr. Stephen HensonLink GCM into FIPS module. Check return value in EVP...
2011-02-03  Dr. Stephen HensonUse single X931 key generation source file for FIPS...
2011-02-02  Dr. Stephen HensonMake no-asm work in fips mode. Add android platform.
2011-01-30  Dr. Stephen HensonFix shared build for fips
2011-01-29  Dr. Stephen Hensontypo
2011-01-27  Dr. Stephen HensonRedirect FIPS memory allocation to FIPS_malloc() routin...
2011-01-27  Dr. Stephen HensonInclude thread ID code in fips module.
2011-01-26  Dr. Stephen HensonAdd fipscanisterbuild configuration option and update...
2010-04-22  Andy PolyakovTake gcm128.c and ghash assembler modules into the...
2010-02-07  Dr. Stephen HensonInitial experimental CMAC implementation.
2010-01-27  Dr. Stephen HensonSome shells print out the directory name if CDPATH...
2010-01-16  Dr. Stephen HensonPR: 2135
2009-10-15  Dr. Stephen HensonFixes to CROSS_COMPILE, don't override command line...
2009-10-15  Dr. Stephen HensonRevert extra changes from previous commit.
2009-10-15  Dr. Stephen HensonPR: 2066
2009-08-26  Dr. Stephen HensonPR: 2015
2009-08-12  Dr. Stephen HensonUpdate default dependency flags.
2009-08-10  Dr. Stephen HensonPR: 2003
2009-08-05  Dr. Stephen HensonPR: 2002
2009-04-23  Dr. Stephen HensonMerge from 1.0.0-stable branch.
2009-04-07  Dr. Stephen HensonChanges from 1.0.0-stable.
2009-04-06  Dr. Stephen HensonUpdates from 1.0.0-stable
2009-02-19  Richard LevitteMake STORE an experimental feature.
2009-02-10  Dr. Stephen HensonAdd error checking to obj_xref.pl and add command line...
2008-12-30  Andy PolyakovStyling update to makefiles: eliminate redundant pipes.
2008-12-29  Andy PolyakovStyling update to makefiles: $() to denote make substit...
2008-12-23  Andy PolyakovEngage crypto/modes.
2008-10-26  Ben LaurieAdd JPAKE.
2008-06-04  Ben LaurieMore type-checking.
2008-04-17  Lutz JänickeApply mingw patches as supplied by Roumen Petrov an...
2008-03-12  Dr. Stephen HensonAnd so it begins...
next