Skip to content

Commit

Permalink
Merge pull request #106 from aeolwyr/master
Browse files Browse the repository at this point in the history
Allow signing raw messages in keystore
  • Loading branch information
Grimler91 committed Sep 5, 2020
2 parents f5c7633 + c9f1c40 commit 7ef1018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/termux-keystore
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ generate_key () {

# purpose 12 is SIGN+VERIFY
$CMD_BASE -e command generate -e alias "$ALIAS" -e algorithm "$ALGORITHM" \
--ei purposes 12 --esa digests SHA-1,SHA-256,SHA-384,SHA-512 \
--ei purposes 12 --esa digests NONE,SHA-1,SHA-256,SHA-384,SHA-512 \
--ei size "$SIZE" -e curve "$CURVE" --ei validity "$VALIDITY"
}

Expand Down

0 comments on commit 7ef1018

Please sign in to comment.