Skip to content

Commit

Permalink
rework the EC key generation mechanism
Browse files Browse the repository at this point in the history
Before this commit, parameters of supported EC curves were saved in the
applet. This is not feasible when trying to support a large number of
curves because the applet has size limitations.
The new version requires the host to send the EC parameters. This has
the additional advantage that (depending on the host
middleware/driver/tool) new curves can be supported without chaning the
API.
  • Loading branch information
philipWendland committed Oct 28, 2014
1 parent 9617b06 commit c2ddf7d
Show file tree
Hide file tree
Showing 2 changed files with 343 additions and 325 deletions.
154 changes: 0 additions & 154 deletions src/net/pwendland/javacard/pki/ECCurves.java

This file was deleted.

Loading

0 comments on commit c2ddf7d

Please sign in to comment.