chore(deps): update dependency pyopenssl to v26#79
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/pyopenssl-26.x
branch
from
April 24, 2026 20:55
670462d to
1d306f7
Compare
renovate
Bot
force-pushed
the
renovate/pyopenssl-26.x
branch
from
May 5, 2026 00:43
1d306f7 to
2679995
Compare
renovate
Bot
force-pushed
the
renovate/pyopenssl-26.x
branch
2 times, most recently
from
May 17, 2026 06:47
cd57865 to
2bf3cee
Compare
renovate
Bot
force-pushed
the
renovate/pyopenssl-26.x
branch
from
June 12, 2026 22:39
2bf3cee to
1569ae7
Compare
renovate
Bot
force-pushed
the
renovate/pyopenssl-26.x
branch
from
July 16, 2026 20:31
1569ae7 to
81af63f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==25.3.0→==26.3.0Release Notes
pyca/pyopenssl (pyOpenSSL)
v26.3.0Compare Source
Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
cryptographyversion is now 49.0.0.OpenSSL.crypto.X509Req,OpenSSL.crypto.dump_certificate_request, andOpenSSL.crypto.load_certificate_request.cryptography.x509should be used instead.OpenSSL.SSL.Connection.set_sessionnow raisesValueErrorif theSessionwas obtained from aConnectionthat was using a differentContextthan this one. OpenSSL requires (but does not verify) that sessions only be re-used with a compatibleSSL_CTX, so this contract is now enforced.Deprecations:
^^^^^^^^^^^^^
OpenSSL.crypto.PKey.generate_keyandOpenSSL.crypto.PKey.check. The key generation and loading APIs incryptographyshould be used instead.OpenSSL.crypto.dump_privatekey. The serialization APIs oncryptographyprivate key types should be used instead.OpenSSL.crypto.X509:set_version,set_pubkey,sign,set_serial_number,gmtime_adj_notAfter,gmtime_adj_notBefore,set_notBefore,set_notAfter,set_issuer, andset_subject.cryptography.x509.CertificateBuildershould be used instead.OpenSSL.SSL.Context.set_passwd_cb. Users should decrypt and load their private keys themselves, withcryptography's key loading APIs, and then callOpenSSL.SSL.Context.use_privatekey.OpenSSL.crypto.X509Name, as well as the remaining APIs that consume or return it:OpenSSL.crypto.X509.get_issuer,OpenSSL.crypto.X509.get_subject, andOpenSSL.SSL.Context.set_client_ca_list. The APIs incryptography.x509should be used instead.Changes:
^^^^^^^^
OpenSSL.SSL.Connection.get_client_ca_listnow takes anas_cryptographykeyword-argument. WhenTrueis passed thencryptography.x509.Nameare returned, instead ofOpenSSL.crypto.X509Name. In the future, passingFalse(the default) will be deprecated.v26.2.0Compare Source
Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OpenSSL.crypto.X509Extension,OpenSSL.crypto.X509Req.add_extension,OpenSSL.crypto.X509Req.get_extensions,OpenSSL.crypto.X509.add_extension,OpenSSL.crypto.X509.get_extensions.cryptography.x509should be used instead.OpenSSL.SSL.Contextafter it has been used to create aConnection. This was previously deprecated and has always been unsafe.Deprecations:
^^^^^^^^^^^^^
Changes:
^^^^^^^^
cryptographyversion is now 48.x.OpenSSL.SSL.Connection.set_optionsto set options on a per-connection basis.v26.1.0Compare Source
Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Deprecations:
^^^^^^^^^^^^^
Changes:
^^^^^^^^
cryptographyversion is now 47.x.X509Namefield setters to correctly pass the value length to OpenSSL. Previously, values containing NUL bytes would be silently truncated, causing a divergence between the stored ASN.1 value and the value visible from Python. Credit to BudongJW for reporting the issue. CVE-2026-40475v26.0.0Compare Source
Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
cryptographyversion is now 46.0.0.Deprecations:
^^^^^^^^^^^^^
Changes:
^^^^^^^^
DTLS1_COOKIE_LENGTHbytes. Previously this would result in a buffer-overflow. Credit to dark_haxor for reporting the issue. CVE-2026-27459OpenSSL.SSL.Connection.get_group_nameto determine which group name was negotiated.Context.set_tlsext_servername_callbacknow handles exceptions raised in the callback by callingsys.excepthookand returning a fatal TLS alert. Previously, exceptions were silently swallowed and the handshake would proceed as if the callback had succeeded. Credit to Leury Castillo for reporting this issue. CVE-2026-27448Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.