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 7b0f78d commit 8fa5562Copy full SHA for 8fa5562
.github/workflows/test-keytools.yml
@@ -264,3 +264,9 @@ jobs:
264
./tools/keytools/sign --ecc256 --sha256 --custom-tlv-buffer 0x46 48656C6C6F20776F726C64 test-app/image.elf wolfboot_signing_private_key.der 3
265
grep "Hello world" test-app/image_v3_signed.bin
266
267
+ - name: Sign app with custom string TLV included
268
+ run: |
269
+ ./tools/keytools/sign --ecc256 --sha256 --custom-tlv-string 0x46 "Hello world" test-app/image.elf wolfboot_signing_private_key.der 3
270
+ grep "Hello world" test-app/image_v3_signed.bin
271
+
272
0 commit comments