openssl.git
2016-02-22 David WoodhouseRT4334: Check UEFI before __STDC_VERSION__ for <inttypes.h>
2016-02-22 Matt CaswellPartial revert of 1288f26 and fix for no-async
2016-02-22 David WoodhouseRT4309: Define PRIu64 for UEFI build
2016-02-22 Rich SalzRT4320/GH705: Fix PEM parsing bug.
2016-02-22 Rich SalzGH721: Duplicated flags in doc
2016-02-22 Richard LevitteClean away $no_dso since with have $disabled{dso}
2016-02-22 Richard LevitteClean away $no_asm since with have $disabled{asm}
2016-02-22 Richard LevitteClean away $no_rfc3779 since we don't appear to use...
2016-02-22 Richard LevitteClean away $zlib since with have $disabled{zlib}
2016-02-22 Richard LevitteClean away $no_threads since we have $disabled{threads}
2016-02-22 Richard LevitteClean away $config{no_shared} since we have $disabled...
2016-02-22 Richard LevitteExpose %disables to the perl fragments in build.info...
2016-02-22 Richard LevitteFix DSO name on HP/UX
2016-02-22 Richard LevitteFix a few typos
2016-02-22 Rich SalzMissed an experimental.
2016-02-22 Richard LevitteDon't include all symbols from static libraries when...
2016-02-22 Richard LevitteGet back "ssl2" as a deprecated disablable option
2016-02-22 Richard LevitteAdd a "no-pic" build for Travis
2016-02-22 Richard LevitteRewrite CHANGES to add some commentary about the "pic...
2016-02-22 Richard LevitteIntroduce the "pic" / "no-pic" config option
2016-02-22 Richard LevitteUse $disabled{"dynamic-engine"} internally
2016-02-22 Richard LevitteFix incorrect SO name on GNU platforms
2016-02-21 Richard LevitteDon't use 'parent' in util/dofile.pl
2016-02-21 Richard LevitteCheck that any dependency file is newer than Makefile...
2016-02-20 Richard LevitteDocument the last configuration changes
2016-02-20 Richard LevitteAvoid GNU make re-exec when adding dependencies to...
2016-02-20 Viktor DukhovniWork-around for proxy->s_server retry logic
2016-02-20 Ben LaurieRemove OBJ_EXT and friends.
2016-02-20 Ben LaurieMissing extension on dependency, .d file is not always...
2016-02-20 Richard LevitteUnified on VMS - install dynamic engines if there are any
2016-02-20 Richard LevitteRun the TLSProxy based tests as long as dynamic engines...
2016-02-20 Richard LevitteBuild dynamic engines even if configured "no-shared"
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-20 Richard LevitteMake crypto/buildinf.h depend on configdata.pm rather...
2016-02-20 Kurt Roeckxargv was set but unused
2016-02-20 Richard Levitteapps_extra_src changed name to apps_aux_src, rename...
2016-02-20 Richard LevitteVMS static libraries have the extension .OLB, not .LIB
2016-02-19 Richard LevitteUnified 'make depend' has to cleanup after itself
2016-02-19 Richard LevitteFix Configurations/unix-Makefile.tmpl
2016-02-19 Andy PolyakovMakefile.shared: limit .dll image base pinning to FIPS...
2016-02-19 Dr. Stephen... Remove DSA negative integer workaround code.
2016-02-19 Dr. Stephen... Remove broken DSA private key workarounds.
2016-02-19 Emilia KasperTLS: reject duplicate extensions
2016-02-19 Emilia Kaspergetaddrinfo: zero the hints structure
2016-02-19 Viktor SzakatsGH712: Missed some no-filenames cases
2016-02-19 Richard LevitteMake sure the linked programs have the correct extension
2016-02-19 Richard LevitteBig rename fest of MingW shared libraries
2016-02-19 Richard LevitteMisc small fixes.
2016-02-19 Richard LevitteTry removing installation directories after having...
2016-02-19 Richard LevitteSmall rename fest in unified, obj2dynlib -> obj2dso
2016-02-19 Richard LevitteRemake the installation of shared libraries in unix...
2016-02-19 Richard LevitteBig rename fest of engine DSO names, from libFOO.so...
2016-02-19 Richard LevitteSimplify the generation of ld scripts for Linux and...
2016-02-19 Richard LevitteBig rename fest in makefile.shared: link_a / link_o...
2016-02-19 Richard LevitteCentralise the shared library / dso name info in unix...
2016-02-19 Richard LevitteLet Configure figure out the diverse shared library...
2016-02-19 Richard LevitteVMS fixed in unified build
2016-02-19 Richard LevitteUnified - don't install the ossltest engine
2016-02-19 Richard LevitteUnified - do a better job when uninstalling
2016-02-19 Richard LevitteRethink the uplink / applink story
2016-02-19 Richard LevitteVMS: rather use a quick file comparison than DIFF
2016-02-19 Richard LevitteVMS: produce dependency files just like you produce...
2016-02-19 Richard LevitteFix casing on VMS
2016-02-19 Richard LevitteDon't use config.timestamp, we already have configdata.pm
2016-02-18 Richard Levitte'make depend' for the unified build scheme
2016-02-18 Richard LevitteFix uninstall_sw for the unixmake scheme
2016-02-18 Richard LevitteSet EXE_EXT environment variable when testing
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-18 Richard LevitteDon't treat .d (depend) files separately from object...
2016-02-18 Richard LevitteFix the makedepend constructor in unix-Makefile.tmpl
2016-02-18 Rich SalzFix {TLS,CIPHER}_DEBUG compiles.
2016-02-18 Roumen Petrovdocumentation: RSA_new_method argument
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-18 Roumen Petrovremove redundant opt* declarations
2016-02-18 Neel GoyalFix typo in SSL_CTX_set_msg_callback docs
2016-02-18 Rich SalzGH681: More command help cleanup
2016-02-18 Matt CaswellFix windows thread stop code
2016-02-18 Roumen PetrovFix OPENSSL_config with NULL parameter
2016-02-18 Matt CaswellFix memory leaks in tls_decrypt_ticket
2016-02-18 Zhao JunwangGH706: Use NULL for pointer compare.
2016-02-18 Dr. Stephen... typo
2016-02-18 Rich SalzRemove "experimental" in code and comments, too.
2016-02-17 Richard LevitteIn the unified scheme, there is no $(TOP), use $(SRCDIR...
2016-02-17 Richard LevitteFix spelling
2016-02-17 Richard LevitteFix spelling
2016-02-17 Richard LevitteAdd -lresolv to the Solaris ex_libs
2016-02-17 David WoodhouseFinish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005
2016-02-17 Richard LevitteGet conditional priorities right
2016-02-17 Richard LevitteBe more verbose when debugging is on
2016-02-17 David WoodhouseRT3628: Allow filenames to be eliminated from compiled...
2016-02-17 Richard LevitteWhen someone configures an out-of-source build, switch...
2016-02-17 Richard LevitteFix check of -DOPENSSL_USE_APPLINK in $config{cflags}
2016-02-17 Rich SalzRT4310: Fix varous no-XXX builds
2016-02-17 Dr. Stephen... remove redundant code
2016-02-17 David WoodhouseRT4318: Fix OSSL_SSIZE_MAX for UEFI build
2016-02-17 David WoodhouseRT4315: Fix UEFI build in crypto/init.c
2016-02-17 Rich SalzRemove JPAKE
2016-02-17 David WoodhouseRT4313: Fix build for !IMPLEMENTED code path in CRYPTO_...
2016-02-17 Richard LevitteFixup secmemtest for the change of CRYPTO_free() and...
2016-02-17 Dmitry-MeFix mismatched curly brace
next