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

fix starttls #112

Merged
merged 2 commits into from
Apr 16, 2024
Merged

fix starttls #112

merged 2 commits into from
Apr 16, 2024

Conversation

dhke
Copy link
Contributor

@dhke dhke commented Apr 15, 2024

  • ssl.SSLContext.wrap_socket() does not accept certfile= and keyfile arguments
  • use ssl.create_default_context() to create SSLContext object
  • use SSLContext.load_cert_chain() to load eventual client key material

- ssl.SSLContext.wrap_socket() does not accept certfile= and keyfile arguments
- use ssl.create_default_context() to create SSLContext objectz
- use SSLContext.load_cert_chain() to load eventual client key material
Copy link

codecov bot commented Apr 15, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 87.30%. Comparing base (3ccb90b) to head (21f0cde).

Files Patch % Lines
sievelib/managesieve.py 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #112      +/-   ##
==========================================
- Coverage   87.39%   87.30%   -0.09%     
==========================================
  Files           9        9              
  Lines        1975     1977       +2     
==========================================
  Hits         1726     1726              
- Misses        249      251       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tonioo
Copy link
Owner

tonioo commented Apr 16, 2024

Thanks !

@tonioo tonioo merged commit f164615 into tonioo:master Apr 16, 2024
6 of 8 checks passed
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.

2 participants