jonasblixt / punchboot

Punchboot
Other
87 stars 9 forks source link

keystore: Place keystore at the last 4k boundary #14

Closed jonasblixt closed 2 years ago

jonasblixt commented 2 years ago

This changes the linker script so that the keystore header is placed on the last 4k boundary relative the end of the output binary. Key structs are placed directly after the keystore header.

This is done to make key material extraction possible.