WeRoBot
WeRoBot copied to clipboard
build(deps): bump cryptography from 36.0.2 to 38.0.1
Bumps cryptography from 36.0.2 to 38.0.1.
Changelog
Sourced from cryptography's changelog.
38.0.1 - 2022-09-07
* Fixed parsing TLVs in ASN.1 with length greater than 65535 bytes (typically seen in large CRLs)... _v38-0-0:
38.0.0 - 2022-09-06
- Final deprecation of OpenSSL 1.1.0. The next release of
cryptographywill drop support.- We no longer ship
manylinux2010wheels. Users should upgrade to the latestpipto ensure this doesn't cause issues downloading wheels on their platform. We now shipmanylinux_2_28wheels for users on new enough platforms.- Updated the minimum supported Rust version (MSRV) to 1.48.0, from 1.41.0. Users with the latest
pipwill typically get a wheel and not need Rust installed, but check :doc:/installationfor documentation on installing a newerrustcif required.- :meth:
~cryptography.fernet.Fernet.decryptand related methods now accept bothstrandbytestokens.- Parsing
CertificateSigningRequestrestores the behavior of enforcing that theExtensioncriticalfield must be correctly encoded DER. Seethe issue <https://github.com/pyca/cryptography/issues/6368>_ for complete details.- Added two new OpenSSL functions to the bindings to support an upcoming
pyOpenSSLrelease.- When parsing :class:
~cryptography.x509.CertificateRevocationListand :class:~cryptography.x509.CertificateSigningRequestvalues, it is now enforced that theversionvalue in the input must be valid according to the rules of :rfc:2986and :rfc:5280.- Using MD5 or SHA1 in :class:
~cryptography.x509.CertificateBuilderand other X.509 builders is deprecated and support will be removed in the next version.- Added additional APIs to :class:
~cryptography.x509.certificate_transparency.SignedCertificateTimestamp, including :attr:~cryptography.x509.certificate_transparency.SignedCertificateTimestamp.signature_hash_algorithm, :attr:~cryptography.x509.certificate_transparency.SignedCertificateTimestamp.signature_algorithm, :attr:~cryptography.x509.certificate_transparency.SignedCertificateTimestamp.signature, and :attr:~cryptography.x509.certificate_transparency.SignedCertificateTimestamp.extension_bytes.- Added :attr:
~cryptography.x509.Certificate.tbs_precertificate_bytes, allowing users to access the to-be-signed pre-certificate data needed for signed certificate timestamp verification.- :class:
~cryptography.hazmat.primitives.kdf.kbkdf.KBKDFHMACand :class:~cryptography.hazmat.primitives.kdf.kbkdf.KBKDFCMACnow support :attr:~cryptography.hazmat.primitives.kdf.kbkdf.CounterLocation.MiddleFixedcounter location.- Fixed :rfc:
4514name parsing to reverse the order of the RDNs according
... (truncated)
Commits
3ff5218Backport tlv fix, 38.0.1 bump (#7576)52d6f1aversion bump for 38 release (#7567)8c687e6Bump rust-asn1 to 0.12.1 (#7564)aca4b10Bump rust-asn1 to 0.12.0 (#7563)1742975support setting more PKCS12 serialization encryption options (#7560)abb1f54Bump once_cell from 1.13.1 to 1.14.0 in /src/rust (#7559)01a0e3bBump BoringSSL version to 8462a367bb57e9524c3d8eca9c62733c63a63cf4 (#7558)35a965fBump ouroboros from 0.15.3 to 0.15.4 in /src/rust (#7557)9a208e1Bump BoringSSL version to 19009c51bff0706362e824f66a0b189326a1c27d (#7555)b342224Bump iana-time-zone from 0.1.46 to 0.1.47 in /src/rust (#7552)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)