Lines Matching refs:key
20 or use rsa-3072, ecdsa-p256, or ed25519 for the type. The key type used
23 This key file is what is used to sign images, this file should be
28 time you use the private key.
30 ## [Incorporating the public key into the code](#incorporating-the-public-key-into-the-code)
32 There is a development key distributed with mcuboot that can be used
33 for testing. Since this private key is widely distributed, it should
35 key, as described above, you should replace the public key in the
40 the key file.
44 will extract the public key from the given private key file, and
46 into the key file. However, when the `MCUBOOT_HW_KEY` config option is
62 -k, --key filename
63 --public-key-format [hash|full]
88 -E, --encrypt filename Encrypt image using the provided public key
89 --save-enctlv When upgrading, save encrypted key TLVs
99 The main arguments given are the key file generated above, a version
129 The `--public-key-format` argument can be used to distinguish where the public
130 key is stored for image authentication. The `hash` option is used by default, in
131 which case only the hash of the public key is added to the TLV area (the full
132 public key is incorporated into the bootloader). When the `full` option is used
133 instead, the TLV area will contain the whole public key and thus the bootloader
134 can be independent from the key(s). For more information on the additional