You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- add option to create hash to sign
- add option to create signed image using public key and external signature file (DER format or raw)
- add option to create public key hash from public key file
- update tests to cover new functionality
- update usage instructions
-`-k` - Private key file or PKCS#11 URI (required for signing)
133
+
-`-u` - Public key file
134
+
-`-p` - Passphrase or PIN for private key
135
+
-`-v` - Verbose mode
136
+
-`-i` - Input image file to sign
137
+
-`-o` - Output signed image file
138
+
-`-h` - Output file for public key hash
139
+
-`-s` - Output file for hash to sign
140
+
-`-d` - Input signature file
141
+
142
+
**Note:** The `-d` option accepts both DER-encoded signatures (standard OpenSSL output) and raw 64-byte signatures.
143
+
97
144
## License
98
145
99
146
This project is licensed under the terms of the **GNU General Public License v3 (GPLv3)**. You are free to use, modify, and distribute this software under the conditions outlined in the GPLv3 license.
0 commit comments