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

@@ -35,7 +35,7 @@ int cmssign_main(int argc, char **argv)
FILE *outfp = stdout;
SM2_KEY sm2_key;
X509_KEY public_key;
uint8_t cert[1024];
uint8_t cert[8192];
size_t certlen;
uint8_t *in = NULL;
size_t inlen;