commit | 19fd79a496248c40f95d3359e1e60931df5e734f | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Wed May 08 18:20:39 2019 -0300 |
committer | Fabio Utzig <utzig@utzig.org> | Thu May 16 14:01:19 2019 -0300 |
tree | 847ec5e9a15e904924cc7c511a773f633fdf6a45 | |
parent | 3501c01641f080d0c1d8433eb299e218fb21c091 [diff] [blame] |
Add RSA-3072 support to imgtool Signed-off-by: Fabio Utzig <utzig@apache.org>
diff --git a/scripts/imgtool/image.py b/scripts/imgtool/image.py index c36f802..ad156a1 100644 --- a/scripts/imgtool/image.py +++ b/scripts/imgtool/image.py
@@ -49,6 +49,7 @@ 'RSA2048': 0x20, 'ECDSA224': 0x21, 'ECDSA256': 0x22, + 'RSA3072': 0x23, 'ENCRSA2048': 0x30, 'ENCKW128': 0x31, 'DEPENDENCY': 0x40