forked from cryptotronix/hashlet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
460 lines (250 loc) · 11 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
2014-04-19 Josh Datko <[email protected]>
Updates NEWS.
Bumps version.
Updates online help.
Updates tests for new features.
Adds documentation for HMAC command. #25.
Adds HMAC command. Resolves #25.
Merge branch 'hmac' into next
Adds skeleton for hmac command.
2014-04-18 Josh Datko <[email protected]>
Updates documentation.
Updates contributing authors.
2014-04-18 Demo User <debian@hactar.(none)>
Merges get-random bytes into the random command.
Adds the -B option to the random command so that there is only one
random command from the cli.
Fixes errors found by coverity scan. Resolves #8.
Reverts to gnu coding style to be consistent with rest of project.
Adds projectile project file.
Adds coverity link.
2014-04-08 Bob Mottram <[email protected]>
*2 no longer needed
Can return less than 32 bytes
Tidying
Get a minimum of 32 bytes
Remove extraneous message
Adds new command to get a specified number of bytes - Dave Taht #31
2014-02-07 Josh Datko <[email protected]>
Adds uname check to prevent running tests on none embedded systems.
2014-02-07 Joshua Datko <[email protected]>
Updates ChangeLog.
2014-02-07 Joshua Datko <debian@bbb-ada.(none)>
Updates github documeation.
libgcrypt is now required to build.
Updates test to use a file that is available during make distcheck.
Updated NEWS for release.
2014-02-07 Demo User <debian@bbb-ada.(none)>
Updates test to use -b option.
Bumps version.
Adds check-mac documentation. Resolves #22.
Always updates the seed. Resolves issue #30.
Copies the response byte. Resolves issue #24.
Adds key import feature. Resolves #15.
Allows the option to clone the data zone from another device if the file
is specified with the -f option. Currently the configuration zone is
not cloned, just the data zone.
Adds clarifying error message to failed bus for issue #20.
2014-02-02 Josh Datko <[email protected]>
Fixes doc errors and adds section on personalization. Resolves #26.
Fixes minors typos.
Adds email to GPG key and short fingerprint.
Adds warning to personalization command.
2014-02-02 Josh Datko <[email protected]>
Adds attribution to board files
adds board and sch files
2014-01-31 Josh Datko <[email protected]>
Adds factory tests
2014-01-27 Josh Datko <[email protected]>
Defaults bus to /dev/i2c-1
Removes the required positional argument for the bus and defaults to
/dev/i2c-1. Resolves issue #20.
Adds infrastructure code for HMAC #25.
Adds command line interface to route code to HMAC.
Adds HMAC mac mode encoding structure.
Adds perform_hmac function
Adds serialize_hmac_mode function.
2014-01-26 Josh Datko <[email protected]>
adds initial (broken) encrypted write feature.
Adds copy buffer utilities and xor utility.
2014-01-25 Josh Datko <[email protected]>
Adds nonce command. Resolves issue #17.
Updates signature for new write32.
Changes key slots 6 and 7 to required encrypted writes.
Fixes always succeeding write bug. Adds mac to write32.
Adds debug around write.
2014-01-21 Josh Datko <[email protected]>
Adds read and write commands to data slots.
2014-01-21 Josh Datko <[email protected]>
Adds partial changes to write only key feature.
2014-01-04 Josh Datko <[email protected]>
Changes menu chapter to hashlet from sample.
2014-01-03 Josh Datko <[email protected]>
Adds schematic to figures.
Updates initial documentation for version 0.1.0.
Adds chapter on installing the hardware and software.
Adds support info and link to releases.
2013-12-31 Josh Datko <[email protected]>
Updates ChangeLog for version 0.1.0
Updates INSTALL from recent version of autotools.
Adds check to exit successfully if not on a system with /dev/i2c-1.
Removes dvi target to prevent make distcheck failures.
Adds test_cli to EXTRA_DIST
2013-12-30 Josh Datko <[email protected]>
Updates documentation to indicate Beta status.
Updates NEWS file for 0.1.0 release.
Add useful script to convert git-logs to the ChangeLog
Removes output file option as that is currently not implemented.
Adds test cases for personalized hashlets. Resolves #14.
Adds text file for documentation.
Adds missing switch case.
Fixes config zone per documentation. Closes #19, closes #13, closes #15.
Adds documentation on config_zone.
Adds aback AC_CONFIG_MACRO_DIR
Moves scripts into autogen.sh
Fixing url... again.
Fixes image url.
Adds Travis CI status image.
Adds install of texinfo to travis ci.
Create m4 directory manually
Modifies travis ci script.
Comments out AC_LOCAL_MACRO_DIR. Experimenting with Travis CI.
Attempt at fixing travis.
Adds Travis CI hook.
Fixs config zone setting and parsing for issue #19.
Fixes the fixed value of keys 14 and 15
Moves all configuration zone operations to config_zone.c and config_zone.h
2013-12-29 Josh Datko <[email protected]>
Adds node info to prevent compile error.
Adds initial documentation.
Adds gitignore
Adds licenses to files.
Merge branch 'master' of github.com:cryptotronix/hashlet
Adds doc target to build with sample documentation
Adds script to pull 20,000 bits of random data for rng-tool tests.
2013-12-28 Josh Datko <[email protected]>
Adds check-mac from command line. Closes #11.
Adds check mac internals for issue #11.
The MAC command now automatically performs a check mac to verify the
mac (and meta data) are accurate.
Adds const qualifiers on util functions.
Fixes order of status packet checking for issue #13.
Needs verification test.
2013-12-27 Josh Datko <[email protected]>
Adds offline-verify command.
Adds the ability to verify a MAC produced on a Hashlet, without the
hardware. This is useful when a remote server wants to verify the MAC,
but doesn't have an attached hashlet.
2013-12-27 Josh Datko <[email protected]>
Adds parsing feature for key files.
Adds parsing feature for generated and stored key_slot_files. Uses the
grammar defined in the flex and bison files to parse key files. Changes
the autotools setup files to accommodate flex and bison files. Adds a
print_keys command, which may not make it in the final release, to test
the parsing.
The parser will be eventually needed in order to verify a MAC or HMAC on
a system that does not have a Hashlet (i.e. a remote server).
2013-12-27 Josh Datko <[email protected]>
Adds command for retrieving the OPT zone.
Now supports retrieving otp zone via "get-otp" from the CLI.
2013-12-26 Josh Datko <[email protected]>
Add option to read input from file.
Adds input file option, good suggestion. I picked '-f' though [1],
although I have seen '-i' before.
[1] http://www.faqs.org/docs/artu/ch10s05.html
2013-12-26 Josh Datko <[email protected]>
Refactored command line dispatcher.
Added the MAC command to take in an arbitrary length file. This depends on libgcrypt to guarantee a 32 byte available. Another way to do this is to not directly depend on an external hash implementation, but to take in 32 bytes directly. I think it's easier for the user to not have to pipe an external command first.
If libgcrypt is not available, this feature will be not be enabled.
Added initial unit tests for #14.
2013-12-24 Josh Datko <[email protected]>
Fixed compile errors from compiling on a 64 bit Ubuntu machine.
2013-12-24 Josh Datko <[email protected]>
Added placeholders for mac and check-mac for issue #11.
Personalization appears complete. Need to test with a fresh device. Resloves #4.
2013-12-23 Josh Datko <[email protected]>
Implemented get-state command.
Removed tests that required GnuTLS. Perhaps a better way is to make a test app that builds with GnuTLS only with make check. Resolves #9.
Refactored i2c send and receive command which should resolve #3.
Formatting changes.
Whitespace changes.
More whitespace changes.
Whitespace changes.
Fixed formatting to the correct style.
Fixed formatting.
Added check for gnutls version for issue #9
Formatting changes only.
2013-12-22 Josh Datko <[email protected]>
Moved tests to their own directory.
Added check_mac function, but untested!
Formatting changes.
Added macro for repeated code. Added get-config zone command.
2013-12-21 Josh Datko <[email protected]>
Added cflags. I'm still not sure why these are carried forward from configure.ac
Refactored directory structure
Left blank TODO for slot-config.
Added parse slot config.
2013-12-20 Josh Datko <[email protected]>
Added check on malloc.
I need to default this buffer to not auto-fill...
Added disclaimer about the state of the software.
Added link to contributing page.
Credited the bithacks site for the reverse function. This code snippet is listed in the public domain on that site.
Added command for getting the serial number.
Markdown tweaks.
Updated running section with an example.
Added basic CLI for get random command for issue #6.
Added read32
2013-12-19 Josh Datko <[email protected]>
Made the hash test a bit more modular.
Removed hard coded values in mac and write32. Fixed Get_serial_num.
Hardcoded MAC check is working!
Added basic write32 and writing keys to data section.
Refactored get_random
Added write32 and set OTP zone.
Added guards around setting the config zone.
2013-12-18 Josh Datko <[email protected]>
Corrected bit masks.
Fixed slot config configuration.
Trying to bend Automake to my will and failing.
Add .deps directory
Fixed compile warnings.
Set the OTP Mode to Read Only. Resolves #7.
Commented out locking the configuration zone.
Added basic code for setting OTP zone #4.
2013-12-16 Josh Datko <[email protected]>
Emacs un-fill destroyed the markup. Fixed.
Updated readme. We are now in Alpha!
Eliminated compiler warnings. Resolves #2.
Added lock command, which is working only for the config section at the moment.
Added compile to gitignore.
2013-12-14 Josh Datko <[email protected]>
Fix autotools message. Resolves #1.
2013-12-13 Josh Datko <[email protected]>
slowly cleaning up debug.
Added get_config_data.
Added basic fd check on i2c_open.
Merged.
Changed wakeup return value.
Whitespace cleanup.
i2c cleanup.
Added basic logging.
Add TAGS to .gitignore. Emacs FTW.
2013-12-11 Josh Datko <[email protected]>
Added pdf of schematic.
Updated ignore with autotools generated files.
Initial. It begins...
2013-12-08 Josh <[email protected]>
Initial commit
-------------------------------------------------------------------
Copyright (C) 2013 Cryptotronix, LLC.
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