openssl icon indicating copy to clipboard operation
openssl copied to clipboard

Openssl cms wrapper

Open mcr opened this issue 6 years ago • 2 comments

This is the beginnings of support for CMS signatures and verification, in the spirit of the PKCS7 work. I don't need encrypt/decrypt, so I will leave them for last. I will be adding eContentType settings, which are new since PKCS7. The OpenSSL CMS SignerInfo code works differently than the PKCS7_SIGNER_INFO, and as I don't need multiple signatures for the moment, I will leave that until later as well.

mcr avatar Dec 24 '18 19:12 mcr

@hsbt I would appreciate any pointers on how to debug the memory leak that the travis-ci build discovered.

mcr avatar Dec 27 '18 20:12 mcr

any plans to add cms support or pointers to working implementations?

bufferoverflow avatar Aug 21 '19 13:08 bufferoverflow