Skip to content

Commit

Permalink
enable PIV extension by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dangfan committed Dec 26, 2023
1 parent 0ddb93b commit e9efc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applets/piv/piv.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ int piv_install(const uint8_t reset) {
if (write_attr(puk.path, TAG_PIN_KEY_DEFAULT, &tmp, sizeof(tmp)) < 0) return -1;

// Algorithm extensions
alg_ext_cfg.enabled = 0;
alg_ext_cfg.enabled = 1;
alg_ext_cfg.ed25519 = ALG_ED25519_DEFAULT;
alg_ext_cfg.rsa3072 = ALG_RSA_3072_DEFAULT;
alg_ext_cfg.rsa4096 = ALG_RSA_4096_DEFAULT;
Expand Down

0 comments on commit e9efc30

Please sign in to comment.