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 Loading
base: 41.0.0
Choose a base ref
...
head repository: pyca/cryptography Loading
compare: 41.0.3
Choose a head ref
  • 10 commits
  • 25 files changed
  • 5 contributors

Commits on Jun 1, 2023

  1. Backport tolerate (#9006)

    * tolerate NULL params in ECDSA SHA2 AlgorithmIdentifier (#9002)
    
    * tolerate NULL params in ECDSA SHA2 AlgorithmIdentifier
    
    Java 11 does this incorrectly. It was fixed in Java16+ and they are
    planning to do a backport, but we'll need to tolerate this invalid
    encoding for a while.
    
    * test both inner and outer
    
    * changelog entry
    
    * language
    reaperhulk committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    b999005 View commit details
    Browse the repository at this point in the history
  2. Backport null fix (#9007)

    * Bump openssl from 0.10.53 to 0.10.54 in /src/rust (#9004)
    
    Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.53 to 0.10.54.
    - [Release notes](https://github.com/sfackler/rust-openssl/releases)
    - [Commits](sfackler/rust-openssl@openssl-v0.10.53...openssl-v0.10.54)
    
    ---
    updated-dependencies:
    - dependency-name: openssl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Added tests for NUL bytes in PKCS8 passphrases (#9001)
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
    3 people committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    53dc686 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d02de9f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Backport: Added PyPy 3.10 to CI (#8933) (#9210)

    * Added PyPy 3.10 to CI (#8933)
    
    * Bump proc-macro2 for nightly
    alex committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    bb204c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Backport ssh cert fix (#9211)

    * Fix encoding of SSH certs with critical options (#9208)
    
    * Add tests for issue #9207
    
    * Fix encoding of SSH certs with critical options
    
    * Test unexpected additional values for crit opts/exts
    
    * temporarily allow invalid ssh cert encoding
    
    ---------
    
    Co-authored-by: jeanluc <2163936+lkubb@users.noreply.github.com>
    reaperhulk and lkubb committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e190ef1 View commit details
    Browse the repository at this point in the history
  2. bump for 41.0.2 (#9215)

    reaperhulk committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    7431db7 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. backport fix the memory leak in fixedpool (#9272) (#9309)

    * fix the memory leak in fixedpool (#9272)
    
    * fix the memory leak in fixedpool
    
    fixes #9255
    
    * simplify fix
    
    * resolve clippy warnings
    reaperhulk committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    0da7165 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. changelog for 41.0.3 (#9320)

    not bumping version, we'll do that when we have 3.1.2 built
    reaperhulk committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    bfa4d95 View commit details
    Browse the repository at this point in the history
  2. Only check DH key validity when loading a private key. (#9071) (#9319)

    Fixes #9063
    
    Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
    jtougas and alex committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    774a4a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. bump for 41.0.3 (#9330)

    * bump for 41.0.3
    
    * bump openssl versions in CI
    
    * version bumps do not work that way
    
    * Rebuild cffi module if version changes (#9011)
    
    ---------
    
    Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
    reaperhulk and alex committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b22271c View commit details
    Browse the repository at this point in the history
Loading