We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to run the echo example, it fails at the Identity::from_pkcs12(der, "mypass") line with this error:
Identity::from_pkcs12(der, "mypass")
Error: Normal(ErrorStack([Error { code: 50856204, library: "digital envelope routines", function: "inner_evp_generic_fetch", reason: "unsupported", file: "/usr/home/somers/src/freebsd.org/src/crypto/openssl/crypto/evp/evp_fetch.c", line: 373, data: "Global default library context, Algorithm (RC2-40-CBC : 0), Properties ()" }]))
I see this error in both environments that I've tried:
The text was updated successfully, but these errors were encountered:
It does work in an older environment. Does the identity file need to be regenerated for newer versions of openssl?
Sorry, something went wrong.
No branches or pull requests
When I try to run the echo example, it fails at the
Identity::from_pkcs12(der, "mypass")
line with this error:I see this error in both environments that I've tried:
The text was updated successfully, but these errors were encountered: