Guillaume Endignoux
|
3c5e0c9cf1
|
Update src/ to the new libtock.
|
2020-08-07 15:09:07 +02:00 |
|
Fabian Kaczmarczyck
|
d5fefa2f12
|
improved code consistency and documentation
|
2020-08-06 08:44:19 +02:00 |
|
Fabian Kaczmarczyck
|
a398c404dc
|
improves documentation to address comments
|
2020-07-27 22:18:51 +02:00 |
|
Fabian Kaczmarczyck
|
9c673844d5
|
improved documentation, especially with regards to the extension
|
2020-07-09 19:06:42 +02:00 |
|
Fabian Kaczmarczyck
|
25b6756d4f
|
improved documentation for the PinPermission enum
|
2020-07-08 18:09:04 +02:00 |
|
Fabian Kaczmarczyck
|
131f876cdd
|
use the enum-iterator crate for better testing of enums
|
2020-07-08 17:59:20 +02:00 |
|
Fabian Kaczmarczyck
|
04278d91d8
|
adds code style improvements, including a new enum for permissions
|
2020-07-08 16:17:15 +02:00 |
|
Fabian Kaczmarczyck
|
3b6615520f
|
adds clarifications, improvements and tests
|
2020-07-06 12:39:52 +02:00 |
|
Fabian Kaczmarczyck
|
216a6a0f6e
|
adds permissions and adapts clientPin 2.1 subcommands
|
2020-07-02 19:43:18 +02:00 |
|
Fabian Kaczmarczyck
|
26595db810
|
adds new client Pin subcommand minPinLength implementation
|
2020-07-02 19:43:14 +02:00 |
|
Fabian Kaczmarczyck
|
033f544c47
|
adding tests to pin_protocol_v1
|
2020-07-02 19:31:56 +02:00 |
|
Fabian Kaczmarczyck
|
9ff988d3a7
|
refactors the client PIN implementation into a new module
|
2020-07-02 19:30:15 +02:00 |
|
Fabian Kaczmarczyck
|
63aef3bd76
|
new client pin subcommands
|
2020-07-02 19:14:25 +02:00 |
|
Fabian Kaczmarczyck
|
a4becf9aca
|
new error codes and enum cleanups
|
2020-07-02 19:14:24 +02:00 |
|
kaczmarczyck
|
f5e0696ea1
|
Merge branch 'master' into authenticator-selection
|
2020-06-22 12:44:36 +02:00 |
|
Guillaume Endignoux
|
09c9fb3a3e
|
Apply suggestion to remove additional semi-colons.
|
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
|
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
|
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
|
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
|
46df22fa7c
|
Remove unnecessary lifetime name
|
2020-06-19 17:40:24 +02:00 |
|
Fabian Kaczmarczyck
|
e12cf542e9
|
adds a unit test for unknown commands
|
2020-06-15 23:03:26 +02:00 |
|
Fabian Kaczmarczyck
|
c3f57f0121
|
implements the AuthenticatorSelection command
|
2020-06-09 12:07:00 +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 |
|
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 |
|
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
|
acd9d93107
|
Merge branch 'master' into aaguid
|
2020-06-03 11:26:59 +02:00 |
|
Julien Cretin
|
d74a5e8894
|
Add setter functions and fix tests
|
2020-06-02 11:35:17 +02:00 |
|
Julien Cretin
|
5f8cb116a5
|
Only write attestation if compiled with batch attestation
|
2020-06-02 11:00:26 +02:00 |
|
Julien Cretin
|
98a558a502
|
Access the persistent keys through the store
This permits to set them using a vendor command and thus not embed their value
in the application.
|
2020-05-30 20:15:59 +02:00 |
|
Julien Cretin
|
752bf47ed5
|
Merge branch 'master' into no_wfr
|
2020-05-28 19:33:33 +02:00 |
|
Fabian Kaczmarczyck
|
a95ef72a93
|
improved testing, addresses comments and a default level fix
|
2020-05-25 19:56:29 +02:00 |
|
Julien Cretin
|
4e3162c475
|
Parse credentials by value
|
2020-05-15 19:43:37 +02:00 |
|
Julien Cretin
|
146e6f083b
|
Don't rely on unification for array element type
|
2020-05-14 21:32:16 +02:00 |
|
Fabian Kaczmarczyck
|
8d737b3c80
|
introduces a default level for credProtect
|
2020-05-13 18:49:35 +02:00 |
|
Fabian Kaczmarczyck
|
43d77fd106
|
implements the credProtect extension
|
2020-05-13 16:38:14 +02:00 |
|
Julien Cretin
|
ca6f910c26
|
Remove unknown fields
|
2020-05-13 11:09:32 +02:00 |
|
Julien Cretin
|
491721b421
|
Rename extend_cbor_map_options
|
2020-05-11 16:07:59 +02:00 |
|
Julien Cretin
|
e6fdcacd32
|
Remove mention to protobuf
|
2020-05-11 15:18:27 +02:00 |
|
Julien Cretin
|
f4b791ed91
|
Encode credentials as a protocol buffer message
This permits to decode a credential of a different version without failing.
|
2020-05-09 20:57:13 +02:00 |
|
Julien Cretin
|
ecf02eb6ce
|
Only store the storage location in the Kernel
|
2020-05-08 17:00:59 +02:00 |
|
Julien Cretin
|
718514d207
|
Merge branch 'master' into no_wfr
|
2020-04-29 15:12:39 +02:00 |
|
Julien Cretin
|
5c2b72ce83
|
Move storage bound checking to driver
|
2020-04-29 15:09:50 +02:00 |
|