aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2018-03-30README.md: Fix Typos, Spelling, and Grammar.dantpm
Fix typos and spelling in README.md: s/integraion/integration/ s/uint/unit/ Also fix grammar. Fixes #895. Signed-off-by: Dan Anderson <daniel.anderson@intel.com>
2018-03-28doc: Update Readme src structureAndreas Fuchs
Update README.md to reflect latest updates to the source code structure and layout. Signed-off-by: Andreas Fuchs <andreas.fuchs@sit.fraunhofer.de>
2018-03-28doc: Update Readme for librariesAndreas Fuchs
Update README.md to reflect correct library names and also to include libtss2-mu and TSS2.0 common specifications. Fixes: #859 Signed-off-by: Andreas Fuchs <andreas.fuchs@sit.fraunhofer.de>
2018-02-28doc: update readme with tests enable infoTadeusz Struk
Add details about how to enable unit and integ tests separately. Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
2018-02-16ESAPI: Added support for ESAPIJuergen Repp
Add support for esapi as code, include files and Makefiles Signed-off-by: Juergen Repp <juergen.repp@sit.fraunhofer.de> Signed-off-by: Andreas Fuchs <andreas.fuchs@sit.fraunhofer.de>
2018-02-02README.md: Update travis badge for intel -> tpm2-software.Philip Tricca
Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
2018-01-31build: Add yml file for appveyor.Philip Tricca
This is the most simple scenario as we only build 32bit libraries in the debug configuration. This commit also adds the AppVeyor badge to README.md. Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
2018-01-31readme: fix spelling mistakeWilliam Roberts
2018-01-28doc: Update link to travis-ci with new Github org name.Philip Tricca
Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
2018-01-23README: update documentation for testingKristen Carlson Accardi
The instructions for running tpmclient seem outdated. Update the testing instructions to use make check instead. Signed-off-by: Kristen Carlson Accardi <kristen@linux.intel.com>
2018-01-23update INSTALL and READMEKristen Carlson Accardi
Update the INSTALL.md file to include a dependency on liburiparser-dev. Update the README.md file to correctly point to the INSTALL.md file. Signed-off-by: Kristen Carlson Accardi <kristen@linux.intel.com>
2017-12-05coveralls: enable coverage statsWilliam Roberts
Enable coveralls, which provides: 1. archival of coverage stats. 2. failure thresholds if patches reduce coverage by a certain amount. 3. public badging of current coverage. In order to enable it, one must have the coveralls command installed via pip as well as the COVERALLS_REPO_TOKEN set as the repo's token encrypted via travis encrypt. Signed-off-by: William Roberts <william.c.roberts@intel.com>
2017-11-13README.md: Account for renaming of github org from 01org to intel in ↵Philip Tricca
travis-ci URL. A bit dissappointing that travis-ci picks up the rename automatically but coverity is completely unable to rename projects at all. They can only be deleted and replaced by a new project. Presumably all scan history will be lost if we do this :( Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
2017-10-11README.md: Update project / code layout.Philip Tricca
The image file used by the last maintainer has no source file so we can't update it. Migrating this to plain text / markdown will make future updates much easier. The general structure was generated using the `tree` command. The descriptions were written manually. Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
2017-09-28Rename all project name references to tpm2-tssJavier Martinez Canillas
The project name was changed to tpm2-tss, update the references to the old name for consistency. Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2017-09-07README.md: add missing "." in section overviewMarc Kleine-Budde
2017-08-04README.md: Update URLs to account for TPM2.0-TSS -> tpm2-tss rename.Philip Tricca
The travis URL had to be updated as did the local links. Local links were changed from URLs to relative file paths to make this a bit less fragile. Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
2017-07-25build: Add coverity badge with link to scan results & travis-ci stuff.Philip Tricca
Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
2017-07-21README.md: Add section with info on the mailing list and IRC channel.Philip Tricca
Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
2017-07-02README: Added documentation images for easy accessJohn Andersen
Signed-off-by: John Andersen <john.s.andersen@intel.com>
2017-06-15Convert INSTALL to markdown / INSTALL.md.Philip Tricca
Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
2017-05-22README: Remove mention of the old resourcemgr and its deprecation.Philip Tricca
Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
2017-03-07README.md: Remove descriptions of the unimplemented API + random fixups.Philip Tricca
Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
2017-02-24README.md: Add instructions for testing the TCTI and SAPI.Philip Tricca
This resolves #17. Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
2017-02-24README.md: Remove windows build and test instructions.Philip Tricca
Resolves #278 Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
2017-01-22README: Add warning about deprecation of the resourcemgr code.Philip Tricca
Add note in changelog as well. Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
2016-09-29README.md: Add build status badge from Travis-CIPhilip Tricca
Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
2016-06-24doc: Move *.md files into doc/ directory.Philip Tricca
Leave README.md in place. Signed-off-by: Philip Tricca <flihp@twobit.us>
2015-11-25Finished conversion of readme.pdf to *.md files.wcarthur
2015-11-24Added TCTI tests for bad reference, bad sequence, and IO error.wcarthur
Fixed TCTI code issues in both local TPM and remote (sockets interface) TPM TCTI layers: No support for TCTI magic and version fields No support for sequence checks Missing checks for NULL pointers in send/receive functions. Sockets TCTI layer wasn't checking return codes from sendBytes and recvBytes functions. Started converting readme.pdf to readme.md
2015-11-19Cleanup of readme.md file.wcarthur
2015-08-14Minor fixups to the README.md file.Philip Tricca
Add pointer to the INSTALL instructions. Fix link to the PDF README. Use header for the resources section.
2015-07-15Fixed another bug in readme.mdWill Arthur
2015-07-15Yet more readme.md changes.Will Arthur
2015-07-15More changes to readme.md file.Will Arthur
2015-07-15changes to readme.md.Will Arthur
2015-07-15Create README.mdwcarthur1