Skip to content

Commit

Permalink
NeoPGPApplet: use EC keys as default
Browse files Browse the repository at this point in the history
Now that EC keys are supported, make them the default. This should work
with more cards, as we don't need large buffers.

Signed-off-by: Michael Walle <[email protected]>
  • Loading branch information
mwalle committed Mar 21, 2024
1 parent b8ce0ff commit 089875a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cc/walle/neopgp/NeoPGPApplet.java
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public class NeoPGPApplet extends Applet implements ExtendedLength {
public static final short CFG_NO_KEYGEN_TRANSACTION = (short)0x0001;

private boolean cardTerminated;
private short keyBitmask = (short)0x0001;
private short keyBitmask = (short)0x0008;
private short cardConfiguration;

private NeoPIN userPIN = null;
Expand Down

0 comments on commit 089875a

Please sign in to comment.