Skip to content

Commit

Permalink
Increase size of pubkey field to accomdate 4096 bit RSA keys
Browse files Browse the repository at this point in the history
  • Loading branch information
qpernil committed Aug 20, 2024
1 parent 4a15c41 commit 7d10a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ykpiv.h
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ extern "C"
uint8_t touch_policy;
uint8_t origin;
size_t pubkey_len;
uint8_t pubkey[512];
uint8_t pubkey[1024];
} ykpiv_metadata;

/**
Expand Down

0 comments on commit 7d10a34

Please sign in to comment.