-
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
remove egd #3771
remove egd #3771
Conversation
@reaperhulk, thanks for your PR! By analyzing the history of the files in this pull request, we identified @alex, @Ayrx and @palaviv to be potential reviewers. |
@@ -75,14 +75,6 @@ def cryptography_has_rsa_r_pkcs_decoding_error(): | |||
] | |||
|
|||
|
|||
def cryptography_has_egd(): |
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.
Remove from the dict below as well
src/_cffi_src/openssl/rand.py
Outdated
@@ -9,7 +9,6 @@ | |||
""" | |||
|
|||
TYPES = """ | |||
static const long Cryptography_HAS_EGD; |
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.
Should we leave this constant but set to 0
? Then there's no plausible backwards compat concern :-)
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.
Sure, why not. At some point it'd be good to remove it entirely but the two lines aren't going to be a maintenance burden in any way...
This shouldn't really be necessary but maybe we can fully remove it in 2018 or 2019...
Landing despite the coverage because it appears to be a bug. |
EGD is bad and old and we removed it from pyOpenSSL in 16.0.