Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump openssl from 3.1.0 to 3.2.0 #1292

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 21, 2023

Bumps openssl from 3.1.0 to 3.2.0.

Release notes

Sourced from openssl's releases.

v3.2.0

What's Changed

... (truncated)

Changelog

Sourced from openssl's changelog.

Version 3.2.0

Compatibility

  • Ruby >= 2.7
    • Support for Ruby 2.6 has been removed. Note that Ruby 2.6 reached the end-of-life in 2022-04. [[GitHub #639]](ruby/openssl#639)
  • OpenSSL >= 1.0.2 or LibreSSL >= 3.1

Notable changes

  • Add a stub gemspec for JRuby, which depends on the jruby-openssl gem. [[GitHub #598]](ruby/openssl#598)
  • Add support for the FIPS module in OpenSSL 3.0/3.1. [[GitHub #608]](ruby/openssl#608)
  • Rework OpenSSL::PKey routines for loading DER or PEM encoded keys for better compatibility with OpenSSL 3.0/3.1 with the FIPS module. [[GitHub #615]](ruby/openssl#615) [[GitHub #669]](ruby/openssl#669)
  • Add OpenSSL::Provider module for loading and unloading OpenSSL 3 providers. [[GitHub #635]](ruby/openssl#635)
  • Add OpenSSL::PKey.new_raw_private_key, .new_raw_public_key, OpenSSL::PKey::PKey#raw_private_key, and #raw_public_key for public key algorithms that use "raw private/public key", such as X25519 and Ed25519. [[GitHub #646]](ruby/openssl#646)
  • Improve OpenSSL error messages to include additional information when it is available in OpenSSL's error queue. [[GitHub #648]](ruby/openssl#648)
  • Change OpenSSL::SSL::SSLContext#ca_file= and #ca_path= to raise OpenSSL::SSL::SSLError instead of printing a warning message. [[GitHub #659]](ruby/openssl#659)
  • Allow OpenSSL::X509::ExtensionFactory#create_extension to take OIDs in the dotted-decimal notation. [[GitHub #141]](ruby/openssl#141)
Commits
  • 6b3dd6a Ruby/OpenSSL 3.2.0
  • 7691034 Update README and gemspec description
  • 0dda88d Merge pull request #682 from ruby/dependabot/github_actions/actions/checkout-4
  • 250b74b Merge pull request #681 from junaruga/wip/fix-test-pkey-ec
  • d07183f Fix test_pkey_ec.rb on FIPS.
  • 4d64c38 test_pkey.rb: Refactor the test_ed25519 on FIPS.
  • 2fe3438 test_fips.rb: Fix the OpenSSL.fips_mode affecting other tests.
  • 0b83eed Rakefile: Add test_fips task for convenience.
  • b94314f Bump actions/checkout from 3 to 4
  • bdf060f Merge pull request #677 from rhenium/ky/remove-mdebug
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 21, 2023
@dependabot dependabot bot force-pushed the dependabot/bundler/openssl-3.2.0 branch from 46f9637 to 1b02ef3 Compare October 18, 2023 01:59
@icyleaf
Copy link
Member

icyleaf commented Dec 7, 2023

@dependabot rebase

Bumps [openssl](https://github.com/ruby/openssl) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/ruby/openssl/releases)
- [Changelog](https://github.com/ruby/openssl/blob/master/History.md)
- [Commits](ruby/openssl@v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/openssl-3.2.0 branch from 1b02ef3 to 2e7ff58 Compare December 7, 2023 04:52
@icyleaf icyleaf merged commit 9706da7 into develop Dec 7, 2023
2 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/openssl-3.2.0 branch December 7, 2023 06:32
icyleaf added a commit that referenced this pull request Jun 24, 2024
chore(deps): bump openssl from 3.1.0 to 3.2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant