Fix a= tag in ed25519 signatures (thanks to Jeremy Harris)

This commit is contained in:
Scott Kitterman
2018-02-05 11:28:05 -05:00
parent 3138f90077
commit 3209be62d1
5 changed files with 20 additions and 21 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ parser.add_argument('--hcanon', choices=['simple', 'relaxed'],
parser.add_argument('--bcanon', choices=['simple', 'relaxed'],
default='simple',
help='Body canonicalization algorithm: default=simple')
parser.add_argument('--signalg', choices=['rsa-sha256', 'ed25519', 'rsa-sha1'],
parser.add_argument('--signalg', choices=['rsa-sha256', 'ed25519-sha256', 'rsa-sha1'],
default='rsa-sha256',
help='Signature algorithm: default=rsa-sha256')
parser.add_argument('--identity', help='Optional value for i= tag.')