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.0
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.2
Choose a head ref
  • 9 commits
  • 31 files changed
  • 2 contributors

Commits on Jan 23, 2024

  1. fixes #10237 -- correct EC sign parameter name (#10239) (#10240)

    Co-authored-by: Alex Gaynor <[email protected]>
    reaperhulk and alex authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    12f038b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. allow SPKI RSA keys to be parsed even if they have an incorrect delim…

    …iter (#10248) (#10251)
    
    * allow SPKI RSA keys to be parsed even if they have an incorrect delimiter
    
    This allows RSA SPKI keys (typically delimited with PUBLIC KEY) to be parsed
    even if they are using the RSA PUBLIC KEY delimiter.
    
    * formatting
    
    * use original error if nothing parses, don't let it parse non-RSA
    reaperhulk authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    56255de View commit details
    Browse the repository at this point in the history
  2. 42.0.1 bump (#10252)

    * 42.0.1 bump
    
    * Update CHANGELOG.rst
    
    Co-authored-by: Alex Gaynor <[email protected]>
    
    ---------
    
    Co-authored-by: Alex Gaynor <[email protected]>
    reaperhulk and alex authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    337437d View commit details
    Browse the repository at this point in the history
  3. fix the release script (#10233) (#10254)

    we removed version as an arg, but didn't remove it from the click decorator
    reaperhulk authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4bb8596 View commit details
    Browse the repository at this point in the history
  4. explicitly support bytes-like for signature/data in RSA sign/verify (#…

    …10259) (#10261)
    
    this was never documented but previously worked in <42. we now also
    document that this is supported to confuse ourselves less.
    reaperhulk authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6478f7e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. support bytes-like consistently across our asym sign/verify APIs (#10260

    ) (#10265)
    
    and update our docs to show it as well
    reaperhulk authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    92fa9f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    002e886 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7032bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2202123 View commit details
    Browse the repository at this point in the history
Loading