-
Notifications
You must be signed in to change notification settings - Fork 473
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 dependencies on Cryptodome and oscrypto #1616
Conversation
CLA Assistant Lite bot: I have read the CLA Document and I hereby sign the CLA 1 out of 2 committers have signed the CLA. |
|
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.
LGTM
@geofft @sfc-gh-sfan Are there plans to merge this in any time soon? Getting rid of |
@sfc-gh-sfan It looks like it's failing on linters |
@geofft Can you fix the linter error? |
Just a reminder 😃 |
The code to use cryptography (which uses OpenSSL) already existed, but it just wasn't being used by default. Since cryptography is currently a mandatory dependency, we may as well use it all the time. Partially resolves snowflakedb#1605/SNOW-843716.
8f15398
to
9f30872
Compare
test PR in #1752 |
@geofft Can you sign the CLA (link: https://github.com/snowflakedb/CLA/blob/main/README.md)? |
Hey @geofft, can this be driven to completion? |
@sfc-gh-sfan At this point, is it possible for Snowflake to commandeer this PR? |
Done in #1779 |
The code to use cryptography (which uses OpenSSL) already existed, but it just wasn't being used by default. Since cryptography is currently a mandatory dependency, we may as well use it all the time.
Partially resolves #1605/SNOW-843716.