Commit Graph

781 Commits

Author SHA1 Message Date
Guillaume Endignoux
2124511913 Simplify syntax of the read_cbor_map! macro, to align it with cbor_map. 2020-06-22 11:49:46 +02:00
Guillaume Endignoux
2c4bf7d422 Add documentation for read_cbor_map! macro. 2020-06-22 11:49:46 +02:00
Guillaume Endignoux
97fb222455 Add a read_cbor_map macro to avoid the overhead of removing values on-by-one in BTreeMap. 2020-06-22 11:49:46 +02:00
Julien Cretin
e18a26317f Merge pull request #112 from ia0/aaguid
Access the persistent keys through the store
2020-06-22 10:55:14 +02:00
Julien Cretin
60ead60347 Update reproducible hashes 2020-06-22 10:29:25 +02:00
Julien Cretin
ac1e66cca5 Merge branch 'master' into aaguid 2020-06-22 10:20:51 +02:00
kaczmarczyck
d521460cde Merge branch 'master' into authenticator-selection 2020-06-22 08:32:10 +02:00
gendx
e384debc2a Merge pull request #87 from gendx/faster-console
Reduce the number of syscalls made by the console in libtock-rs.
2020-06-20 11:05:27 +02:00
Guillaume Endignoux
3d9e283eeb Update reference hashes. 2020-06-19 18:33:34 +02:00
Guillaume Endignoux
2094f8156c Increase size of console buffering. 2020-06-19 18:22:47 +02:00
Guillaume Endignoux
a7c79c4f23 Resolve review comments. 2020-06-19 18:16:09 +02:00
Guillaume Endignoux
c7493d1b9d Reduce the number of syscalls made by the console in libtock-rs. 2020-06-19 18:16:09 +02:00
Julien Cretin
46df22fa7c Remove unnecessary lifetime name 2020-06-19 17:40:24 +02:00
Fabian Kaczmarczyck
ef446eaa85 updates reproducible binary sizes 2020-06-18 16:20:19 +02:00
Fabian Kaczmarczyck
6f705f0e00 updates reproducible binary hashes 2020-06-18 15:30:25 +02:00
kaczmarczyck
934ec203c1 Merge branch 'master' into authenticator-selection 2020-06-18 14:50:34 +02:00
Julien Cretin
d2247d9482 Update reproducible hashes 2020-06-17 14:06:39 +02:00
Julien Cretin
c90e5d5db1 Update reproducible hashes 2020-06-17 13:01:45 +02:00
Julien Cretin
e120ac0ddb Merge branch 'master' into aaguid 2020-06-17 12:44:50 +02:00
gendx
53ca4c17d2 Merge pull request #121 from gendx/repro-always-diff
Always run git-diff in reproducible workflow, even if the job failed so far.
2020-06-16 14:47:48 +02:00
Fabian Kaczmarczyck
e12cf542e9 adds a unit test for unknown commands 2020-06-15 23:03:26 +02:00
Guillaume Endignoux
94876db179 Always run git-diff in reproducible workflow, even if the job failed so far. 2020-06-15 17:25:50 +02:00
Julien Cretin
aa2ad15393 Merge pull request #119 from ia0/issue-113
Define the storage locations for the dongle
2020-06-10 14:38:22 +02:00
Julien Cretin
cf461b2a00 Update reproducible hashes 2020-06-10 14:16:26 +02:00
Julien Cretin
d9d16f4197 Also define storage for nrf52840_mdk_dfu 2020-06-10 14:10:10 +02:00
Julien Cretin
95cb04ce5d Update reproducible hashes 2020-06-10 13:03:27 +02:00
Julien Cretin
c3c652b8c3 Define the storage locations for the dongle
Fixes #113.
2020-06-10 12:54:00 +02:00
gendx
a57bc15bbb Merge pull request #117 from gendx/reproducible-elf2tab
Add elf2tab output to the reproducible checks
2020-06-09 17:06:19 +02:00
Guillaume Endignoux
475e218663 Address review comment. 2020-06-09 16:56:38 +02:00
Guillaume Endignoux
3124735cf1 Use argparse.FileType as suggested in review. 2020-06-09 16:54:44 +02:00
Guillaume Endignoux
ad044972b5 Per-OS reproducible elf2tab. 2020-06-09 16:43:01 +02:00
Guillaume Endignoux
2acacb6591 Update .gitignore. 2020-06-09 16:28:33 +02:00
Guillaume Endignoux
6b2df6f2b5 Add elf2tab output to reproducible reference, to easily check for binary size regressions. 2020-06-09 16:27:22 +02:00
Fabian Kaczmarczyck
c3f57f0121 implements the AuthenticatorSelection command 2020-06-09 12:07:00 +02:00
Julien Cretin
87394f5a1a Update reproducible hashes 2020-06-09 12:06:19 +02:00
Julien Cretin
a0fe66d7ed Merge branch 'master' into aaguid 2020-06-09 11:56:05 +02:00
Julien Cretin
935ccf3668 Revert "Propagate the NBYTES constant from Int256 to SecKey"
This reverts commit 0073c153d2.
2020-06-09 11:55:36 +02:00
kaczmarczyck
0316d7f7e4 Merge pull request #113 from kaczmarczyck/move-semantics
reads CBOR maps by moving instead of references
2020-06-09 10:57:10 +02:00
Fabian Kaczmarczyck
8f6c3dcaac updates reproducible binary hashes 2020-06-09 10:25:49 +02:00
Fabian Kaczmarczyck
824963b382 fixes nits for refactoring 2020-06-08 18:41:48 +02:00
Fabian Kaczmarczyck
909773da36 changes extensions to proper parsed data structures 2020-06-08 16:36:57 +02:00
Fabian Kaczmarczyck
679c1cb291 reads CBOR maps by moving instead of references 2020-06-05 15:42:06 +02:00
kaczmarczyck
642ee69a9b Merge pull request #109 from kaczmarczyck/cred-protect
credProtect extension
2020-06-05 11:47:03 +02:00
Fabian Kaczmarczyck
ff7b50d202 updates reproducible binary hashes 2020-06-05 11:03:22 +02:00
Fabian Kaczmarczyck
b4003e36bf adding cbor::Value::from for i64-like enums 2020-06-05 09:48:03 +02:00
Fabian Kaczmarczyck
6a44d3349c fixing merge problems 2020-06-04 14:32:09 +02:00
Julien Cretin
0073c153d2 Propagate the NBYTES constant from Int256 to SecKey 2020-06-04 14:32:04 +02:00
kaczmarczyck
0aa6e57d93 Merge branch 'master' into cred-protect 2020-06-04 14:10:12 +02:00
Julien Cretin
3d2de2b02a Update reproducible hashes 2020-06-03 11:45:05 +02:00
Julien Cretin
acd9d93107 Merge branch 'master' into aaguid 2020-06-03 11:26:59 +02:00