summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Expand)Author
2021-01-12Configure: warn about duplicate GENERATE declarations in build.info filesRichard Levitte
2021-01-12Configure: clean away perl syntax faultsRichard Levitte
2021-01-12Configure: Check all SOURCE declarations, to ensure consistencyRichard Levitte
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-12-19GitHub CI: Separate no-deprecated job from minimal jobRichard Levitte
2020-12-04{.travis,ci,appveyor}.yml: Make minimal config consistent, add no-deprecated ...Dr. David von Oheimb
2020-11-27Fix no-engineMatt Caswell
2020-09-29Configure: handle undefined shared_target.Richard Levitte
2020-09-24Configure: Show 'enable' and 'disable' config attributesRichard Levitte
2020-09-18Add 'fips-securitychecks' option and plumb this into the actual fips checksShane Lontis
2020-07-16deprecate engines in 3.0Pauli
2020-07-15Configure: fix minor typo in apitable commentDaniel Bevenius
2020-07-05Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md filesDr. David von Oheimb
2020-07-05Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb
2020-07-03Configure: fix handling of build.info attributes with valueRichard Levitte
2020-07-02Configure: Check source and build dir equality a little more thoroughlyRichard Levitte
2020-06-29Add --fips-key configuration parameter to fipsinstall application.Rich Salz
2020-06-28DOC: Mention Configure consistentlyRichard Levitte
2020-06-28Configure: pick up options from older 'config'Richard Levitte
2020-06-28util/perl/OpenSSL/config.pm: refactor map_guess()Richard Levitte
2020-06-28util/perl/OpenSSL/config.pm, Configure: move check of target with compilerRichard Levitte
2020-06-17Add ACVP fips module testsShane Lontis
2020-05-20Fix egd and devrandom source configsBernd Edlinger
2020-05-06Configure: avoid perl regexp bugsRichard Levitte
2020-04-28Configure: change all references to INSTALL to INSTALL.mdRichard Levitte
2020-04-25Configure: Allow quoted values in VERSIONRichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-04-22GOST2012 TLS Supported Groups Identifiers SupportNikolay Morozov
2020-03-04config, Configure: move the check of removed crypto/ sub-systemsRichard Levitte
2020-03-02Configure: Diverse cleanupsRichard Levitte
2020-03-02build.info: Implement simply substitutions in variable valuesRichard Levitte
2020-03-02build.info: Make it possible to have more than one item in KEYWORD[]Richard Levitte
2020-02-14Make secure-memory be a config optionRich Salz
2020-02-07Configure: Add easy to use disabled deprecated functionality indicatorsRichard Levitte
2020-01-23Configure: Better detection of '-static' in @{$config{LDFLAGS}}Richard Levitte
2020-01-13Configure: use $list_separator_re only for defines and includesRichard Levitte
2020-01-06Deprecate the low level AES functionsMatt Caswell
2019-12-14Deprecated crypto-mdebug-backtraceRich Salz
2019-12-14Deprecate most of debug-memoryRich Salz
2019-12-11Configure: use ELFv2 ABI on some ppc64 big endian systemsAndy Polyakov
2019-12-10Configuration: compute openssl_other_defines and related info laterRichard Levitte
2019-12-10Disable devcryptoeng on newer OpenBSD versionsRichard Levitte
2019-11-29Configure: make it possible to have generated generatorsRichard Levitte
2019-11-29Add the possibility to generate documentation at build timeRichard Levitte
2019-11-07Change the logic and behaviour surrounding '--api' and 'no-deprecated'Richard Levitte
2019-11-02Configure: Make --strict-warnings meaningful with MSVC clRichard Levitte
2019-10-31Add support for in-kernel TLS (KTLS) on FreeBSD.Andrew Gallatin
2019-10-18Update dgst.c to show a list of message digestsagnosticdev
2019-10-18Configure: get version from the file 'VERSION' instead of 'opensslv.h'Richard Levitte
2019-10-13Configure: accept Windows style compiler optionsDr. Matthias St. Pierre