> On 5 Aug 2021, at 02:54, Michael Richardson wrote:
>
>
> Dirk-Willem van Gulik wrote:
>> I have very large globs of on the fly generated data that are to be
>> signed and output as a base64 payload followed by a separate PKCS#7
>> package with a detached signature at the end of the transmi
Dirk-Willem van Gulik wrote:
> I have very large globs of on the fly generated data that are to be
> signed and output as a base64 payload followed by a separate PKCS#7
> package with a detached signature at the end of the transmission[1].
> I’d like to avoid CMS_sign/CMS_final
I have very large globs of on the fly generated data that are to be signed and
output as a base64 payload followed by a separate PKCS#7 package with a
detached signature at the end of the transmission[1].
I’d like to avoid CMS_sign/CMS_final having to rely on a BIO_s_mem(),
disk-storage or sim