Kamran Khan
|
2d17bb2afa
|
Readability improvements
|
2020-12-07 23:38:21 -08:00 |
|
Kamran Khan
|
373464b72d
|
Remove redundant type declaration
|
2020-12-07 23:35:47 -08:00 |
|
Kamran Khan
|
e4d160aaee
|
Use TryFrom to convert between APDU and CTAP status codes
|
2020-12-07 23:32:04 -08:00 |
|
Kamran Khan
|
4c84e94039
|
Use new APDU parser in CTAP1 code
|
2020-12-07 21:23:55 -08:00 |
|
kaczmarczyck
|
c5007e384e
|
Merge branch 'master' into v2_lib
|
2020-12-04 15:26:03 +01:00 |
|
kaczmarczyck
|
f475aa5d28
|
Merge pull request #229 from kaczmarczyck/signature-counter-increments
Signature counter increments
|
2020-12-04 15:22:28 +01:00 |
|
Fabian Kaczmarczyck
|
0b55ff3c3a
|
fixes formatting
|
2020-12-04 14:57:11 +01:00 |
|
Julien Cretin
|
16c0196b1d
|
Check global counter length
|
2020-12-04 14:42:16 +01:00 |
|
Fabian Kaczmarczyck
|
21b8ad18ce
|
fix clippy warning in apdu
|
2020-12-04 13:41:56 +01:00 |
|
Fabian Kaczmarczyck
|
b032a15654
|
makes the global signature counter more privacy friendly
|
2020-12-04 13:41:41 +01:00 |
|
Jean-Michel Picod
|
79c1ef29c4
|
Merge pull request #227 from krkhan/apdu-parser-kk
Add extended APDU parser
|
2020-12-03 17:55:39 +01:00 |
|
Kamran Khan
|
1eaff57c88
|
Le should be interpreted as 0x10000 even in the 2-byte case
|
2020-12-03 08:25:34 -08:00 |
|
Kamran Khan
|
4bfce88e9b
|
Remove indention level made redundant by early-return
|
2020-12-03 08:14:07 -08:00 |
|
Kamran Khan
|
bec94f02be
|
Tweak Le appropriately depending on its swize
|
2020-12-03 08:10:44 -08:00 |
|
Kamran Khan
|
cc8bdb982d
|
Remove unknown apdu type
|
2020-12-03 07:55:34 -08:00 |
|
Kamran Khan
|
69cdd4a0dc
|
Use (relatively more) appropriate error code)
|
2020-12-03 07:53:22 -08:00 |
|
Kamran Khan
|
71ec2cf937
|
Return an error when the case isn't determined
|
2020-12-03 07:50:05 -08:00 |
|
Kamran Khan
|
943d7af503
|
Payload does not need to be an array
|
2020-12-02 23:43:35 -08:00 |
|
Kamran Khan
|
9fc1ac114d
|
Reuse frame bytes for payload
|
2020-12-02 23:39:48 -08:00 |
|
Kamran Khan
|
524ebe3fce
|
Prevent int overflow by casting before addition
|
2020-12-02 23:32:25 -08:00 |
|
Kamran Khan
|
1d8c103d9b
|
Construct and return immutable instances of APDU instead of mutating one
|
2020-12-02 23:29:11 -08:00 |
|
Kamran Khan
|
0420ad8de6
|
Use constant for consistency
|
2020-12-02 23:06:24 -08:00 |
|
Kamran Khan
|
2c49718fee
|
Lc3DataLe3 is not a valid case
|
2020-12-02 23:03:35 -08:00 |
|
Kamran Khan
|
b9ffe7e4ce
|
Use constant instead of hardcoded integer
|
2020-12-02 23:02:07 -08:00 |
|
Kamran Khan
|
dc95310fc0
|
Clarify comments
|
2020-12-01 10:13:25 -08:00 |
|