aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2018-05-03Build: Make TCTIs optionalAndreas Fuchs
2018-05-02Doc: Add man pages and other doxygen fixesAndreas Fuchs
2018-04-23build: Fix udev rule when no file prefix is provided.Philip Tricca
2018-04-23build: Install udev rule to set ownership and permissions for TPM chardevsJavier Martinez Canillas
2018-04-06Fix Spelling Errors in Root Directory Filesdantpm
2018-04-03tcti: Use separate structures for the device and mssim TCTI contexts.Philip Tricca
2018-03-29Tests: Extract simulator TPM_StartupAndreas Fuchs
2018-03-28ESAPI: Change behavior of default TCTIAndreas Fuchs
2018-03-28Build: ESAPI Fix includes and CFLAGSAndreas Fuchs
2018-03-16SAPI: Initialize: allow abiVersion == NULLAndreas Fuchs
2018-03-16headers: Move TPM2B type from tss2_common.h to $(srcdir)/src/util.Philip Tricca
2018-03-16headers: Remove tpm20.h header.Philip Tricca
2018-03-15util: Refactor TCTI I/O code into I/O module in utility library.Philip Tricca
2018-03-14build: Simplify tss2-esys directory structure.Philip Tricca
2018-03-14build: Simplify tss2-sys directory structure.Philip Tricca
2018-03-14build: Move esysapi implementation to $(srcdir)/src/tss2-esysPhilip Tricca
2018-03-14build: Move logging code and tss2_endian.h to $(srcdir)/src/utilPhilip Tricca
2018-03-14build: Move sysapi implementation to $(srcdir)/src/tss2-sys.Philip Tricca
2018-03-14build: Move TCTI code from tcti/ to src/tss2-tcti/Philip Tricca
2018-03-14build: Move type marshalling library from 'marshal' to 'src/tss2-mu'.Philip Tricca
2018-03-14build: Install headers to $(includedir)/tss2, prefixed with tss2_Philip Tricca
2018-03-09tcti: Rename 'socket' TCTI to 'mssim'.Philip Tricca
2018-03-09tcti: refactor PlatformCommand functionTadeusz Struk
2018-03-09doc: Update manpage for socket TCTI initialization function.;Philip Tricca
2018-03-06build: Add pkgconfig file for libesapi.Philip Tricca
2018-03-01libtcti-device: Remove deprecated init function and update man page.Philip Tricca
2018-03-01Misc: Remove site filesAndreas Fuchs
2018-03-01Makefile: Restructure MakefilesAndreas Fuchs
2018-02-27test: add tests for PolicyAuthorizeNVTadeusz Struk
2018-02-26Tests: Add ESAPI testsJuergen Repp
2018-02-23libtcti-socket: Cleanup PlatformCommand and use 'read' not 'recv'.Philip Tricca
2018-02-22build: Distribute the source for the InitSocketTcti man page.Philip Tricca
2018-02-22build: Use utility library instead of building the log module in directly.Philip Tricca
2018-02-22tcti-socket: Use 'write_all' utility function in place of 'send'.Philip Tricca
2018-02-22tcti: Add 'write_all' utility function to retry the 'write' syscall.Philip Tricca
2018-02-16build: Build test library only when integration tests are enabled.Philip Tricca
2018-02-16Doxygen: Integrate doxygen buildingAndreas Fuchs
2018-02-16ESAPI: Added support for ESAPIJuergen Repp
2018-02-02test: add test for TPM2_CreateLoaded commandTadeusz Struk
2018-02-02build: Link against libcrypt, not libssl.Philip Tricca
2018-02-01test: add a common hash functionTadeusz Struk
2018-01-19test: Remove old tpmclient 'tcti_util' module.Philip Tricca
2018-01-08tcti-socket: Add common Info and Init function.Philip Tricca
2018-01-04test: Update to new logging frameworkAndreas Fuchs
2018-01-04TCTI: Update to new logging frameworkAndreas Fuchs
2017-12-21build: Include README.md and friends in the release tarball.Philip Tricca
2017-12-05build: Add libmu as a dependency of libtcti-socket.Philip Tricca
2017-12-01build: detect ld version-script flag supportDavid R. Bild
2017-11-29Make: Add silent rulesAndreas Fuchs
2017-11-28Tests: Add support for code coverage measurementAndreas Fuchs