2016-08-02 23:25:47 +00:00
|
|
|
modules += tpmtotp
|
|
|
|
|
2016-08-03 12:39:29 +00:00
|
|
|
tpmtotp_depends := mbedtls qrencode
|
2016-08-02 23:25:47 +00:00
|
|
|
|
2016-08-19 21:25:44 +00:00
|
|
|
tpmtotp_version := git
|
|
|
|
tpmtotp_repo := https://github.com/osresearch/tpmtotp
|
|
|
|
|
|
|
|
#tpmtotp_version := 0.0.1
|
2016-08-02 23:25:47 +00:00
|
|
|
tpmtotp_dir := tpmtotp-$(tpmtotp_version)
|
2016-08-19 21:25:44 +00:00
|
|
|
#tpmtotp_tar := tpmtotp-$(tpmtotp_version).tar.gz
|
|
|
|
#tpmtotp_url := https://github.com/osresearch/tpmtotp/archive/v0.0.1.tar.gz
|
|
|
|
#tpmtotp_hash := 8bf2380248fea540a96ad0ff8a4f170b8d93b6bb5fe49b958f9f1926f994823f
|
|
|
|
|
|
|
|
|
|
|
|
tpmtotp_output := \
|
2016-09-09 21:24:52 +00:00
|
|
|
totp \
|
|
|
|
base32 \
|
|
|
|
qrenc \
|
|
|
|
sealtotp.sh \
|
|
|
|
unsealtotp.sh \
|
2016-08-19 21:25:44 +00:00
|
|
|
util/nv \
|
|
|
|
util/nv_definespace \
|
|
|
|
util/nv_readvalue \
|
|
|
|
util/nv_writevalue \
|
|
|
|
util/clearown \
|
2016-09-10 21:36:36 +00:00
|
|
|
util/takeown \
|
|
|
|
util/forceclear \
|
2016-08-19 21:25:44 +00:00
|
|
|
util/pcrreset \
|
|
|
|
util/physicaldisable \
|
|
|
|
util/physicalenable \
|
|
|
|
util/physicalpresence \
|
|
|
|
util/physicalsetdeactivated \
|
|
|
|
util/getcapability \
|
2016-09-09 21:24:52 +00:00
|
|
|
util/sealfile2 \
|
|
|
|
util/unsealfile \
|
|
|
|
util/counter_create \
|
|
|
|
util/counter_increment \
|
|
|
|
util/counter_read \
|
|
|
|
util/counter_release \
|
2016-08-02 23:25:47 +00:00
|
|
|
|
2016-09-10 21:36:36 +00:00
|
|
|
tpmtotp_libraries := \
|
|
|
|
libtpm/libtpm.so \
|
|
|
|
|
2016-08-02 23:25:47 +00:00
|
|
|
tpmtotp_configure :=
|