-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Bug]: Legacy DES-CBC cipher is used for encryption of PKCS#7 envelopes #16
Comments
Hi @stv0g, I agree DES-CBC shouldn't be the default these days, but changing the default in this package is a backwards incompatible behavioral change for users of the package that might affect their system. Also, since its part of the design of the Changing the behavior in this package would require at least a In |
Okay, I agree. I think we would need a v2 of that module with an Maybe this issue should be moved to step/pkcs7 instead? |
Yes, opening an issue in https://github.com/smallstep/pkcs7 sounds OK. In due time I'll likely add a kind of meta issue to track more changes that are not backwards compatible, and add it to that too. |
Closed in favour of smallstep/pkcs7#30 |
Steps to Reproduce
Use sscep to enroll a certificate against scepserver.
Your Environment
Expected Behavior
AES cipher is used for envelope encryption
Actual Behavior
OpenSSL errors out due to legacy cipher:
Additional Context
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: