-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Two PKCS12 tests fail when OpenSSL is built without RC2 support #5065
Comments
Thanks for tracking this down. I have no idea what the right fix is. |
(Well, the fix is clearly to skip the test, I just don't know how to wire the "when" through all the paths) |
We could make a private RC2 class that we only use for doing cipher_supported checks. That might work for this? |
That sounds reasonable.
…On Thu, Nov 14, 2019 at 9:30 PM Paul Kehrer ***@***.***> wrote:
We could make a private RC2 class that we only use for doing
cipher_supported checks. That might work for this?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5065?email_source=notifications&email_token=AAAAGBBMY2HNB4QH5TQ44GTQTYCULA5CNFSM4JNUNWY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEECMLQ#issuecomment-554182190>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAGBBMBRFMCJW6S2P5HHTQTYCULANCNFSM4JNUNWYQ>
.
--
All that is necessary for evil to succeed is for good people to do nothing.
|
alex
added a commit
to alex/cryptography
that referenced
this issue
Nov 24, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following two tests fail when run with an OpenSSL (1.1.1d) built without RC2 support:
The error summary is:
ValueError: Invalid password or PKCS12 data
Reproduction Environment:
Full backtraces follow:
TestPKCS12.test_load_pkcs12_ec_keys[cert-rc2-key-3des.p12-cryptography]
TestPKCS12.test_load_pkcs12_ec_keys[no-password.p12-None
The text was updated successfully, but these errors were encountered: