Adjust test configurations:
Remove bitsize of e parameter for RSA from SimpleAlgo.
This commit is contained in:
parent
953ee58120
commit
9984aca5b9
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
[card.smartpgp]
|
||||
backend.pcsc = "FFFF:00001234"
|
||||
config.keygen = [
|
||||
"RSA2k/17", "RSA3k/17", "RSA4k/17",
|
||||
"RSA2k", "RSA3k", "RSA4k",
|
||||
"NIST256", "NIST384", "NIST521"
|
||||
]
|
||||
config.import = [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
[card.ykneo]
|
||||
backend.pcsc = "0006:11112222"
|
||||
config.keygen = [
|
||||
"RSA2k/17",
|
||||
"RSA2k",
|
||||
]
|
||||
config.import = [
|
||||
"data/rsa2k.sec",
|
||||
|
|
Loading…
Reference in a new issue