dependabot[bot] opened a new pull request, #1760: URL: https://github.com/apache/libcloud/pull/1760
Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.4 to 38.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst">cryptography's changelog</a>.</em></p> <blockquote> <p>38.0.1 - 2022-09-07</p> <pre><code> * Fixed parsing TLVs in ASN.1 with length greater than 65535 bytes (typically seen in large CRLs). <p>.. _v38-0-0:</p> <p>38.0.0 - 2022-09-06 </code></pre></p> <ul> <li>Final deprecation of OpenSSL 1.1.0. The next release of <code>cryptography</code> will drop support.</li> <li>We no longer ship <code>manylinux2010</code> wheels. Users should upgrade to the latest <code>pip</code> to ensure this doesn't cause issues downloading wheels on their platform. We now ship <code>manylinux_2_28</code> wheels for users on new enough platforms.</li> <li>Updated the minimum supported Rust version (MSRV) to 1.48.0, from 1.41.0. Users with the latest <code>pip</code> will typically get a wheel and not need Rust installed, but check :doc:<code>/installation</code> for documentation on installing a newer <code>rustc</code> if required.</li> <li>:meth:<code>~cryptography.fernet.Fernet.decrypt</code> and related methods now accept both <code>str</code> and <code>bytes</code> tokens.</li> <li>Parsing <code>CertificateSigningRequest</code> restores the behavior of enforcing that the <code>Extension</code> <code>critical</code> field must be correctly encoded DER. See <code>the issue <https://github.com/pyca/cryptography/issues/6368></code>_ for complete details.</li> <li>Added two new OpenSSL functions to the bindings to support an upcoming <code>pyOpenSSL</code> release.</li> <li>When parsing :class:<code>~cryptography.x509.CertificateRevocationList</code> and :class:<code>~cryptography.x509.CertificateSigningRequest</code> values, it is now enforced that the <code>version</code> value in the input must be valid according to the rules of :rfc:<code>2986</code> and :rfc:<code>5280</code>.</li> <li>Using MD5 or SHA1 in :class:<code>~cryptography.x509.CertificateBuilder</code> and other X.509 builders is deprecated and support will be removed in the next version.</li> <li>Added additional APIs to :class:<code>~cryptography.x509.certificate_transparency.SignedCertificateTimestamp</code>, including :attr:<code>~cryptography.x509.certificate_transparency.SignedCertificateTimestamp.signature_hash_algorithm</code>, :attr:<code>~cryptography.x509.certificate_transparency.SignedCertificateTimestamp.signature_algorithm</code>, :attr:<code>~cryptography.x509.certificate_transparency.SignedCertificateTimestamp.signature</code>, and :attr:<code>~cryptography.x509.certificate_transparency.SignedCertificateTimestamp.extension_bytes</code>.</li> <li>Added :attr:<code>~cryptography.x509.Certificate.tbs_precertificate_bytes</code>, allowing users to access the to-be-signed pre-certificate data needed for signed certificate timestamp verification.</li> <li>:class:<code>~cryptography.hazmat.primitives.kdf.kbkdf.KBKDFHMAC</code> and :class:<code>~cryptography.hazmat.primitives.kdf.kbkdf.KBKDFCMAC</code> now support :attr:<code>~cryptography.hazmat.primitives.kdf.kbkdf.CounterLocation.MiddleFixed</code> counter location.</li> <li>Fixed :rfc:<code>4514</code> name parsing to reverse the order of the RDNs according</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/cryptography/commit/3ff52182ba6e7f1a063079d48ed5c21616918d70"><code>3ff5218</code></a> Backport tlv fix, 38.0.1 bump (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7576">#7576</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/52d6f1a491f6ade379ace124b843ffba9fb4ab4f"><code>52d6f1a</code></a> version bump for 38 release (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7567">#7567</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/8c687e63aabf42ddba038285c17ff87bd123e652"><code>8c687e6</code></a> Bump rust-asn1 to 0.12.1 (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7564">#7564</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/aca4b10dce2df803b291bf8cadb83267215597e5"><code>aca4b10</code></a> Bump rust-asn1 to 0.12.0 (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7563">#7563</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/1742975367e457ee030e582b88bd870eaa788dfe"><code>1742975</code></a> support setting more PKCS12 serialization encryption options (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7560">#7560</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/abb1f5432e0c3fccb07e811f3709c390940b045c"><code>abb1f54</code></a> Bump once_cell from 1.13.1 to 1.14.0 in /src/rust (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7559">#7559</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/01a0e3bbe3137f0e9518cff8fd51ae65361b6243"><code>01a0e3b</code></a> Bump BoringSSL version to 8462a367bb57e9524c3d8eca9c62733c63a63cf4 (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7558">#7558</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/35a965f2de62f329b499eef67f605cc2c83e132e"><code>35a965f</code></a> Bump ouroboros from 0.15.3 to 0.15.4 in /src/rust (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7557">#7557</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/9a208e18d7ed16efe130aeabce091e38a63f5693"><code>9a208e1</code></a> Bump BoringSSL version to 19009c51bff0706362e824f66a0b189326a1c27d (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7555">#7555</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/b342224d9e9b65346ba1224cff62df46a79f1e21"><code>b342224</code></a> Bump iana-time-zone from 0.1.46 to 0.1.47 in /src/rust (<a href="https://github-redirect.dependabot.com/pyca/cryptography/issues/7552">#7552</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pyca/cryptography/compare/37.0.4...38.0.1">compare view</a></li> </ul> </details> <br /> [](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-unsubscr...@libcloud.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org