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

backport: initialize openssl's legacy provider in rust (#10323) #10333

Merged
merged 2 commits into from Feb 3, 2024

Commits on Feb 2, 2024

  1. initialize openssl's legacy provider in rust (pyca#10323)

    * initialize openssl's legacy provider in rust
    
    as we oxidize we need to do this here to ensure it actually happens
    
    * alex is a comment format pedant
    reaperhulk committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e38c385 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. remove the memleak tests (pyca#10322)

    they are fragile, haven't caught regressions, and increasingly pointless
    as we oxidize.
    reaperhulk committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    fe94a17 View commit details
    Browse the repository at this point in the history