You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2022/09/27 17:44:44 UTC

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1771: Bump pyopenssl from 22.0.0 to 22.1.0

dependabot[bot] opened a new pull request, #1771:
URL: https://github.com/apache/libcloud/pull/1771

   Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 22.0.0 to 22.1.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst">pyopenssl's changelog</a>.</em></p>
   <blockquote>
   <h2>22.1.0 (2022-09-25)</h2>
   <p>Backward-incompatible changes:
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</p>
   <ul>
   <li>Remove support for SSLv2 and SSLv3.</li>
   <li>The minimum <code>cryptography</code> version is now 38.0.x (and we now pin releases
   against <code>cryptography</code> major versions to prevent future breakage)</li>
   <li>The <code>OpenSSL.crypto.X509StoreContextError</code> exception has been refactored,
   changing its internal attributes.
   <code>[#1133](https://github.com/pyca/pyopenssl/issues/1133) &lt;https://github.com/pyca/pyopenssl/pull/1133&gt;</code>_</li>
   </ul>
   <p>Deprecations:
   ^^^^^^^^^^^^^</p>
   <ul>
   <li><code>OpenSSL.SSL.SSLeay_version</code> is deprecated in favor of
   <code>OpenSSL.SSL.OpenSSL_version</code>. The constants <code>OpenSSL.SSL.SSLEAY_*</code> are
   deprecated in favor of <code>OpenSSL.SSL.OPENSSL_*</code>.</li>
   </ul>
   <p>Changes:
   ^^^^^^^^</p>
   <ul>
   <li>Add <code>OpenSSL.SSL.Connection.set_verify</code> and <code>OpenSSL.SSL.Connection.get_verify_mode</code>
   to override the context object's verification flags.
   <code>[#1073](https://github.com/pyca/pyopenssl/issues/1073) &lt;https://github.com/pyca/pyopenssl/pull/1073&gt;</code>_</li>
   <li>Add <code>OpenSSL.SSL.Connection.use_certificate</code> and <code>OpenSSL.SSL.Connection.use_privatekey</code>
   to set a certificate per connection (and not just per context) <code>[#1121](https://github.com/pyca/pyopenssl/issues/1121) &lt;https://github.com/pyca/pyopenssl/pull/1121&gt;</code>_.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/pyca/pyopenssl/commit/d7e539c57f1ae43201acccada8f871acdcb51e44"><code>d7e539c</code></a> Bump for 22.1.0 release (<a href="https://github-redirect.dependabot.com/pyca/pyopenssl/issues/1148">#1148</a>)</li>
   <li><a href="https://github.com/pyca/pyopenssl/commit/ad50a44a44663de9191317824466e4d86a08031b"><code>ad50a44</code></a> disallow latest sphinx release because it doesn't work with sphinx_rtd_theme ...</li>
   <li><a href="https://github.com/pyca/pyopenssl/commit/f0ed288747a28a5785d7a62ef9e7afc699674625"><code>f0ed288</code></a> add <code>Connection.use_(certificate|privatekey)</code> (<a href="https://github-redirect.dependabot.com/pyca/pyopenssl/issues/1121">#1121</a>)</li>
   <li><a href="https://github.com/pyca/pyopenssl/commit/a3483a7ad7415eb6037237b5261fb8a93e863589"><code>a3483a7</code></a> fixes <a href="https://github-redirect.dependabot.com/pyca/pyopenssl/issues/1143">#1143</a> -- pin cryptography max version to prevent future pain (<a href="https://github-redirect.dependabot.com/pyca/pyopenssl/issues/1145">#1145</a>)</li>
   <li><a href="https://github.com/pyca/pyopenssl/commit/a52db025de436ee457084aebc6f2d9113f69250e"><code>a52db02</code></a> Move away from the SSLEAY name (<a href="https://github-redirect.dependabot.com/pyca/pyopenssl/issues/1144">#1144</a>)</li>
   <li><a href="https://github.com/pyca/pyopenssl/commit/a145fc3bc6d2e943434beb2f04bbf9b18930296f"><code>a145fc3</code></a> Switch to the new utils.deprecation spelling (<a href="https://github-redirect.dependabot.com/pyca/pyopenssl/issues/1140">#1140</a>)</li>
   <li><a href="https://github.com/pyca/pyopenssl/commit/301e29a8c0c1346086ac92653c88c53d9949a7d1"><code>301e29a</code></a> Don't test that invalid RSA keys can be imported (<a href="https://github-redirect.dependabot.com/pyca/pyopenssl/issues/1139">#1139</a>)</li>
   <li><a href="https://github.com/pyca/pyopenssl/commit/38f9b4e524ac6479d57021bba2270df84d85b672"><code>38f9b4e</code></a> Fix docs in <code>SSL.Context.get_alpn_proto_negotiated</code> (<a href="https://github-redirect.dependabot.com/pyca/pyopenssl/issues/1137">#1137</a>)</li>
   <li><a href="https://github.com/pyca/pyopenssl/commit/65ca53a7a06a7c78c1749200a6b3a007e47d3214"><code>65ca53a</code></a> Make <code>X509StoreContextError</code>'s message friendlier (<a href="https://github-redirect.dependabot.com/pyca/pyopenssl/issues/1133">#1133</a>)</li>
   <li><a href="https://github.com/pyca/pyopenssl/commit/02db1a024d04cf6669670f773fd6c5d3a7275626"><code>02db1a0</code></a> Fix incorrect documentation on X509Req.set_version <a href="https://github-redirect.dependabot.com/pyca/pyopenssl/issues/1130">#1130</a> (<a href="https://github-redirect.dependabot.com/pyca/pyopenssl/issues/1131">#1131</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/pyca/pyopenssl/compare/22.0.0...22.1.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyopenssl&package-manager=pip&previous-version=22.0.0&new-version=22.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@libcloud.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [libcloud] Kami merged pull request #1771: Bump pyopenssl from 22.0.0 to 22.1.0

Posted by GitBox <gi...@apache.org>.
Kami merged PR #1771:
URL: https://github.com/apache/libcloud/pull/1771


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@libcloud.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org