pub/scm/linux/kernel/git/jejb/tpm2-scripts.git  about / heads / tags
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/jejb/tpm2-scripts.git/
$ git log --pretty=format:'%h %s (%cs)%d'
39cfa92 Add session gapping tests (2017-01-27)
	(HEAD -> master)
f945de3 smoke test update (2017-01-27)
db65860 add session smoke tests using tss2 (2017-01-27)
f0d5c22 Resource manager sessions to the tpm2.Client (2017-01-23)
82c4adb Added --all-transient option to tpm2-flush (2016-12-24)
b51903c Added tpm2-parse-error script (2016-12-24)
97cd0fe keyctl-smoke.h: fix the cleanup procedure (2016-12-07)
0234342 Add interpreter line to the head of each script (2016-11-28)
d474971 Updated licensing information. (2016-11-28)
bfcc419 Fixed error code parsing (2016-10-19)
...

$ git cat-file blob HEAD:README.md
Overview
========

This is a set of scripts for testing the Linux TPM driver TPM2 2.0
functionality.

Credits
=======

TPM 2.0 simulator access code is derived from the works of Microsoft
and Peter Hüwe. Otherwise, the code is copyrighted by Intel. This
code is located in the class tpm2.Simulator and tpm2-simulator-vtpm
script.

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Add session gapping tests (2017-01-27)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
# no tags, yet...

# associated public inboxes:
# (number on the left is used for dev purposes)
          1 linux-rdma

git clone https://80x24.org/lore/pub/scm/linux/kernel/git/jejb/tpm2-scripts.git