Enabled extended APDU support for StarCOS 3x cards

This commit is contained in:
dojo 2019-12-04 14:30:26 +01:00 committed by Frank Morgner
parent a450b3427e
commit 17d9d8450c
1 changed files with 1 additions and 0 deletions

View File

@ -314,6 +314,7 @@ static int starcos_init(sc_card_t *card)
else
card->name = "STARCOS 3.5";
card->caps |= SC_CARD_CAP_ISO7816_PIN_INFO;
card->caps |= SC_CARD_CAP_APDU_EXT;
flags |= SC_CARD_FLAG_RNG
| SC_ALGORITHM_RSA_HASH_SHA224