aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2022-05-10 14:21:27 +0000
committerWerner Koch <[email protected]>2022-05-10 14:21:27 +0000
commit5e5df82b5f2875e839a5c18273527bc91e16174e (patch)
tree9f602420187d7f2173f8b2ff4926359e48cfbeca
parentdirmngr: Fix for Windows. (diff)
downloadgnupg-5e5df82b5f2875e839a5c18273527bc91e16174e.tar.gz
gnupg-5e5df82b5f2875e839a5c18273527bc91e16174e.zip
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";