Provide documentation for the -psk_session option
[openssl.git] / Configure
2018-05-05 Todd ShortConfigure: fix Mac OS X builds that still require maked...
2018-05-05 Andy PolyakovConfigure: pass more suitable argument to compiler_pred...
2018-05-05 Andy PolyakovConfigure: move --noexecstack probe to Configure.
2018-04-23 Andy PolyakovConfigure: add $target{keccak1600_asm_src}.
2018-04-17 Bernd EdlingerAdd a config option to disable automatic config loading
2018-04-11 Richard LevitteConfiguration: Simplify generating list of generated...
2018-03-31 Daniel BeveniusFix minor typo in comment in Configure
2018-03-31 Bernd EdlingerRemove -Wmisleading-indentation from gcc devteam warnin...
2018-03-29 Andy PolyakovConfigure: harmonize syntax.
2018-03-27 Andy PolyakovConfigure: make LIST command work with dynamic 15-andro...
2018-03-23 Richard LevitteMove the handling of dso_scheme to dso_conf.h
2018-03-22 Rich SalzFix resource files
2018-03-19 Todd ShortFix no-sm3 (and no-sm2)
2018-03-19 Matt CaswellFix no-ec
2018-03-19 Matt CaswellFix no-sm2
2018-03-19 Jack LloydAdd SM2 signature and ECIES schemes
2018-03-19 Andy PolyakovConfigure: pass -no-integrated-as.
2018-03-16 Richard LevitteConfigure: maintain compability with pre-"make variable...
2018-03-16 Richard LevitteConfigure: Don't fail if there were "make variables...
2018-03-15 Sebastian Andrzej... Configure: allow to enable afalgeng if target does...
2018-03-10 Richard LevitteConfigure: catch the build tree configdata.pm
2018-03-10 Richard LevitteConfigure: don't mangle the directory again when checki...
2018-03-09 Richard LevitteConfigure et al: Move the definition of library only...
2018-03-08 Richard LevitteConfigure: correct the check of env vars vs command...
2018-03-08 Richard LevitteConfigure: disallow the mixture of compiling flags...
2018-03-08 Richard LevitteConfigure et al: get rid of last traces of plib_lflags...
2018-03-08 Richard Levitteconfig: Pass diverse flags to Configure via the environment
2018-03-08 Richard LevitteMake "make variables" config attributes for overridable...
2018-03-08 Richard LevitteConfigure et al: rename all dso_* to module_* in shared...
2018-03-06 Richard LevitteConfigure: fix small spelling error
2018-02-27 Richard Levitteconfigdata.pm: ensure $prefix is defined
2018-02-22 Richard LevitteReplace the message about configdata.pm as a script
2018-02-22 Richard LevitteAdd a comment in configdata.pm regarding script-only...
2018-02-22 Richard LevitteMake CROSS_COMPILE another supported "make variable...
2018-02-22 Richard LevitteHave configdata.pm display information on perl
2018-02-21 Andy PolyakovConfigure: engage x25519 assembly support.
2018-02-17 Richard LevitteConfigure: avoid uninit data in configdata.pm
2018-02-15 Richard LevitteConfigure: move down the treatment of seed sources
2018-02-14 Benjamin KadukAuto-size more of configdata.pm "disabled features"
2018-02-13 Richard LevitteConfigure: if a file is generated, never assume it...
2018-02-09 Richard LevitteFix check of cpuid_asm_src config attribute
2018-02-07 Matt CaswellEnable TLSv1.3 by default
2018-02-07 PauliMake the OPENSSL_CPUID_OBJ define internal.
2018-02-02 Richard LevitteHave configdata.pm also display the contents of %target
2018-02-01 Rich SalzShorten output by a line
2018-01-31 Peter Meerwald-StadlerConfigure: Fix configdata.pm shorthand for --dump,...
2018-01-30 Richard LevitteFix small typo (parenthesis missing)
2018-01-30 Richard LevitteConfigure: when checking user input, check both %user...
2018-01-30 Richard LevitteConfigure: add configure command line C flags after...
2018-01-29 Richard LevitteTo make it less surprising and confusing, leave a messa...
2018-01-29 Richard LevitteMove the display of disabled features to configdata...
2018-01-29 Richard LevitteMake configdata.pm runnable and move all display of...
2018-01-29 Richard LevitteDon't define OPENSSL_NO_ERR for the command line
2018-01-29 Richard LevitteRemove $no_sse2, as it's just a 'copy' of $disabled...
2018-01-28 Richard LevitteTreat C++ flags more like C flags, and only if C++...
2018-01-28 Richard LevitteStop having Unix defaults in Configure (partial)
2018-01-28 Richard LevitteProcessing GNU-style "make variables" - implementation
2018-01-28 Richard LevitteProcessing GNU-style "make variables" - separate CPP...
2018-01-24 Richard LevitteConfigure: ensure that a DEPEND generates the correct...
2018-01-24 Richard LevitteConfigure: let INCLUDEs set on binaries "trickle down...
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-09 Richard LevitteConfigure: try to make sure every config target name...
2018-01-08 Richard LevitteSeparate general linking flags from extra libraries
2017-12-28 Richard LevitteIgnore ORDINALS in build.info files, and remove its...
2017-12-17 PauliEnable the ARIA ciphers by default.
2017-12-12 Richard LevitteRestore makedepend capabilities for Windows and VMS
2017-12-12 Richard LevitteConfigure: Recognise .rc and .def / .map / .opt as...
2017-12-12 Richard LevitteConfigure: Read in extra information to help create...
2017-12-12 Richard LevitteConfigure: Add read_eval_file, a general purpose perl...
2017-12-11 Richard LevitteConfigure: move the processing of predefined macros...
2017-12-07 Richard LevitteConfigure: die if there are other arguments with 'reconf'
2017-12-07 Richard LevitteMake it possible to add env var assignments as Configur...
2017-12-07 Richard LevitteSave away the environment variables we rely on
2017-11-12 Josh SorefMany spelling fixes/typo's corrected.
2017-11-07 Richard LevitteConfigure: cleanup @disable_cascade
2017-11-05 Jack LloydSM3: Add SM3 hash function
2017-10-31 Ronald TseSM4: Add SM4 block cipher to EVP
2017-09-22 Andy PolyakovConfigure: add -Wmisleading-indentation to strict warni...
2017-09-21 Andy PolyakovConfigure: unify clang's -Qunused-arguments option...
2017-09-12 Richard LevitteDisable the EGD seeding meachanism when stdio is disabled
2017-08-30 Andy PolyakovConfigure: base compiler-specific decisions on pre...
2017-08-30 Andy PolyakovRevert "Allow --strict-warnings with the icc compiler...
2017-08-28 Richard LevitteIf 'tests' is disabled, then so should 'external-tests'
2017-08-25 Meena VyasAllow --strict-warnings with the icc compiler as well
2017-08-15 Richard LevitteFile::Glob option ':bsd_glob' doesn't work everywhere...
2017-08-15 Richard LevitteConsolidate the locations where we have our internal...
2017-07-28 Richard LevittePerl: Use File::Glob::bsd_glob rather than File::Glob...
2017-07-26 Richard LevitteSimplify the handling of shared library version numbers
2017-07-22 Rich SalzAdd --with-rand-seed
2017-07-03 Richard LevitteRemove the possibility to disable the UI module entirely
2017-06-30 Matt CaswellDrop support for OPENSSL_NO_TLS1_3_METHOD
2017-06-29 Richard LevitteAdd the STORE module
2017-06-28 Richard LevitteAdd new /dev/crypto engine
2017-06-21 Richard LevitteConfigure: give config targets the possibility to enabl...
2017-06-17 Paul YangRemove non-accurate description in Configure script
2017-06-16 Richard LevitteReorder Configure output
2017-05-01 Benjamin KadukRemove duplicates from clang_devteam_warnings
2017-05-01 Benjamin KadukAdd -Wextra to gcc devteam warnings
2017-04-24 Richard LevitteMake it possible to build static-only libraries
2017-04-04 Andy PolyakovConfigure: recognize -framework as linker option [on...
next