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

move our cryptography backend import #552

Merged
merged 1 commit into from
Oct 6, 2016
Merged

Conversation

reaperhulk
Copy link
Member

"fixes" #551 and #542

sad trombone

@mention-bot
Copy link

@reaperhulk, thanks for your PR! By analyzing the history of the files in this pull request, we identified @exarkun, @lvh and @dsully to be potential reviewers.

@codecov-io
Copy link

Current coverage is 95.62% (diff: 100%)

Merging #552 into master will increase coverage by <.01%

@@             master       #552   diff @@
==========================================
  Files            16         16          
  Lines          5616       5619     +3   
  Methods           0          0          
  Messages          0          0          
  Branches        409        409          
==========================================
+ Hits           5370       5373     +3   
  Misses          172        172          
  Partials         74         74          

Powered by Codecov. Last update b20257b...a84a52c

Copy link
Contributor

@hynek hynek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks terrible to me but we need it.

@hynek hynek merged commit eb63384 into pyca:master Oct 6, 2016
@reaperhulk reaperhulk deleted the import-sadness branch October 6, 2016 09:23
jsonn referenced this pull request in jsonn/pkgsrc Jan 28, 2017
Add patch that makes tests on NetBSD progress further.
But then there's a segfault. See
pyca/pyopenssl#596

16.2.0 (2016-10-15)
-------------------

Changes:
^^^^^^^^

- Fixed compatibility errors with OpenSSL 1.1.0.
- Fixed an issue that caused failures with subinterpreters and embedded Pythons.
  `#552 <https://github.com/pyca/pyopenssl/pull/552>`_


16.1.0 (2016-08-26)
-------------------

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

- Dropped support for OpenSSL 0.9.8.


Changes:
^^^^^^^^

- Fix memory leak in ``OpenSSL.crypto.dump_privatekey()`` with ``FILETYPE_TEXT``.
  `#496 <https://github.com/pyca/pyopenssl/pull/496>`_
- Enable use of CRL (and more) in verify context.
  `#483 <https://github.com/pyca/pyopenssl/pull/483>`_
- ``OpenSSL.crypto.PKey`` can now be constructed from ``cryptography`` objects and also exported as such.
  `#439 <https://github.com/pyca/pyopenssl/pull/439>`_
- Support newer versions of ``cryptography`` which use opaque structs for OpenSSL 1.1.0 compatibility.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants