Skip to content

Commit

Permalink
Increase buffer size for public key in ykpiv_metadata struct
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Aug 20, 2024
1 parent ee8f3ae commit b0306e2
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[2048];
uint8_t pubkey[1024];
} ykpiv_metadata;

/**
Expand Down

0 comments on commit b0306e2

Please sign in to comment.