This commit is contained in:
Zhi Guan
2026-06-17 16:15:13 +08:00
parent ace325928b
commit 40a62baec7
8 changed files with 35 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ int cmsdecrypt_main(int argc, char **argv)
FILE *certfp = NULL;
FILE *infp = NULL;
FILE *outfp = stdout;
uint8_t cert[1024];
uint8_t cert[8192];
size_t certlen;
size_t inlen;
uint8_t *cms = NULL;