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.

mcr added 2 commits December 24, 2018 14:37
CMS_SignedInfo structure can not be created or freed, as it is just a pointer into CMS_ContentInfo stack.
@mcr mcr force-pushed the openssl-cms-wrapper branch from 0366ce3 to b7f68eb Compare December 24, 2018 19:45
@mcr mcr force-pushed the openssl-cms-wrapper branch from 1c49e30 to 156f8df Compare December 27, 2018 16:08
@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?

@mcr mcr marked this pull request as draft July 21, 2021 16:24
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.

2 participants