gl-sergei / u2f-token

u2f token firmware for stm32f103 and efm32hg boards
GNU General Public License v3.0
348 stars 57 forks source link

Fix #45: Unable to initialize device with injected key #50

Closed gl-sergei closed 1 year ago

gl-sergei commented 1 year ago
  1. Change inject_key.py to preserve this flash storage layout:

    • 1KiB attestation certificate and key
    • 1KiB device key
    • 1KiB auth counter
  2. Change cert/gen.sh and friends to produce the same flash layout as above