Commit Graph

380 Commits

Author SHA1 Message Date
Jean-Michel Picod
8f358b7d81 Move to tockloader 1.5 2020-08-07 16:28:39 +02:00
gendx
dcc5d58da9 Merge pull request #123 from gendx/libtock-core
Update libtock dependency to libtock-core
2020-08-07 16:25:37 +02:00
Guillaume Endignoux
1e7699ad1e Update reference binaries. 2020-08-07 15:23:45 +02:00
Guillaume Endignoux
ff0eefcae5 Fix typo in Cargo.toml. 2020-08-07 15:09:07 +02:00
Guillaume Endignoux
c73492aae5 Checkout with submodules. 2020-08-07 15:09:07 +02:00
Guillaume Endignoux
67a7223802 Setup submodules before the rest so that GitHub workflows can find the rust-toolchain. 2020-08-07 15:09:07 +02:00
Guillaume Endignoux
d5e7cfa1b1 Update rust-toolchain to be a symlink to third_party/libtock-rs/rust-toolchain. 2020-08-07 15:09:07 +02:00
Guillaume Endignoux
e60e10e777 Add examples for panic_test and oom_test. 2020-08-07 15:09:07 +02:00
Guillaume Endignoux
58e2f1211c Update deploy.py to the new libtock. 2020-08-07 15:09:07 +02:00
Guillaume Endignoux
3c5e0c9cf1 Update src/ to the new libtock. 2020-08-07 15:09:07 +02:00
Guillaume Endignoux
b30b88156a Update libraries/ to the new libtock. 2020-08-07 15:09:07 +02:00
Guillaume Endignoux
e1fd1f2257 Remove obsolete patches for libtock-rs. 2020-08-07 15:09:07 +02:00
Guillaume Endignoux
6df347acf3 Update libtock-rs to the current master. 2020-08-07 15:09:07 +02:00
Guillaume Endignoux
76c0840354 Update third_party/lang-items to support OpenSK. 2020-08-07 15:09:07 +02:00
Guillaume Endignoux
fbc7044328 git mv alloc.rs allocator.rs 2020-08-07 15:09:07 +02:00
Guillaume Endignoux
ee7ffa658c Import https://github.com/tock/libtock-rs/core at commit ab2c945 into third_party/lang-items/. 2020-08-07 15:09:07 +02:00
Guillaume Endignoux
89e397e718 Import https://github.com/tock/libtock-rs/core at commit 828c19d into third_party/lang-items/. 2020-08-07 15:09:07 +02:00
Guillaume Endignoux
529db7b4ef Update usb_ctap_hid.rs to the new API. 2020-08-07 15:09:07 +02:00
Guillaume Endignoux
6cc4f2cfb6 Move usb_ctap_hid.rs to third_party/libtock-drivers. 2020-08-07 15:09:07 +02:00
Guillaume Endignoux
467121c962 Update third_party/libtock-drivers to support OpenSK. 2020-08-07 15:09:07 +02:00
Guillaume Endignoux
5f1fcaedf5 git mv leds.rs led.rs 2020-08-07 15:09:07 +02:00
Guillaume Endignoux
251e007d59 Import https://github.com/tock/libtock-rs at commit 828c19d into third_party/libtock-drivers/. 2020-08-07 15:09:07 +02:00
gendx
5114a6fee2 Merge pull request #132 from gendx/upload-reproduced
Add reference elf2tab and binary hashes to the uploaded reproduced.tar file
2020-07-27 12:24:26 +02:00
Guillaume Endignoux
abc251ef8a Add reference elf2tab and binary hashes to the uploaded reproduced.tar file. 2020-07-24 15:33:45 +02:00
gendx
4b942c568c Merge pull request #131 from gendx/pin-tockloader
Pin Tockloader to version 1.4, as a temporary workaround until we migrate to 1.5
2020-07-24 15:32:24 +02:00
Guillaume Endignoux
d70cc7f8ea Update reference binaries. 2020-07-24 10:34:26 +02:00
Guillaume Endignoux
b6c6392aaa Pin tockloader in workflows. 2020-07-23 15:11:11 +02:00
Guillaume Endignoux
52d276671d Pin Tockloader to version 1.4, as a temporary workaround until we migrate to 1.5. 2020-07-23 15:06:16 +02:00
gendx
84e7c1d091 Merge pull request #124 from gendx/heapviz-tool
Add a heap visualization tool.
2020-07-10 16:50:45 +02:00
Guillaume Endignoux
125a008cc3 Update reference binaries. 2020-07-10 10:52:49 +02:00
Guillaume Endignoux
8174d59c8f Add documentation about development and testing. 2020-07-10 09:38:45 +02:00
Guillaume Endignoux
4bda702a70 Install ncurses on GitHub workflow. 2020-06-26 11:12:25 +02:00
Guillaume Endignoux
f33bd3838f Typo. 2020-06-26 11:07:48 +02:00
Guillaume Endignoux
31a8996ea5 Add tests for heapviz tool. 2020-06-26 11:05:45 +02:00
Guillaume Endignoux
85f759f912 Add CLI parameters and wait for ENTER to start visualization. 2020-06-26 10:45:53 +02:00
Guillaume Endignoux
75836d459a Address review comments. 2020-06-25 18:18:21 +02:00
Guillaume Endignoux
e457efc4d6 Add a heap visualization tool. 2020-06-25 15:46:08 +02:00
kaczmarczyck
33b2c76f4b Merge pull request #120 from kaczmarczyck/authenticator-selection
implements the AuthenticatorSelection command
2020-06-22 18:40:20 +02:00
Fabian Kaczmarczyck
491e74357e updates reproducible binary hashes and sizes 2020-06-22 17:19:23 +02:00
kaczmarczyck
f5e0696ea1 Merge branch 'master' into authenticator-selection 2020-06-22 12:44:36 +02:00
gendx
205b92984d Merge pull request #116 from gendx/read-cbor-map
Add a read_cbor_map macro to avoid removing values one-by-one in BTreeMaps
2020-06-22 12:08:48 +02:00
Guillaume Endignoux
ce5767efec Update reference binaries. 2020-06-22 11:57:37 +02:00
Guillaume Endignoux
09c9fb3a3e Apply suggestion to remove additional semi-colons. 2020-06-22 11:49:47 +02:00
Guillaume Endignoux
240ba7580d Improve comments. 2020-06-22 11:49:47 +02:00
Guillaume Endignoux
db70c3e66d s/read_cbor_map/destructure_cbor_map/g 2020-06-22 11:49:47 +02:00
Guillaume Endignoux
2589eb99b3 Update read_cbor_map example to use a text key as well. 2020-06-22 11:49:47 +02:00
Guillaume Endignoux
493efa9b25 Apply syntax suggestion to read_cbor_map! macro. 2020-06-22 11:49:46 +02:00
Guillaume Endignoux
b0321f6b4f Migrate PublicKeyCredentialSource to read_cbor_map.
I didn't realize that the values were actually constants, as
discriminants of an enum.
2020-06-22 11:49:46 +02:00
Guillaume Endignoux
c8864666e0 Extract some logic to a separate function, to reduce binary size overhead of read_cbor_map. 2020-06-22 11:49:46 +02:00
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