Question about upgrade to a new version #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is it possible to upgrade to a new version without losing the binding, or is it necessary to unbind the device each time?
Also wondering why "mbedtls_x509write_crt_set_validity" is only up to "20320831235959", since fido (u2f) has no time limit!
https://github.com/solokeys/solo1/blob/master/tools/gencert/genca.sh
You could set "20700000000000" 😉
Depending the version you are using. The seed is never modified (unless you wipe your device) and residential keys are stored at the end of flash memory. However, the procedures of generating keys have been modified from time to time (specially first versions), which could made incompatible key loading of older keys. If you started with recent version you could upgrade by just dragging the new uf2 file.
I've increased validity up to 50 years in
59ec9b75.