No need to call EVP_CIPHER_CTX_init after EVP_CIPHER_CTX_new
[openssl.git] / Configurations /
2016-03-10 Richard LevittePass down inclusion directories to source file generators
2016-03-10 Richard LevitteWhen configured "shared", don't build static libraries...
2016-03-09 Richard LevitteAdapt the Windows makefile template to source generation
2016-03-09 Richard LevitteUnified - extract settings from util/pl/VC-32.pl and...
2016-03-09 Richard LevitteUnified - a native Windows makefile template
2016-03-09 Richard LevitteBecause crypto/build.info demands CFLAGS_Q, descrip...
2016-03-09 Richard LevitteAdd missing semi
2016-03-09 Richard LevitteAdapt unix Makefile template to 'no-makedepend'
2016-03-09 Richard LevitteAdapt descrip.mms.tmpl to 'no-makedepend'
2016-03-08 Richard LevitteRedo the Unix source code generator
2016-03-08 Andy PolyakovSPARCv9 assembly pack: unify build rules and argument...
2016-03-08 Richard LevitteFix configurations such as 'dist' and tar building
2016-03-08 Richard LevitteMake unified builds the default on Unix
2016-03-07 Richard LevitteUnified - Add the build.info command OVERRIDE, to avoid...
2016-03-07 Richard LevitteUnified - Adapt the Unix and VMS templates to support...
2016-03-07 Richard LevitteUnified - Add the build.info command GENERATE, to gener...
2016-03-05 Richard LevitteNo -fno-common for Darwin
2016-03-05 Richard LevitteChange names of ordinals and libs, libeay => libcrypto...
2016-03-04 Richard LevitteCorrection, $disabled{shared} rather than $config{no_sh...
2016-03-03 Richard LevitteRemove overzealous echoing
2016-03-02 Richard LevitteDocument the changes in config settings
2016-03-02 Richard LevitteDon't copy from %target to %config so much, see %config...
2016-03-02 Richard LevitteConfigure - Get rid of the special thread_cflag, replac...
2016-03-02 Richard LevitteConfigure - get rid of the special debug_ and release_...
2016-03-02 Richard LevitteMinimize copied config settings
2016-03-02 Richard LevitteConfigure - move the addition of the zlib / libz lib...
2016-03-02 Richard LevitteConfigure - Rename BASE to DEFAULTS and add a few inher...
2016-03-02 Richard LevitteAdd a shared_target to the VC-common config
2016-03-02 Richard LevitteMake uplink auxiliary source separate from cpuid source
2016-03-01 Richard LevitteUnified - have configdata.pm depend on a few more things
2016-02-28 Richard LevitteVMS - don't exit out of a MMS recipe
2016-02-28 Richard LevitteMake generation of dependency files more efficient...
2016-02-27 Rich SalzRemove some old files.
2016-02-27 Richard LevitteKeep a cache of files that already have a recipe, in...
2016-02-27 FdaSilvaYYGH753: More spelling fix
2016-02-26 Rob PercivalPublic API for Certificate Transparency
2016-02-26 Richard LevitteRemove comments saying you must do 'make -f Makefile...
2016-02-26 Richard LevitteUnified on VMS - add %disabled in vmsconfig.pm (util...
2016-02-26 Richard LevitteConfigure - neater looking add() and add_before()
2016-02-25 Richard LevitteMake it possible to build even if dependency files...
2016-02-22 Richard LevitteRemove all -march= from configs
2016-02-22 Richard LevitteClean away $config{no_shared} since we have $disabled...
2016-02-21 Richard LevitteCheck that any dependency file is newer than Makefile...
2016-02-20 Richard LevitteAvoid GNU make re-exec when adding dependencies to...
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 LevitteAlways build library object files with shared library...
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 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 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 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 SalzRemove "experimental" in code and comments, too.
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-16 Richard LevitteFix use of add() and add_before() in Configurations...
2016-02-15 Richard LevitteMANSUFFIX should be left empty
2016-02-15 Ben LaurieAddress comments.
2016-02-15 Ben LaurieTests depend on everything.
2016-02-14 Andy PolyakovConfigurations/00-base-templates.conf: typos in [chacha...
2016-02-14 Richard LevitteHave dofile.pl say where it was run, for real this...
2016-02-14 Richard LevitteHave dofile.pl say where it was run
2016-02-13 Richard LevitteDon't build test programs by default, add convenience...
2016-02-13 Richard LevitteHave the same installation directories in unified as...
2016-02-13 Andy PolyakovConfigurations: engage PPC ChaCha20 and Poly1305 modules.
2016-02-13 Richard LevitteAdd SHARED_RCFLAGS in unified Makefile template
2016-02-13 Richard LevitteThe unified build may delete installed manual files
2016-02-13 Richard LevitteIn templates, output_on() must be used the same way...
2016-02-13 Andy PolyakovC64x+ assembly pack: add ChaCha20 and Poly1305 modules.
2016-02-13 Andy PolyakovConfigurations: engage ARM ChaCha20 and Poly1305 modules.
2016-02-12 Richard LevitteWe need the linked utils after a full build.
2016-02-12 Richard LevitteUnified build - fix make depend
2016-02-12 Richard LevitteRename INSTALL_PREFIX to DESTDIR, remove option --insta...
2016-02-12 Richard LevitteGenerate progs.h from a bunch of files instead of inter...
2016-02-11 Richard LevitteAdd the generate mechanism from unixmake to unix-Makefi...
2016-02-11 Rich SalzMove to REF_DEBUG, for consistency.
2016-02-11 Richard LevitteMake shared library targets more consistent
next