Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pyopenssl to 17.5.0 #105

Merged
merged 2 commits into from
Jan 14, 2018
Merged

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Dec 1, 2017

There's a new version of pyopenssl available.
You are currently using 17.3.0. I have updated it to 17.5.0

These links might come in handy: PyPI | Changelog | Homepage | Docs

Changelog

17.5.0


Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • The minimum cryptography version is now 2.1.4.

Deprecations:
^^^^^^^^^^^^^

none

Changes:
^^^^^^^^

  • Fixed a potential use-after-free in the verify callback and resolved a memory leak when loading PKCS12 files with cacerts.
    723 <https://github.com/pyca/pyopenssl/pull/723>_
  • Added Connection.export_keying_material for RFC 5705 compatible export of keying material.
    725 <https://github.com/pyca/pyopenssl/pull/725>_

17.4.0


Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

none

Deprecations:
^^^^^^^^^^^^^

none

Changes:
^^^^^^^^

  • Re-added a subset of the OpenSSL.rand module.
    This subset allows conscientious users to reseed the OpenSSL CSPRNG after fork.
    708 <https://github.com/pyca/pyopenssl/pull/708>_
  • Corrected a use-after-free when reusing an issuer or subject from an X509 object after the underlying object has been mutated.
    709 <https://github.com/pyca/pyopenssl/pull/709>_

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@coveralls
Copy link

coveralls commented Dec 1, 2017

Coverage Status

Coverage remained the same at 30.471% when pulling 34b6d57 on pyup-update-pyopenssl-17.3.0-to-17.5.0 into 1803a07 on master.

@nicfit nicfit merged commit 9ae75b2 into master Jan 14, 2018
@nicfit nicfit deleted the pyup-update-pyopenssl-17.3.0-to-17.5.0 branch January 14, 2018 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants