We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c6586 commit f74b77cCopy full SHA for f74b77c
scripts/imgtool/image.py
@@ -184,6 +184,7 @@ def tlv_sha_to_sha(tlv):
184
keys.ECDSA384P1Public : ['384'],
185
keys.ECDSA256P1 : ['256'],
186
keys.RSA : ['256'],
187
+ keys.RSAPublic : ['256'],
188
# This two are set to 256 for compatibility, the right would be 512
189
keys.Ed25519 : ['256', '512'],
190
keys.X25519 : ['256', '512']
0 commit comments