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.2
Choose a head ref
  • 6 commits
  • 21 files changed
  • 4 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
Loading