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: 45.0.5
Choose a base ref
...
head repository: pyca/cryptography
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 45.0.7
Choose a head ref
  • 2 commits
  • 22 files changed
  • 2 contributors

Commits on Aug 5, 2025

  1. Bump for release (#13249)

    * Bump for 45.0.6 release
    
    * Use mitmproxy's uv.lock for downstream tests (#13022)
    
    * use mitmproxy's uv.lock for downstream tests
    
    * add `--locked`
    
    * install deps for downstream tests into a venv with uv (#13192)
    
    * install deps for downstream tests into a venv with uv
    
    * this needs to use the venv pyhon too
    
    * stop trying to do shell hijinx
    
    * install pip for certbot
    
    * fall back o regular pip someimes
    
    * try to get cryptography installed into the venv for scapy
    
    * allow us to debug
    
    * fix override syntax
    
    * oops, one fewer
    
    * computer
    
    * try fixing paramiko dev (#13239)
    
    * hack to fix coverage (#13161)
    
    * hack to fix coverage
    
    * Update ci.yml
    
    * Update ci.yml
    
    * Update ci.yml
    
    * Attempt to fix coverage due to rust nonsense (#13153)
    
    * attempt to fix inane coverage nonsense (#13156)
    
    * coverage fix, cherry pick of dac3653
    
    ---------
    
    Co-authored-by: Maximilian Hils <git@maximilianhils.com>
    alex and mhils authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    66198c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. prep for a 45.0.7 release (#13378)

    * Add SSL_set_info_callback function declaration (#13375)
    
    we need this to have a `set_info_callback` on an SSL.Connection which twisted needs for reasons I don't understand
    
    * prep for a 45.0.7 releaes
    
    * Update CI for the new staticnode location (#13305)
    
    * Update CI for the new staticnode location
    
    * get CI green
    alex authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    f52a3e1 View commit details
    Browse the repository at this point in the history
Loading