Fabian Kaczmarczyck
c595980a3b
new process_message function and command enum
2022-03-07 15:19:49 +01:00
Julien Cretin
18faf9f38f
Introduce a trait to abstract the CTAP environment
...
The end goal is to provide users with:
- the Env trait that they should implement
- the Ctap struct that they can use
2022-03-03 17:32:48 +01:00
Julien Cretin
b5b9d3f6e0
Fix ctap2 fuzz targets to use prod cbor parsing
...
This fixes a left-over from #329 .
2021-08-11 16:00:30 +02:00
David Drysdale
7719078d46
cbor: rename crate to sk-cbor
...
In anticipation of publishing to crates.io, which already has a `cbor`
crate.
2021-06-16 17:16:05 +02:00
David Drysdale
f2812e4fe2
cbor: drop std feature, use core in tests ( #327 )
2021-06-16 15:40:18 +02:00
Julien Cretin
4253854cf1
Remove ram_storage feature
...
We don't need to build a production key without persistent storage. Tests and
fuzzing continue to use the std feature to use the RAM implementation (that does
sanity checks).
2020-12-10 13:06:05 +01:00
Fabian Kaczmarczyck
ed59ebac0d
command timeout for GetNextAssertion
2020-11-26 14:56:52 +01:00
mingxguo27
9493014b13
Resolved PR comments
2020-10-02 17:18:36 +00:00
mingxguo27
f79a659e69
Resolved PR comments and added more fuzz targets.
2020-09-29 16:30:41 +00:00
mingxguo27
8231c89207
Formatting
2020-09-25 19:26:35 +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