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

Commits on Jul 17, 2025

  1. get CI back to green (#1433)

    alex authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    f9a68e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

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

Commits on Aug 4, 2025

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

Commits on Aug 6, 2025

  1. Bump actions/download-artifact from 4.3.0 to 5.0.0 (#1435)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@d3f86a1...634f93c)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: 5.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    19e71e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2025

  1. Switch from tox to nox (#1436)

    alex authored Aug 10, 2025
    Configuration menu
    Copy the full SHA
    3d5a759 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Bump actions/checkout from 4 to 5 (#1437)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    a33fe4f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2025

  1. Set SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER in calling OpenSSL (#1287)

    * Squashed commit: Fix for problem caused by SSL_WANT_READ or SSL_WANT_WRITE errors.
    
    When SSL_WANT_READ or SSL_WANT_WRITE are encountered, it's typical to retry the call but this must be repeated with the exact same arguments. Without this change, openSSL requires that the address of the buffer passed is the same. However, buffers in python can change location in some circumstances which cause the retry to fail.  By add the setting SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER, the requirement for the same buffer address is forgiven and the retry has a better chance of success.  See cherrypy/cheroot#245 for discussion.
    
    * removed remaining logger statements
    
    * removed erroneous typo in ci.yml
    
    * small fixes
    
    * fixed types
    
    * missing changes
    
    * Revert "fixed types"
    
    This reverts commit bb1d143.
    
    * format fix
    julianz- authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    5619943 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 (#1439)

    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.4 to 1.13.0.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@76f52bc...ed0c539)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-version: 1.13.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    8daf0d1 View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-python from 5 to 6 (#1440)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    7fd0ab8 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2025

  1. Configuration menu
    Copy the full SHA
    0213311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    946f87e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95cf8fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f46403 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2025

  1. Prepare for a release (#1446)

    alex authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    6ccf90b View commit details
    Browse the repository at this point in the history
Loading