forked from cryptotronix/libcrypti2c
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
408 lines (217 loc) · 7.61 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
2015-04-07 Josh Datko <[email protected]>
Refactors to use kernel module or user-space driver.
-------------------------------------------------------------------
Copyright (C) 2015 Cryptotronix, LLC.
This file is part of libcryptoauth.
libcryptoauth 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.
libcryptoauth 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 libcryptoauth. If not, see <http://www.gnu.org/licenses/>.
2015-07-06 Josh Datko <[email protected]>
Updates gitignore for gnulib.
Adds gnulib.
Adds hkdf. Resolves issue #16.
- Adds hkdf expand and hkdf which combines extract and expand.
- Adds some of the test vectors for hkdf.
Initial hkdf extract implementation.
2015-06-30 Josh Datko <[email protected]>
Adds personalization options to ecdh.c
2015-06-22 Josh Datko <[email protected]>
More travis tweaks.
Adds missing packages.
tweak travis build.
Fixes broken travis file.
Removes travis auto build thing.
I didn't have the branch setup.
Fixes coverity error.
Side affect in assertion.
Updates readme.
Bumps versions and updates news
There's no init actions for libcryptoauth
Refactors headers to use the one-true libcryptoauth.h.
Removes last few guile files.
Adds ECDH support for ATECC508 chips. Resolves issue #15.
2015-05-09 Josh Datko <[email protected]>
Bumps package version.
Adds debian deb build into build system.
Adds deb package to configure/makefile
Adds debian packaging files.
2015-05-07 Josh Datko <[email protected]>
Bumps version
Adds static library option.
2015-05-04 Josh Datko <[email protected]>
Adds lgpg-error back to ld_flags
Refactors makefile to use release tag and cleans up pkgconfig.
Fixes compile warnings.
2015-04-16 Josh Datko <[email protected]>
Merge branch 'xml' of github.com:cryptotronix/libcrypti2c into xml
Adds personalize function.
2015-04-15 Josh Datko <[email protected]>
updates
Adds lock command.
Adds get config zone.
basic config burning is working
removes debug statements.
adds missing file.
Adds xml mods.
Adds mods for xml test.
2015-04-08 Josh Datko <[email protected]>
Changes tar name
Bumps versions.
Updates documentation. Closes issuel #10.
Attempt 1 for Travis CI with coverity
2015-04-08 Josh <[email protected]>
Adds coverity badge.
2015-04-08 Josh Datko <[email protected]>
Addresses coverity errors. Issue #11.
Merge branch 'kernel-opt' into 0.2
Conflicts:
README.md
Fixes to use api version.
More debug on write failed.
Adds debug on write.
spelling is hard.
Adds USE_KERNEL flags to i2c.c
Adds kernel driver as a compile option.
2015-03-31 Josh Datko <[email protected]>
Removes printfs
WIP.
Adds init function.
2015-03-25 Josh Datko <[email protected]>
Adds cryptoauth signing utility.
Increased debug length
Adds verification to signature.
2015-03-23 Josh Datko <[email protected]>
Basic software signing seems to be working.
Oddly had to add -lgpg-error
Adds autotools changes for libgcrypt macro
This reverts commit 43bfd7fd7bfb7b56cba3f4e96825060368832a4b.
Adds libgcrypt flags to makefile.am
2015-03-18 Josh Datko <[email protected]>
Adds more secure memory functions.
2015-02-18 Josh Datko <[email protected]>
fixes lca prefix.
Adds emacs projectile support.
Fixes typo.
Adds make check
Adds key slot into hmac functions.
renames to libcryptoauth
updates package config info.
Updates news with rename
Updates header date.
Renames library name in headers.
refactor to lca.
WIP. Renaming library to libcryptoauth.
2015-02-17 Josh <[email protected]>
Merge pull request #9 from waffle-iron/master
adds waffle.io Badge to Readme
2015-02-17 Josh Datko <[email protected]>
Adds basic signing command.
Adds initial hmac test.
Adds files to ignore.
Adds unit test framework.
Adds useful compile options.
Adds prefix to utility function. Closes issue #7.
Adds HMAC functions.
Adds libxml2-dev and removes guile depends.
2015-02-12 Josh Datko <[email protected]>
Adds initial xml parser.
Adds libxml depends
2015-02-12 Josh Datko <[email protected]>
Revert "Updated to used kernel driver."
This reverts commit 13414c7a8394b2dd57760c86a87a93e3faf13835.
Conflicts:
Makefile.am
2015-02-12 Demo User <debian@beaglebone>
Removes guile dependencies. Issue #8.
2015-02-06 Making GitHub Delicious. <[email protected]>
add waffle.io badge
2014-12-15 Josh Datko <[email protected]>
Adds soft-keypain generation.
2014-11-03 Josh Datko <[email protected]>
Updated to used kernel driver.
2014-10-19 Josh Datko <[email protected]>
uses local site dir
2014-09-11 Josh Datko <[email protected]>
Adds random command.
Removes srfi-64
Adds get data-dir.
Adds scheme files and xml files to build installation.
Refactors send and receive to use with guile.
Fixes incorrect memset args.
Adds guile macros to configure.ac
2014-09-10 Josh Datko <[email protected]>
Adds code to serialize commands and apply crcs
2014-09-09 Josh Datko <[email protected]>
Adds documentation.
Adds doc strings to functions.
Adds ignore for test results.
Adds some tests
Adds ice-9 format include.
Adds hex string utility
Adds initial test code.
Adds new guile extension for crc.
Merge branch '0.1' of github.com:cryptotronix/libcrypti2c into guile
Re-adds required zone parameter in write32
2014-09-09 Josh Datko <[email protected]>
Adds appropriate scheme module.
2014-09-08 Josh Datko <[email protected]>
Adds configuration zone utility
More compiler workoff.
Fixes compiler warnings.
2014-09-05 Josh Datko <[email protected]>
Fixes various compiler warnings.
Switches to guile-2.0
2014-09-05 Demo User <debian@hotblack.(none)>
Updates guile extensions.
Changes to guile2.0
Adds new files
Adds new files to Makefile
2014-05-30 Josh Datko <[email protected]>
Adds initial news file.
Adds license.
Fixes coverity scan complaining about "tainted scalar."
Resolves issue #2.
Fixes unchecked return value from Coverity.
Part of issue #2.
Fixes coverity error about resource leak.
Adds const qualifier to I2C send buffer.
2014-05-25 Josh Datko <[email protected]>
Updates readme.
Fixes debug call.
Cleans up logging.
gcrypt signature verification working.
Adds ECDSA functions.
2014-05-24 Josh Datko <[email protected]>
Fixes i2c.h naming.
Updates depends on libgcrypt.
Adds hash features into library.
Updates readme to remind about ldconfig.
Comments out guile extension as it appears not be compatible with Guile 1.8
2014-05-23 Josh Datko <[email protected]>
Fixes brackets... again.
Fixes brackets
Updates guile extension and build files.
Adds LGPLv3 Logo
Changes version to 0.0.0 for lib.
Adds initial README.
Adds build file and licenses.
Fixes autogen to create m4 directory.
Adds guile bindings.
Fixes internal references.
Adds main header file.
Remains all functions to have ci2c prefix.
Adds updated header information.
2014-05-09 Josh Datko <[email protected]>
Creates i2c library
2014-03-27 Josh Datko <[email protected]>
Fixes source file list.
cleans up project setup.
adds library files
Initial commit