Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Openssl cms wrapper #236

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Openssl cms wrapper #236

wants to merge 3 commits into from

Conversation

mcr
Copy link
Contributor

@mcr mcr commented Dec 24, 2018

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.

CMS_SignedInfo structure can not be created or freed, as it is just a pointer into CMS_ContentInfo stack.
@mcr
Copy link
Contributor Author

mcr commented Dec 27, 2018

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

@bufferoverflow
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants