Add a return value check
[openssl.git] / Configure
2015-12-10 Andy PolyakovConfigure: make no-chacha and no-poly1305 work.
2015-12-09 Ben LaurieLink library for backtrace() on BSD...
2015-12-02 Richard LevitteFix ./Configure reconf
2015-12-02 Richard LevitteMove the backtrace memleak options to a separate variable
2015-12-02 Richard LevitteAdd backtrace to memory leak output
2015-11-24 Richard LevitteDrop the old perl start magic and replace it with a...
2015-11-24 Jacob Bandes-StorchAdd perl modeline to Configure scripts
2015-11-09 Richard LevitteMake the match for previous cflags a bit more strict
2015-10-22 Richard LevitteMake Configure die when unsupported options are given
2015-10-22 Richard LevitteAdd an explicit list of options that can be disabled...
2015-10-14 Emilia Kaspermake depend: prefer clang over makedepend
2015-10-13 Alessandro GhediniGH429: Add clang to travis
2015-09-30 David WoodhouseFix no-stdio build
2015-09-28 Andy PolyakovUpdate year in Windows builds.
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-07 Richard LevitteAdapt mk1mf.pl and helpers to the new testing framework.
2015-09-03 David WoodhouseRevert "OPENSSL_NO_xxx cleanup: RFC3779"
2015-08-02 Ben LaurieAdd -Wconditional-uninitialized to clang strict warnings.
2015-08-02 Ben LaurieBuild with --strict-warnings on FreeBSD.
2015-05-22 Matt CaswellRemove support for OPENSSL_NO_TLSEXT
2015-05-13 Matt CaswellRemove remaining Kerberos references
2015-05-01 Ben LaurieFix build on MacOS.
2015-04-21 Andy PolyakovEngage ec/asm/ecp_nistz256-sparcv9 module.
2015-04-20 Andy PolyakovConfigure: Engage ecp_nistz256-armv8 module.
2015-04-20 Andy PolyakovConfigure: engage ARMv8 Montgomery multiplication module.
2015-04-17 Emilia KasperUse -Wall -Wextra with clang
2015-04-15 Dr. Stephen HensonAdd -Wtype-limits to strict warnings.
2015-04-04 Richard LevitteAppease clang -Wgnu-statement-expression
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-28 Andy PolyakovEngage vpaes-armv8 module.
2015-03-28 Andy PolyakovConfigure: remove unused variables.
2015-03-23 Matt CaswellAdd -DDEBUG_UNUSED to --strict-warnings
2015-03-21 Richard LevitteRefer to $table{$target} rather than $table{$t}.
2015-03-19 Richard LevitteIf the target is an old style debug- target, it will...
2015-03-18 Andy PolyakovConfigure: fold related configurations more aggressivel...
2015-03-17 Richard LevitteCorrect the request of debug builds
2015-03-16 Richard LevitteChange all the main configurations to the new format.
2015-03-16 Richard LevitteRethink templates.
2015-03-16 Richard LevitteAdd base template processing.
2015-03-16 Richard LevitteAdd template reference processing.
2015-03-16 Richard LevitteRewrite Configure to handle the target values as hash...
2015-03-11 Richard LevitteMove Configurations* out of the way and rename them.
2015-02-24 Rich SalzMove build config table to separate files.
2015-02-22 Richard LevitteRestore -DTERMIO/-DTERMIOS on Windows platforms.
2015-02-21 Richard LevitteAssume TERMIOS is default, remove TERMIO on all Linux.
2015-02-11 Andy PolyakovEngage ecp_nistz256-armv4 module.
2015-02-10 Andy PolyakovConfigure: disable warning C4090 in Windows builds.
2015-02-10 Matt CaswellRemove -DOPENSSL_NO_DEPRECATED from --strict-warnings...
2015-02-09 Andy PolyakovEngage ecp_nistz256-x86 module.
2015-02-04 Dr. Stephen Hensonfix windows build
2015-02-04 Dr. Stephen HensonMore unused FIPS module code.
2015-01-30 Ben LaurieBuild correctly for me on FreeBSD 10.
2015-01-27 Andy PolyakovConfigure: addendum to OPENSSL_NO_[RMD160|RIPEMD] harmo...
2015-01-23 Rich Salzifdef cleanup part 3: OPENSSL_SYSNAME
2015-01-23 Andy PolyakovAdd assembly support to ios64-cross.
2015-01-22 Corinna VinschenDrop redundant and outdated __CYGWIN32__ tests.
2015-01-12 Rich SalzRT3548: Remove some unsupported platforms.
2015-01-05 Emilia KasperAdd a clang build target for linux-x86_64
2015-01-04 Andy PolyakovRemove inconsistency in ARM support.
2014-12-28 Rich SalzRT3548: Remove unsupported platforms
2014-12-25 Rich SalzRT3548: unsupported platforms
2014-12-22 Rich SalzRT3548: Remvoe unsupported platforms
2014-12-18 Matt CaswellMade it an error to define OPENSSL_USE_DEPRECATED if...
2014-12-18 Matt CaswellTurn on OPENSSL_NO_DEPRECATED by default.
2014-12-18 Rich SalzRT3548: Remove some obsolete platforms
2014-12-08 Dr. Stephen HensonRemove fipscanister from Configure, delete fips directory
2014-12-04 Kurt RoeckxRemove SSLv2 support
2014-11-19 Dr. Stephen HensonNew option no-ssl3-method which removes SSLv3_*method
2014-11-16 Mike Bland{,darwin64-}debug-test-64-clang Configure targets
2014-10-23 Andy PolyakovConfigure: add ios64 target.
2014-09-25 Rich SalzRT3544: Must update TABLE after Configure change
2014-09-24 Rich SalzRT3544: Remove MWERKS support
2014-09-11 Andy PolyakovConfigure: engage ECP_NISTZ256.
2014-08-30 Andy PolyakovConfigure: add configuration for crypto/ec/asm extensions.
2014-08-28 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-08-28 Rich SalzRT2308: Add extern "C" { ... } wrapper
2014-08-12 nnposter@users.sou... PR 719: Configure not exiting with child status
2014-08-12 nnposter@users.sou... PR 718: Configure not exiting with child status
2014-08-01 Bodo MoellerUpdate $default_depflags to match current defaults.
2014-07-24 Dr. Stephen HensonAdd conditional unit testing interface.
2014-07-20 Andy PolyakovEngage GHASH for PowerISA 2.0.7.
2014-07-16 Andy PolyakovRevert "Engage GHASH for PowerISA 2.07."
2014-07-16 Andy PolyakovEngage GHASH for PowerISA 2.07.
2014-07-01 Andy PolyakovEngage SHA256/512 for PowerISA 2.07.
2014-06-11 Andy PolyakovEnable multi-block support by default.
2014-06-06 Andy PolyakovEngage GHASH for ARMv8.
2014-06-01 Andy PolyakovEngage POWER8 AES support.
2014-06-01 Andy PolyakovEngage ARMv8 AES support.
2014-06-01 Andy Polyakovlinux-aarch64: engage SHA modules.
2014-06-01 Andy PolyakovAdd linux-aarch64 taget.
2014-06-01 Ben LaurieMerge branch 'erbridge-probable_primes'
2014-06-01 Felix Laurie von... Strip trailing whitespace from Configure.
2014-06-01 Felix Laurie von... Add a new target to Configure for me.
2014-05-04 Andy PolyakovC64x+ assembply pack: add RC4 module.
2014-04-29 Ben LaurieMore warnings.
2014-03-07 Dr. Stephen HensonRemove -WX option from debug-VC-WIN32
2014-02-27 Andy PolyakovConfigure: mark unixware target as elf-1.
2014-02-26 Andy PolyakovConfigure: blended processor target in solaris-x86-cc.
2014-01-07 Andy Polyakovaes/asm/vpaes-ppc.pl: add little-endian support.
2013-12-18 Andy PolyakovPPC assembly pack: improve AIX support (enable vpaes...
next