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

♻️ Use cryptography primivites for x509 certificate processing #55

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

sergei-maertens
Copy link
Member

Instead of relying on the (implicitly installed) PyOpenSSL dependency.

Instead of relying on the (implicitly installed) PyOpenSSL dependency.
Copy link

codecov bot commented Feb 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9fe58b5) 96.01% compared to head (0ba9cff) 96.01%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #55   +/-   ##
=======================================
  Coverage   96.01%   96.01%           
=======================================
  Files          72       72           
  Lines        3215     3216    +1     
=======================================
+ Hits         3087     3088    +1     
  Misses        128      128           

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

Comment on lines +278 to +279
# grab the actual base64 data describding the certificate, but without the
# BEGIN/END CERTIFICATE headers and footers and stripped of line breaks.
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this new behaviour or is it the same as before?

Copy link
Member Author

Choose a reason for hiding this comment

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

Same as before, I had to step through the code with a debugger to figure out what the original code was even doing 😬

@sergei-maertens sergei-maertens merged commit b8570c4 into master Feb 23, 2024
14 checks passed
@sergei-maertens sergei-maertens deleted the chore/drop-pyopenssl-dependency branch February 23, 2024 08:57
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