Commit Graph

893 Commits

Author SHA1 Message Date
Guillaume Endignoux
63432000db Allow clippy::new_without_default. 2020-09-29 11:19:41 +02:00
Guillaume Endignoux
ca288d2695 Add Clippy to run_desktop_tests.sh script. 2020-09-29 11:06:59 +02:00
Guillaume Endignoux
ea781541d5 Install Clippy via actions-rs/toolchain. 2020-09-29 11:05:24 +02:00
Guillaume Endignoux
68b0bdc29b Fix more Clippy warnings. 2020-09-29 11:05:24 +02:00
Guillaume Endignoux
b46b103db0 Add a Clippy workflow. 2020-09-29 11:05:24 +02:00
Guillaume Endignoux
323701a6e2 Formatting. 2020-09-29 11:05:24 +02:00
Guillaume Endignoux
5511811703 Fix most Clippy warnings. 2020-09-29 11:05:24 +02:00
Julien Cretin
67714510f5 Add bitfield helpers for new store 2020-09-28 17:30:44 +02:00
Julien Cretin
616476ac43 Merge pull request #163 from ia0/v2_lib
Create new store and add storage API
2020-09-28 16:03:30 +02:00
Julien Cretin
6d9c1ce1a4 Update reproducible hashes 2020-09-28 13:22:06 +02:00
Julien Cretin
ba151d9289 Update copyright dates 2020-09-28 13:14:33 +02:00
Julien Cretin
7f826dde53 Add dot at end of short comments 2020-09-28 12:44:56 +02:00
mingxguo27
8231c89207 Formatting 2020-09-25 19:26:35 +00:00
mingxguo27
e8e52ff58a Added more fuzz targets 2020-09-25 19:05:07 +00:00
mingxguo27
3a42ab15ae Added fuzzing helper library to increase code reusability and refactored first fuzz target 2020-09-25 19:03:45 +00:00
Julien Cretin
72b460f9f8 Merge branch 'master' into v2_lib 2020-09-25 16:32:56 +02:00
gendx
18cc7999e8 Merge pull request #164 from gendx/fix-workflows
Disable cargo_fuzz workflow on MacOS.
2020-09-24 15:49:42 +02:00
gendx
90417dde49 Merge branch 'master' into fix-workflows 2020-09-24 14:41:26 +02:00
gendx
807024a5b7 Merge pull request #161 from gendx/usb-component
Add component for USB CTAP.
2020-09-24 14:38:23 +02:00
Guillaume Endignoux
a8b4258d76 Disable cargo_fuzz workflow on MacOS. 2020-09-24 14:37:01 +02:00
gendx
9c5dacda73 Merge branch 'master' into usb-component 2020-09-24 14:24:21 +02:00
Julien Cretin
a203ff13df Create new store and add storage API 2020-09-24 14:24:18 +02:00
Jean-Michel Picod
eba91e983d Merge pull request #145 from coelner/elf2tab
Elf2tab internally install
2020-09-24 13:34:57 +02:00
Jean-Michel Picod
b802f1b8b5 Merge branch 'master' into elf2tab 2020-09-24 13:22:27 +02:00
Guillaume Endignoux
387db8ae1c Update hashes 2020-09-24 12:36:25 +02:00
coelner
ef40657c27 install a local elf2tab binary within the repo itself 2020-09-24 12:36:11 +02:00
Guillaume Endignoux
359b243eb6 Add component for USB CTAP. 2020-09-24 12:28:29 +02:00
gendx
7d7204a35b Merge pull request #160 from gendx/edition-2018
Migrate import statements and macros to Rust 2018.
2020-09-24 12:27:27 +02:00
Guillaume Endignoux
c0062efa28 Update hashes and add a script to automate that from GitHub artifacts. 2020-09-24 12:11:13 +02:00
Guillaume Endignoux
7485b097c1 Check that fuzzer in libraries/cbor builds properly. 2020-09-24 11:33:15 +02:00
Guillaume Endignoux
85a34ad085 Migrate import statements and macros to Rust 2018. 2020-09-24 11:28:24 +02:00
kaczmarczyck
55c9053baf Merge pull request #149 from mingxguo27/mingxguo-fuzzing-mvp
Fuzzing MVP
2020-09-23 23:35:59 +02:00
mingxguo27
e467026e6f Added git workflow and shell script for fuzzing 2020-09-23 15:08:40 +00:00
mingxguo27
ed8308df38 Reversed changes 2020-09-23 14:34:15 +00:00
mingxguo27
ddfa1ba8fd Changed reproducible 2020-09-23 14:33:52 +00:00
mingxguo27
0aa489527c Changed reproducible 2020-09-23 14:33:05 +00:00
mingxguo27
d0a1f707bc Fixed dependencies 2020-09-23 14:33:05 +00:00
mingxguo27
6cab8aaa20 Resolved comments 2020-09-23 14:33:05 +00:00
mingxguo27
6e8eecce59 Resolved comments 2020-09-23 14:33:05 +00:00
mingxguo27
3a6a78bbf2 Resolved PR comments 2020-09-23 14:33:05 +00:00
mingxguo27
6edf67ee2c Fixed dependency and linking errors 2020-09-23 14:33:05 +00:00
mingxguo27
69a440fddb Added first fuzzing target 2020-09-23 14:33:05 +00:00
mingxguo27
5d734445ea Modified dependencies for fuzzing to work 2020-09-23 14:33:05 +00:00
kaczmarczyck
cac713aaed Merge pull request #158 from ia0/v2_error
Return errors and Vecs from CTAP storage
2020-09-23 15:39:12 +02:00
Julien Cretin
50353821a9 Update reproducible hashes 2020-09-23 15:00:32 +02:00
Julien Cretin
6a6891949b Expose MasterKeys fields again 2020-09-23 13:27:20 +02:00
Julien Cretin
426722bb6b Return arrays for fixed-size objects 2020-09-23 11:10:04 +02:00
Julien Cretin
cae38c39c5 Merge branch 'master' into v2_error 2020-09-23 10:12:22 +02:00
Jean-Michel Picod
3bd411336c Merge pull request #150 from jmichelp/master
Update to a newer kernel version
2020-09-22 17:35:16 +02:00
Jean-Michel Picod
8ff1c02b9a Update reproducible hashes 2020-09-22 17:24:17 +02:00