chore(deps): update dependency pyopenssl to v26.3.0#52
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
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:
==26.2.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.Configuration
📅 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.