Skip to content

Add PyOpenSSL integration test#2992

Merged
WillChilds-Klein merged 10 commits intoaws:mainfrom
WillChilds-Klein:cache-peer-ca-names
Feb 13, 2026
Merged

Add PyOpenSSL integration test#2992
WillChilds-Klein merged 10 commits intoaws:mainfrom
WillChilds-Klein:cache-peer-ca-names

Conversation

@WillChilds-Klein
Copy link
Copy Markdown
Contributor

@WillChilds-Klein WillChilds-Klein commented Feb 13, 2026

Notes

This PR adds an integration test against PyOpenSSL's tip-of-main, as well as a patch file to work around a few present incompatibilities.

Testing


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.31%. Comparing base (24d4627) to head (1acc06e).
⚠️ Report is 89 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2992      +/-   ##
==========================================
- Coverage   78.31%   78.31%   -0.01%     
==========================================
  Files         689      689              
  Lines      120967   120967              
  Branches    16963    16963              
==========================================
- Hits        94735    94734       -1     
- Misses      25334    25338       +4     
+ Partials      898      895       -3     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@WillChilds-Klein WillChilds-Klein enabled auto-merge (squash) February 13, 2026 18:08
# against AWS-LC.
curl https://sh.rustup.rs -sSf | sh -s -- -y
. "$HOME/.cargo/env"
cargo install bindgen-cli
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Do we know bindgen-cli is needed?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

i'd thought it was required to build the Cryptography module against aws-lc/aws-lc-rs, but i can try removing this install.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

yeah, looks like it's needed.

        thread 'main' (3513) panicked at /root/.cache/puccinialin/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.110/build/run_bindgen.rs:341:39:
        bindgen failed to execute: Os { code: 2, kind: NotFound, message: "No such file or directory" }

@justsmth justsmth mentioned this pull request Feb 20, 2026
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.

4 participants