File: virt-opcard-rs.toml

package info (click to toggle)
rust-openpgp-card-rpgp 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 392 kB
  • sloc: sh: 6; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 392 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-FileCopyrightText: Heiko Schaefer <heiko@schaefer.name>
# SPDX-License-Identifier: CC0-1.0

[card.opcard-rs]
backend.pcsc = "0000:00000000"
config.keygen = [
    "RSA2k", "RSA3k", "RSA4k",
    "NIST256",
    "Curve25519"
]
config.import = [
    "tests/keys/rsa2k.tsk",
    "tests/keys/rsa3k.tsk",
    "tests/keys/rsa4k.tsk",
    "tests/keys/nist256.tsk",
    "tests/keys/25519.tsk",
]