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/pyopenssl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 23.1.1
Choose a base ref
...
head repository: pyca/pyopenssl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 23.2.0
Choose a head ref
  • 10 commits
  • 11 files changed
  • 4 contributors

Commits on Mar 24, 2023

  1. parallel twisted tests and newer mypy (#1197)

    * parallel twisted tests and newer mypy
    
    * update mypy env
    reaperhulk authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    41f1deb View commit details
    Browse the repository at this point in the history
  2. reopen main (#1200)

    alex authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    983aa31 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. port changelog (#1205)

    * port changelog
    
    * forward port the nid2sn workaround
    reaperhulk authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    da18a74 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Reject invalid versions in X509Req.set_version (#1208)

    * Reject invalid versions in X509Req.set_version
    
    * Update CHANGELOG.rst
    
    Co-authored-by: Paul Kehrer <paul.l.kehrer@gmail.com>
    
    ---------
    
    Co-authored-by: Paul Kehrer <paul.l.kehrer@gmail.com>
    alex and reaperhulk authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    f4f77cc View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. fix testing against cryptography main branch and improve twisted (#1209)

    * fix testing against cryptography main branch and improve twisted
    
    * oops
    reaperhulk authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    24ad5be View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. remove X509StoreFlags.NOTIFY_POLICY (#1213)

    * remove X509StoreFlags.NOTIFY_POLICY
    
    fixes #1212
    
    * also fix twisted
    
    * more CI fixes, sigh
    reaperhulk authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    d788a4f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    dd90c04 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Expose X509_V_* constants (#1202)

    * Expose X509_V_* constants.
    
    * Switch to strategy where cryptography 40.0.2 exposes the constants.
    
    * Fix bad merge.
    
    * Fix flake.
    
    * Link to PR.
    
    * Check availability, rather than versions.
    
    * Add namespacing.
    
    * Add success code to namespace.
    
    * Fix lint.
    
    * Remove unnecessary conditional.
    
    * Update CHANGELOG.rst
    
    Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
    
    ---------
    
    Co-authored-by: Itamar Turner-Trauring <itamar@pythonspeed.com>
    Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
    3 people authored Apr 29, 2023
    Configuration menu
    Copy the full SHA
    2d94946 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    4d0dc7a View commit details
    Browse the repository at this point in the history
  2. bump version (#1219)

    reaperhulk authored May 31, 2023
    Configuration menu
    Copy the full SHA
    d024506 View commit details
    Browse the repository at this point in the history
Loading