iota-python
iota-python copied to clipboard
Bump pyopenssl from 17.3.0 to 17.5.0
Bumps pyopenssl from 17.3.0 to 17.5.0.
Changelog
Sourced from pyopenssl's changelog.
17.5.0 (2017-11-30)
Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- The minimum
cryptographyversion 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/issues/723) <https://github.com/pyca/pyopenssl/pull/723>_- Added
Connection.export_keying_materialfor RFC 5705 compatible export of keying material.[#725](https://github.com/pyca/pyopenssl/issues/725) <https://github.com/pyca/pyopenssl/pull/725>_
17.4.0 (2017-11-21)
Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
none
Deprecations: ^^^^^^^^^^^^^
none
Changes: ^^^^^^^^
... (truncated)
- Re-added a subset of the
OpenSSL.randmodule. This subset allows conscientious users to reseed the OpenSSL CSPRNG after fork.
Commits
d21fcd817.5.0 version bump (#726)bdb7639Export keying material support (#725)e738186fix a memory leak and a potential UAF and also #722 (#723)f724786Pin pytest until we drop 2.6 (#721)736c621define all to make wildcard import work (#719)57051a5reopen master (#718)e61e202Require urllib3 tests to pass; fixes #712 (#716)5a3fb40bump to 17.4.0 (#714)acbd662restore a subset of the rand module (#708)4aa52c3Don't use things after they're freed...duh (#709)- 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 ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.