diff options
author | Werner Koch <wk@gnupg.org> | 2022-05-10 16:21:27 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2022-05-10 16:21:27 +0200 |
commit | 5e5df82b5f2875e839a5c18273527bc91e16174e (patch) | |
tree | 9f602420187d7f2173f8b2ff4926359e48cfbeca /scd | |
parent | dirmngr: Fix for Windows. (diff) | |
download | gnupg2-5e5df82b5f2875e839a5c18273527bc91e16174e.tar.xz gnupg2-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.
Diffstat (limited to 'scd')
-rw-r--r-- | scd/app-openpgp.c | 1 |
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"; |