Commit Graph

297 Commits

Author SHA1 Message Date
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
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
kaczmarczyck 0aa6e57d93 Merge branch 'master' into cred-protect 2020-06-04 14:10:12 +02:00
Julien Cretin 442769b225 Merge pull request #103 from ia0/no_wfr
Do not use writeable flash regions for persistent storage
2020-06-02 19:42:15 +02:00
Julien Cretin 2a304c58cb Fix --sector flag and X+Y positional argument 2020-06-02 17:42:40 +02:00
Julien Cretin 90911fb32a Fix missing = in pyocd arguments 2020-06-02 17:01:31 +02:00
Julien Cretin 2edbc567ef Use erase command for pyocd 2020-06-02 15:54:15 +02:00
Julien Cretin 31365f6d8d Update reproducible hashes 2020-05-30 12:53:40 +02:00
Julien Cretin 80510e2770 Add --clear-storage flag 2020-05-30 12:48:07 +02:00
Julien Cretin 752bf47ed5 Merge branch 'master' into no_wfr 2020-05-28 19:33:33 +02:00
Julien Cretin 2e419fe77b Merge pull request #111 from ia0/fix_hash
Update reproducible hashes
2020-05-27 14:58:35 +02:00
Julien Cretin 23e564a9de Update reproducible hashes 2020-05-27 11:58:41 +02:00
Julien Cretin 7b4fa29898 Merge pull request #108 from ia0/proto
Support parsing old credentials
2020-05-27 11:31:13 +02:00
Fabian Kaczmarczyck a95ef72a93 improved testing, addresses comments and a default level fix 2020-05-25 19:56:29 +02:00
Julien Cretin 0a5c5eafda Update reproducible hashes 2020-05-15 19:55:51 +02:00
Julien Cretin 4e3162c475 Parse credentials by value 2020-05-15 19:43:37 +02:00
Julien Cretin 721a5ba08b Update reproducible hashes 2020-05-14 21:48:55 +02:00
Julien Cretin 2515559945 Merge branch 'master' into proto 2020-05-14 21:37:24 +02:00
Julien Cretin 146e6f083b Don't rely on unification for array element type 2020-05-14 21:32:16 +02:00
Julien Cretin e51e214f2c Update reproducible hashes 2020-05-14 20:36:47 +02:00
Julien Cretin a41f7f93f1 Merge branch 'master' into no_wfr 2020-05-14 20:28:39 +02:00
Julien Cretin ba5caf0691 Filter syscall at platform-level instead of driver-level 2020-05-14 20:19:21 +02:00
Fabian Kaczmarczyck 8d737b3c80 introduces a default level for credProtect 2020-05-13 18:49:35 +02:00
gendx af79d92a88 Merge pull request #94 from gendx/reproducible-check
Add GitHub workflow to check that binaries are reproducible.
2020-05-13 17:48:23 +02:00
Fabian Kaczmarczyck 43d77fd106 implements the credProtect extension 2020-05-13 16:38:14 +02:00
Julien Cretin cf31110922 Define the storage locations in the board 2020-05-13 15:17:35 +02:00
Guillaume Endignoux 0604be61a6 Don't fail fast on reproducible workflow and update reference binaries. 2020-05-13 13:24:34 +02:00
Guillaume Endignoux 39a3becffb Address review comments. 2020-05-13 12:57:20 +02:00
Julien Cretin ca6f910c26 Remove unknown fields 2020-05-13 11:09:32 +02:00
Guillaume Endignoux 20f65f9dd7 Add GitHub workflow to check that binaries are reproducible. 2020-05-12 17:41:27 +02:00
Julien Cretin 479de32a95 Rename $initial to $map 2020-05-11 16:40:11 +02:00
Julien Cretin 491721b421 Rename extend_cbor_map_options 2020-05-11 16:07:59 +02:00