This repository has been archived by the owner on Apr 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathNEWS
79 lines (51 loc) · 2.08 KB
/
NEWS
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
Hashlet NEWS -- history of user-visible changes
Copyright (C) 2014 Cryptotronix, LLC.
* Hashlet 1.1.0 - Release - April 2014
This is the fist non-beta release.
** New features
- random now takes as an option, -B, which specifies the number of
bytes to return
- Added hmac and offline-hmac to produce a HMAC-256 on the device and
to verify it without the device.
* Hashlet 1.0.0 - Beta Release - February 2014
This is the second Beta release of this software.
** Major Changes from Previous version
- CLI changed to default to /dev/i2c-1. Other interfaces can be
specified with the -b option.
** New Features
- Adds import key feature: personalize -f file.txt, which will allow
cloning of keys from one device to the next.
- Changes the key slot configuration such that 2 keys can be updated
with the new write command, with valid mac (currently not working).
- 2 Keys are designated as read / write for user data or storage.
- Adds write command to write 32 bytes to supported key slots.
* Hashlet 0.1.0 - Beta Release - December 2013
The initial release of Hashlet is concerned a Beta release.
** Features
*** Command line interface
The following commands are supported:
**** personalize
**** random
**** mac
**** check-mac
**** offline-verify
**** serial-num
**** state
*** Sets Defaults Key Usage
See the documentation for further details.
--------------------------------------------------------------------
This file is part of Hashlet.
Hashlet is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.
Hashlet is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Hashlet. If not, see <http://www.gnu.org/licenses/>.
Local variables:
mode: outline
paragraph-separate: "[ ]*$"
end: