-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add Expanded CMS Support #151
Conversation
davidzech
commented
Oct 18, 2023
- Support BER Encoded CMS
- Support Attached CMS
- Support Signed Attributes CMS
Leaving this in draft until apple/swift-asn1 is tagged with a new version with BER support. |
@davidzech we have just released Swift ASN.1 1.1.0 |
Ack. Updated and removed Draft status @dnadoba |
@swift-server-bot add to allowlist |
Based on CI, you need to add this block to your new files that import
|
Ack. I likely need to update CMake again too. |
* Support BER Encoded CMS * Support Attached CMS * Support Signed Attributes CMS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API breakage is acceptable here.