-
Notifications
You must be signed in to change notification settings - Fork 9
/
CHANGELOG
79 lines (62 loc) · 1.57 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
luks-tpm2 2.2.0
---------------
* Add -f, -o, and -q options to support automation (Yannik)
* Several bug fixes
luks-tpm2 2.1.1
---------------
* Fix pcr-input-file filesize error
luks-tpm2 2.1.0
---------------
* Add compute action to pre-compute PCR values
luks-tpm2 2.0.1
---------------
* Clarify cancellation of init action (noahbliss)
luks-tpm2 2.0.0
---------------
* Update to tpm2-tools v4 (diabonas)
* Use sha256 as default algorithm (wiktor)
luks-tpm2 1.1.1
---------------
* Better handling of parent key passwords with spaces
luks-tpm2 1.1.0
---------------
* Add options to enter parent key password
luks-tpm2 1.0.1
---------------
* Fix bug on first NVRAM init action
* Fix typos (Wiktor)
luks-tpm2 1.0.0
---------------
* Use correct TCTI env var
* Breaking change: TPM2TOOL_ENV_TCTI setting is now
TPM2TOOLS_TCTI
luks-tpm2 0.7.0
---------------
* Fix for tpm2-tools TCTI configuration regression
* Add version option
luks-tpm2 0.6.0
---------------
* Incorporate tpm2-tools environment variable change
luks-tpm2 0.5.0
---------------
* Securely delete keyfile
* Use ramfs instead of tmpfs
luks-tpm2 0.4.0
---------------
* Prompt for owner or parent passwords when unsealing
luks-tpm2 0.3.0
---------------
* Add option to specify PCR bank for unsealing
luks-tpm2 0.2.2
---------------
* Do not output kill slot errors during temp action
luks-tpm2 0.2.1
---------------
* Clear temporary passphrase slot before setting
luks-tpm2 0.2.0
---------------
* Allow default action and device
* Add default LUKS device detection
luks-tpm2 0.1.0
---------------
* Initial release