-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
When attempting to manually set the script extracted key I am shown the message Error invalid ECC slot
. This occurs when attempting to use setkey ECC1 x
or setkey 101 x
. In all of GitHub, that error message only appears in this file.
Since line 4662 suggests that this error is being thrown due to an incorrect slot, I looked at the setkey
function in cli.py and client.py. It seems as though ECC1
is attempting to use slot_id = 29
which is triggering the error.
Unsure where to track this bug next, but happy to do more debugging with direction. Thanks!
Metadata
Metadata
Assignees
Labels
No labels