Skip to content
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

correct SSLContext.load_verify_locations() args #8624

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

dhalbert
Copy link
Collaborator

Addresses one task in #8381.

Make arguments in SSLContext.load_verify_locations() match the CPython signature.

SSLContext.load_verify_locations(cafile=None, capath=None, cadata=None)

cadata must be the third arg, or be specified by keyword. cafile and capath are not implemented.

Tagging @tyeth for interest.

@dhalbert dhalbert requested a review from jepler November 17, 2023 01:11
Copy link
Member

@jepler jepler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dhalbert dhalbert merged commit 2a0b165 into adafruit:main Nov 17, 2023
175 checks passed
@dhalbert dhalbert deleted the load-verify-locations branch November 17, 2023 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants