10000 Comparing 42.0.2...42.0.3 · pyca/cryptography · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pyca/cryptography
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 42.0.2
Choose a base ref
...
head repository: pyca/cryptography
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 42.0.3
Choose a head ref
  • 3 commits
  • 13 files changed
  • 1 contributor

Commits on Feb 3, 2024

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

    * initialize openssl's legacy provider in rust (#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
    
    * remove the memleak tests (#10322)
    
    they are fragile, haven't caught regressions, and increasingly pointless
    as we oxidize.
    reaperhulk authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    0e0e46f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. fix provider loading take two (#10390) (#10395)

    we previously hoisted this into rust, but we used the try_load feature
    which supposedly retains fallbacks. Something about that doesn't behave
    the way we expect though and the machinery in providers is sufficiently
    complex that we are just going to load the default provider explicitly.
    
    this matches our behavior pre-rust.
    reaperhulk authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    396bcf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c49a7a5 View commit details
    Browse the repository at this point in the history
Loading
0