-
Notifications
You must be signed in to change notification settings - Fork 28
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
(UndefinedFunctionError) function X509.PKCS7.sign/3 is undefined (module X509.PKCS7 is not available) after upgrading from x509 0.8.5 => 0.8.6 #56
Comments
That's odd, I'm pretty sure PKCS7 support was never added to X509, so it can't have been removed. I did once publish a quick-and-dirty sample PKCS7 implementation. Did you perhaps create your own fork of X509 with this module added in? |
Ah, I suppose I must have had that file in my local directory when publishing 0.8.5 to Hex, and Hex picked it up from there. It was never committed to GitHub, though. The reason I never wanted to make it official is that it would be tricky to support all the various algorithms, as I mentioned in that Elixir Forum post. Sorry about that! Could you please move the file to your own project once you upgrade to 0.8.6? |
No worries, I had a discussion with my team regarding this. We decided to stick on 0.8.5 for now. Thank you soo much tho, for helping with this. Ps: Should we close the issue then? |
Hello @voltone , I am facing this issue where after updating x509 0.8.5 => 0.8.6
It it throwing this error while signing
** (UndefinedFunctionError) function X509.PKCS7.sign/3 is undefined (module X509.PKCS7 is not available)
The text was updated successfully, but these errors were encountered: