summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2022-05-10 16:21:27 +0200
committerWerner Koch <wk@gnupg.org>2022-05-10 16:21:27 +0200
commit5e5df82b5f2875e839a5c18273527bc91e16174e (patch)
tree9f602420187d7f2173f8b2ff4926359e48cfbeca
parent14068dfc74fffa9cdf2fd49712f4ffcfe6405ba0 (diff)
scd:openpgp: New card vendor.
-- BTW, we should add a function to read out the entire table so that you can ask scdaemon for that list. iirc, Kleopatra still uses a copy of the table.
-rw-r--r--scd/app-openpgp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c
index 7dc98aa75..3cf2aacae 100644
--- a/scd/app-openpgp.c
+++ b/scd/app-openpgp.c
@@ -321,6 +321,7 @@ get_manufacturer (unsigned int no)
case 0x63AF: return "Trustica";
case 0xBA53: return "c-base e.V.";
case 0xBD0E: return "Paranoidlabs";
+ case 0xCA05: return "Atos CardOS";
case 0xF1D0: return "CanoKeys";
case 0xF517: return "FSIJ";
case 0xF5EC: return "F-Secure";