openpgp-card/card-functionality/docker/test-smartpgp.toml
Heiko Schaefer 9984aca5b9
Adjust test configurations:
Remove bitsize of e parameter for RSA from SimpleAlgo.
2021-12-10 18:49:32 +01:00

18 lines
396 B
TOML

# SPDX-FileCopyrightText: 2021 Heiko Schaefer <heiko@schaefer.name>
# SPDX-License-Identifier: CC0-1.0
[card.smartpgp]
backend.pcsc = "FFFF:00001234"
config.keygen = [
"RSA2k", "RSA3k", "RSA4k",
"NIST256", "NIST384", "NIST521"
]
config.import = [
"data/rsa2k.sec",
"data/rsa3k.sec",
"data/rsa4k.sec",
"data/nist256.sec",
"data/nist384.sec",
"data/nist521.sec"
]