Skip to content

Commit

Permalink
Add RSA3072 and RSA4096 to command line options
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Jan 24, 2024
1 parent 94f2fb2 commit d7ab3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/cmdline.ggo
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ text "
9e is for Card Authentication (PIN never checked)
82-95 is for Retired Key Management
f9 is for Attestation\n"
option "algorithm" A "What algorithm to use" values="RSA1024","RSA2048","ECCP256","ECCP384", "ED25519", "X25519" enum optional default="RSA2048"
option "algorithm" A "What algorithm to use" values="RSA1024","RSA2048","RSA3072", "RSA4096", "ECCP256","ECCP384", "ED25519", "X25519" enum optional default="RSA2048"
option "hash" H "Hash to use for signatures" values="SHA1","SHA256","SHA384","SHA512" enum optional default="SHA256"
option "new-key" n "New management key to use for action set-mgm-key, if omitted key will be asked for" string optional
option "pin-retries" - "Number of retries before the pin code is blocked" int optional dependon="puk-retries"
Expand Down

0 comments on commit d7ab3b4

Please sign in to comment.