Adjust test configurations:

Remove bitsize of e parameter for RSA from SimpleAlgo.
This commit is contained in:
Heiko Schaefer 2021-12-10 18:49:32 +01:00
parent 953ee58120
commit 9984aca5b9
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D
2 changed files with 2 additions and 2 deletions

View file

@ -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 = [

View file

@ -4,7 +4,7 @@
[card.ykneo]
backend.pcsc = "0006:11112222"
config.keygen = [
"RSA2k/17",
"RSA2k",
]
config.import = [
"data/rsa2k.sec",