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 2.1.2 to 2.2.0 #7956

Merged
merged 1 commit into from
Jun 3, 2020
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps openssl from 2.1.2 to 2.2.0.

Changelog

Sourced from openssl's changelog.

Version 2.2.0

Compatibility notes

  • Remove unsupported MDC2, DSS, DSS1, and SHA algorithms.
  • Remove OpenSSL::PKCS7::SignerInfo#name alias for #issuer. [[GitHub #266]](ruby/openssl#266)
  • Deprecate OpenSSL::Config#add_value and #[]= for future removal. [[GitHub #322]](ruby/openssl#322)

Notable changes

  • Change default OpenSSL::SSL::SSLServer#listen backlog argument from 5 to Socket::SOMAXCONN. [[GitHub #286]](ruby/openssl#286)
  • Make OpenSSL::HMAC#== use a timing safe string comparison. [[GitHub #284]](ruby/openssl#284)
  • Add support for SHA3 and BLAKE digests. [[GitHub #282]](ruby/openssl#282)
  • Add OpenSSL::SSL::SSLSocket.open for opening a TCPSocket and returning an OpenSSL::SSL::SSLSocket for it. [[GitHub #225]](ruby/openssl#225)
  • Support marshalling of OpenSSL::X509 and OpenSSL::PKey objects. [[GitHub #281]](ruby/openssl#281) [[GitHub #363]](ruby/openssl#363)
  • Add OpenSSL.secure_compare for timing safe string comparison for strings of possibly unequal length. [[GitHub #280]](ruby/openssl#280)
  • Add OpenSSL.fixed_length_secure_compare for timing safe string comparison for strings of equal length. [[GitHub #269]](ruby/openssl#269)
  • Add OpenSSL::SSL::SSLSocket#{finished_message,peer_finished_message} for last finished message sent and received. [[GitHub #250]](ruby/openssl#250)
  • Add OpenSSL::Timestamp module for handing timestamp requests and responses. [[GitHub #204]](ruby/openssl#204)
  • Add helper methods for OpenSSL::X509::Certificate: find_extension, subject_key_identifier, authority_key_identifier, crl_uris, ca_issuer_uris and ocsp_uris, and for OpenSSL::X509::CRL: find_extension and subject_key_identifier. [[GitHub #260]](ruby/openssl#260) [[GitHub #275]](ruby/openssl#275) [[GitHub #293]](ruby/openssl#293)
  • Add OpenSSL::ECPoint#add for performing elliptic curve point addition.
... (truncated)
Commits
  • 41587f6 Ruby/OpenSSL 2.2.0
  • 0a2e8c6 .github/workflows: update OpenSSL and LibreSSL versions to test with
  • ea92561 ssl: temporarily remove SSLContext#add_certificate_chain_file
  • 306b26a ext/openssl/ossl.h: Remove a variable that is used only in assert
  • de02942 Suppress -Wshorten-64-to-32 warnings
  • c14e2b2 Merge pull request #359 from zeroSteiner/fix/aead/ccm-mode-in-len
  • bb38169 Define Cipher #ccm_data_len= for CCM mode ciphers
  • dafbb1b pkey: add PKey#inspect and #oid
  • 033fb4f Fix signing example to not use Digest instance
  • b08ae7e Look up cipher by name instead of constant
  • 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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [openssl](https://github.com/ruby/openssl) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/ruby/openssl/releases)
- [Changelog](https://github.com/ruby/openssl/blob/master/History.md)
- [Commits](ruby/openssl@v2.1.2...v2.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file Ruby labels May 27, 2020
@codecov
Copy link

codecov bot commented May 27, 2020

Codecov Report

Merging #7956 into master will decrease coverage by 0.12%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7956      +/-   ##
==========================================
- Coverage   82.17%   82.04%   -0.13%     
==========================================
  Files          97       97              
  Lines        5643     5643              
==========================================
- Hits         4637     4630       -7     
- Misses       1006     1013       +7     
Impacted Files Coverage Δ
app/services/execute_search.rb 88.88% <0.00%> (-5.56%) ⬇️
app/api/srch/search.rb 66.24% <0.00%> (-3.83%) ⬇️

@jywarren jywarren merged commit 97c3159 into master Jun 3, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/openssl-2.2.0 branch June 3, 2020 14:58
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.

1 participant