mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpgsm: Possible improvement for some rare P12 files.
* sm/minip12.c (parse_shrouded_key_bag): Increase size of salt buffer. -- Reported on the mailing list. The change does not seem to have a big regression risk, thus applied. See below for the mail # ------------------------ >8 ------------------------ https://lists.gnupg.org/pipermail/gnupg-users/2024-September/067312.html
This commit is contained in:
parent
f197fe34f2
commit
f50dde6269
1 changed files with 1 additions and 1 deletions
|
@ -1248,7 +1248,7 @@ parse_shrouded_key_bag (struct p12_parse_ctx_s *ctx, tlv_parser_t tlv)
|
|||
const unsigned char *data;
|
||||
size_t datalen;
|
||||
int intval;
|
||||
char salt[20];
|
||||
char salt[32];
|
||||
size_t saltlen;
|
||||
char iv[16];
|
||||
unsigned int iter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue