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

remove gssapi from requirements.txt #1

Open
wants to merge 1 commit into
base: bleeding_edge
Choose a base branch
from

Conversation

fruch
Copy link

@fruch fruch commented Oct 8, 2024

stop forceing using to have gssapi installed,
who need it can install it seperatly

(might align it as a optional group in setup.py)

stop forceing using to have `gssapi` installed,
who need it can install it seperatly

(might align it as a optional group in setup.py)
@fruch
Copy link
Author

fruch commented Oct 8, 2024

seems like it need more change in the code itself, since now it would fail on imports...

ThePirateWhoSmellsOfSunflowers pushed a commit that referenced this pull request Oct 25, 2024
Add a custom_ssl_context parameter to `Tls()` that makes it possible to pass a custom `ssl.SSLContext` object for the TLS connection, allowing configurations not supported in the current code, such as more recent options like [ssl.SSLContext.verify_flags](https://docs.python.org/3.11/library/ssl.html#ssl.SSLContext.verify_flags).

One use case is to enable [partial certificate chain verification](https://docs.python.org/3.11/library/ssl.html#ssl.VERIFY_X509_PARTIAL_CHAIN) for pinning certificates in situations where a root certificate is not available.
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.

1 participant