我想验证 s/mime 格式的签名文件,pkcs7 文件大小为 500MB。
openssl smime -verify -in test.pk7 -inform DER
读取 S/MIME 消息时出错 715956256:error:07069041:memory buffer routines:BUF_MEM_grow_clean:malloc failure:buffer.c:152:715956256:error:0D06B041:asn1 encoding routines:ASN1_D2I_READ_BIO:malloc failure:a_d2i_fp.c:229:
内存使用量有限,例如 200MB 是否有可能?