close
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: ruby/openssl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.1
Choose a base ref
...
head repository: ruby/openssl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.2
Choose a head ref
  • 7 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 27, 2025

  1. Check NULL values for deprecated EVP_PKEY_get0() functions

    In OpenSSL <= 1.1.1, EVP_PKEY_get0() always returned a valid object, so
    a NULL check was not necessary. In OpenSSL 3.0, the function can return
    NULL (https://docs.openssl.org/3.0/man7/migration_guide/#deprecated-function-mappings),
    so guard against this issue.
    stanhu authored and rhenium committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    dc90b9c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #957 from stanhu/sh-check-null-evp-pkey-get

    Check NULL values for deprecated EVP_PKEY_get0() functions
    rhenium authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    b9834f6 View commit details
    Browse the repository at this point in the history
  3. Ruby/OpenSSL 3.1.3

    rhenium committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    02d6f88 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'maint-3.1' into maint-3.2

    * maint-3.1:
      Ruby/OpenSSL 3.1.3
      Check NULL values for deprecated EVP_PKEY_get0() functions
    rhenium committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    594ad65 View commit details
    Browse the repository at this point in the history
  5. Ruby/OpenSSL 3.2.3

    rhenium committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    9345383 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'maint-3.2' into maint-3.3

    * maint-3.2:
      Ruby/OpenSSL 3.2.3
      Ruby/OpenSSL 3.1.3
      Check NULL values for deprecated EVP_PKEY_get0() functions
    rhenium committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    dd883bc View commit details
    Browse the repository at this point in the history
  7. Ruby/OpenSSL 3.3.2

    rhenium committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    632d6e6 View commit details
    Browse the repository at this point in the history
Loading