philipWendland / IsoApplet

A Java Card PKI Applet aiming to be ISO 7816 compliant
GNU General Public License v3.0
165 stars 72 forks source link

Register ECDSA mechanisms according to card capabilities #4

Closed philipWendland closed 9 years ago

philipWendland commented 9 years ago

It should be investigated how the feature bitmap sent by the applet upon selection could be used to tell the host which EC curve lengths are supported by the card.

philipWendland commented 9 years ago

c1ac12705456eba210801faa629886cf8ca78d9c addressed this with on/off granularity. Testing for supported lengths would require trying to generate key pairs for each length and catch exceptions upon installation time, which is not feasible.