~timchen119/lyoncore-snaps/+git/tpm2-initramfs-tool:master

Last commit made on 2020-12-23
Get this branch:
git clone -b master https://git.launchpad.net/~timchen119/lyoncore-snaps/+git/tpm2-initramfs-tool

Branch merges

Branch information

Recent commits

9fb5b10... by Tim Chen

Bump version to 0.2.2

e6682e4... by Tim Chen

This commit update README installation instructions based from issue #1 feedbacks.

 * Update hook location to /etc/initramfs-tools/
 * copy /usr/lib/x86_64-linux-gnu/libtss2-tcti-device.so.0 instead of /usr/bin/x86_64-linux-gnu/libtss2-tcti-device.so.0.0.0

263cd96... by Tim Chen

Fix gcc10 errors

d4fee6d... by Tim Chen

Update readme

b3a08e4... by Tim Chen

fix typo

566e654... by Tim Chen

Add Ubuntu focal desktop instructions

70703ce... by Tim Chen

Remove debian/ and bump version to 0.2.1

* Remove debian/ in git master, built release tarball on github to use quilt instead of native format
* Add some comments on integration tests

b7b470b... by Tim Chen

Add version string in help message and bump version to 0.2.0

  * Skip integration test when tpm_server or tpm2_startup not found
  * Add version string
  * Bump version to 0.2.0
  * Update changelog
  * Fix some typos and change license format

6053eef... by Tim Chen

Remove unneeded keyPublicSeal variable.

d3ef189... by Tim Chen

Add unittest and integration test.

* split to use library libtpm2-initramfs-tool.a and header tpm2-initramfs-tool.h
* Add unit test for base32enc().
* Add integration test using TPM2.0 Simulator.