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

Bump openssl from 3.0.0 to 3.1.0 #11591

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2022

Bumps openssl from 3.0.0 to 3.1.0.

Release notes

Sourced from openssl's releases.

v3.1.0

What's Changed

New Contributors

Full Changelog: ruby/openssl@v3.0.2...v3.1.0

v3.0.2

What's Changed

... (truncated)

Changelog

Sourced from openssl's changelog.

Version 3.1.0

Ruby/OpenSSL 3.1 will be maintained for the lifetime of Ruby 3.2.

Merged bug fixes in 2.2.3 and 3.0.2. Among the new features and changes are:

Notable changes

  • Add OpenSSL::SSL::SSLContext#ciphersuites= to allow setting TLS 1.3 cipher suites. [[GitHub #493]](ruby/openssl#493)
  • Add OpenSSL::SSL::SSLSocket#export_keying_material for exporting keying material of the session, as defined in RFC 5705. [[GitHub #530]](ruby/openssl#530)
  • Add OpenSSL::SSL::SSLContext#keylog_cb= for setting the TLS key logging callback, which is useful for supporting NSS's SSLKEYLOGFILE debugging output. [[GitHub #536]](ruby/openssl#536)
  • Remove the default digest algorithm from OpenSSL::OCSP::BasicResponse#sign and OpenSSL::OCSP::Request#sign. Omitting the 5th parameter of these methods used to be equivalent of specifying SHA-1. This default value is now removed and we will let the underlying OpenSSL library decide instead. [[GitHub #507]](ruby/openssl#507)
  • Add OpenSSL::BN#mod_sqrt. [[GitHub #553]](ruby/openssl#553)
  • Allow calling OpenSSL::Cipher#update with an empty string. This was prohibited to workaround an ancient bug in OpenSSL. [[GitHub #568]](ruby/openssl#568)
  • Fix build on platforms without socket support, such as WASI. OpenSSL::SSL will not be defined if OpenSSL is compiled with OPENSSL_NO_SOCK. [[GitHub #558]](ruby/openssl#558)
  • Improve support for recent LibreSSL versions. This includes HKDF support in LibreSSL 3.6 and Ed25519 support in LibreSSL 3.7.

Version 3.0.2

Merged changes in 2.2.3. Additionally, the following issues are fixed by this release.

Bug fixes

... (truncated)

Commits
  • be3dc24 Ruby/OpenSSL 3.1.0
  • 5cb3bfb Merge branch 'maint-3.0'
  • 466d1be Ruby/OpenSSL 3.0.2
  • 10f8d69 Merge branch 'maint-2.2' into maint-3.0
  • 1f4c9d8 Fix build with LibreSSL 3.5
  • 394ca93 Fix operator precedence in OSSL_OPENSSL_PREREQ and OSSL_LIBRESSL_PREREQ
  • 04acccd Ruby/OpenSSL 2.2.3
  • ec19e47 ts: use TS_VERIFY_CTX_set_certs instead of TS_VERIFY_CTS_set_certs
  • 075b68e ocsp: disable OCSP_basic_verify() workaround on LibreSSL 3.5
  • e85ff98 Merge pull request #580 from rhenium/ky/pkey-ec-fix-check
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file Ruby labels Dec 23, 2022
@codeclimate
Copy link

codeclimate bot commented Dec 23, 2022

Code Climate has analyzed commit 063c883 and detected 0 issues on this pull request.

View more on Code Climate.

@github-actions
Copy link

This pull request generated screenshots of many common pages in the running app. You should be able to download and view them here:
https://github.com/publiclab/plots2/suites/10032492704/artifacts/487816140

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 16, 2023

Superseded by #11656.

@dependabot dependabot bot closed this Oct 16, 2023
@dependabot dependabot bot deleted the dependabot/bundler/openssl-3.1.0 branch October 16, 2023 16:15
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants