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

Fix for just released cryptography 1.9. #56

Merged
merged 1 commit into from
May 31, 2017

Conversation

zejn
Copy link
Collaborator

@zejn zejn commented May 31, 2017

Cryptography 1.9 has a backwards incompatible API change in ECC where a signature verification function does not return True anymore.

@codecov-io
Copy link

Codecov Report

Merging #56 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
+ Coverage   95.64%   95.64%   +<.01%     
==========================================
  Files          12       12              
  Lines         734      735       +1     
==========================================
+ Hits          702      703       +1     
  Misses         32       32
Impacted Files Coverage Δ
jose/backends/cryptography_backend.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7403dff...bd19fda. Read the comment docs.

@mpdavis
Copy link
Owner

mpdavis commented May 31, 2017

lgtm

@mpdavis
Copy link
Owner

mpdavis commented Sep 1, 2017

Released in 1.4.0

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