aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2020-03-11configure.ac: version bump to 2.4.0Tadeusz Struk
2020-03-06configure.ac: bump version number to 2.4.0-rc4Tadeusz Struk
2020-02-24configure.ac: bump version number to 2.4.0-rc3Tadeusz Struk
2020-02-21tctildr: remove the private implementation of strndupTadeusz Struk
2020-01-31[WIP] ci: add FreeBSD build with Cirrus CITadeusz Struk
2020-01-29configure.ac: bump version to 2.4.0-rc2Tadeusz Struk
2020-01-29build: don't link everything against libgcryptTadeusz Struk
2020-01-21configure.ac: bump version number to 2.4.0-rc1Tadeusz Struk
2020-01-03configure.ac: change version to 2.4.0-rc0Tadeusz Struk
2020-01-03build: call AC_PROG_CXX after AC_PROG_CCJonas Witschel
2020-01-03build: expand SYSCONFDIR to absolute pathJonas Witschel
2020-01-03build: add sysusers.d configurationJonas Witschel
2020-01-03FAPI: use only tmpfiles.d to create keystore and eventlog directoryJonas Witschel
2020-01-03build: add backwards compatible option for runstatedirJonas Witschel
2019-12-30FAPI: improve LDFLAGS for libtss2-fapi.soJonas Witschel
2019-12-22Revert "configure: Only use CXX when fuzzing"William Roberts
2019-12-19configure: Only use CXX when fuzzingJohn Andersen
2019-12-19FAPI: Add initial implementation of tss2-fapi.soJuergen Repp
2019-08-28build: add the with-sanitizer configure optionDan Robertson
2019-08-14configure.ac: bump version to 2.4.0-devTadeusz Struk
2019-07-26Release Candidate 2.3.0-rc0Andreas Fuchs
2019-07-25tss2-rc: add TSS2_RC decoding libraryWilliam Roberts
2019-07-25build: add -O2 to compiler flags if fortification is enabledJonas Witschel
2019-07-25tctildr: Add Tss2_TctiLdr_GetInfoPhilip Tricca
2019-07-25tctildr: Add alternative init function with combined name / conf string.Philip Tricca
2019-07-25tctildr: Add library to automate TCTI lifecycle.Philip Tricca
2019-07-12build: Add configure flag to control the NO_DL flag.Philip Tricca
2019-06-25build: let autoconf detect system extensionsAlon Bar-Lev
2019-05-24Build: Restrict -Werror to non-release versionsAndreas Fuchs
2019-05-21build: use unified TSS2_ESYS_{C,LD}FLAGS_CRYPTO for crypto backendJonas Witschel
2019-05-21build: remove libsslJonas Witschel
2019-05-17Build: use ax_enable_debugAndreas Fuchs
2019-05-17Build: Use ax_fortify_sourceAndreas Fuchs
2019-05-06Fix SPDX License IdentifierPeter Huewe
2019-04-23build: use PKG_INSTALLDIR to determine pkgconfigdirJonas Witschel
2019-04-11configure.ac: remove unused AC_DEFINE(HAVE_CMOCKA)Дилян Палаузов
2019-04-11build: use AC_CONFIG_FILES for pkg-config filesJonas Witschel
2019-03-29configure.ac: check for libcrypto/libssl with PKG_CHECK_MODULESДилян Палаузов
2019-03-28configure.ac: tautologyДилян Палаузов
2019-03-26configure.ac: provide clearer instructions how to run fuzzingДилян Палаузов
2019-03-22configure.ac: typo fuzzng → fuzzingДилян Палаузов
2019-03-21configure.ac: consolidate the gcrypt checks under a single AS_IFДилян Палаузов
2019-03-21configure.ac: print in the summary the default tctidefaultmoduleДилян Палаузов
2019-03-21Build: Bumping version to next-devAndreas Fuchs
2019-03-19test: CC needs to be set to clang for fuzzingTadeusz Struk
2019-03-19Revert "build: set CC to be clang for fuzzing"Tadeusz Struk
2019-03-15configure.ac: call AC_OUTPUT after all checksДилян Палаузов
2019-03-12configure.ac: preserve default behaviour of CFLAGSДилян Палаузов
2019-03-11configure.ac: “test ==” is not portable, use “test =” insteadДилян Палаузов
2019-03-11configure.ac: remove redundant code from AC_ARG_ENABLEДилян Палаузов