-
Notifications
You must be signed in to change notification settings - Fork 315
Comparing changes
Open a pull request
base repository: tlsfuzzer/python-ecdsa
base: master
head repository: tlsfuzzer/python-ecdsa
compare: 0.13
- 18 commits
- 17 files changed
- 2 contributors
Commits on Apr 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 54a8ac3 - Browse repository at this point
Copy the full SHA 54a8ac3View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 7221f8b - Browse repository at this point
Copy the full SHA 7221f8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e90ad85 - Browse repository at this point
Copy the full SHA e90ad85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e7b05f - Browse repository at this point
Copy the full SHA 6e7b05fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d11ab8 - Browse repository at this point
Copy the full SHA 1d11ab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb359d3 - Browse repository at this point
Copy the full SHA bb359d3View commit details
Commits on Oct 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b0ea52b - Browse repository at this point
Copy the full SHA b0ea52bView commit details -
translate the UnexpectedDER exception to BadSignatureError
the users of VerifyingKey.verify() and VerifyingKey.verify_digest() should not need to use multiple exceptions to correctly catch invalid signatures backport of 487f6d3
Configuration menu - View commit details
-
Copy full SHA for 20b3774 - Browse repository at this point
Copy the full SHA 20b3774View commit details -
give the same handling to string encoded signatures as to DER
Verify that strings of unexpected lengths are rejected with the same BadSignatureError exception backport of 8533e51
Configuration menu - View commit details
-
Copy full SHA for 897178c - Browse repository at this point
Copy the full SHA 897178cView commit details -
the same issues as with decoding integers happen with the NIST521p curve as it's large enough that the length encoding of some fields needs to use multi-byte encoding backport of a655d6f
Configuration menu - View commit details
-
Copy full SHA for 9080d1d - Browse repository at this point
Copy the full SHA 9080d1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14abfe0 - Browse repository at this point
Copy the full SHA 14abfe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 563d2ee - Browse repository at this point
Copy the full SHA 563d2eeView commit details -
ensure that the encoding is actually the minimal one for length and i…
…nteger backport of 2c3db7c
Configuration menu - View commit details
-
Copy full SHA for 3427fa2 - Browse repository at this point
Copy the full SHA 3427fa2View commit details -
as assert statements will be removed in optimised build, do use a custom exception that inherits from AssertionError so that the failures are caught this is reworking of d47a238 to implement the same checks but without implementing support for SEC1/X9.62 formatted keys
Configuration menu - View commit details
-
Copy full SHA for 99c907d - Browse repository at this point
Copy the full SHA 99c907dView commit details -
execute also new tests in Travis
not a backport, necessary to make the tests runnable on 0.13 branch
Configuration menu - View commit details
-
Copy full SHA for b95be03 - Browse repository at this point
Copy the full SHA b95be03View commit details -
update README with error handling of from_string() and from_der()
proposed for master in #132
Configuration menu - View commit details
-
Copy full SHA for 1eb2c04 - Browse repository at this point
Copy the full SHA 1eb2c04View commit details -
Merge pull request #124 from tomato42/backport-sig-decode
Backport signature decode
Configuration menu - View commit details
-
Copy full SHA for 5c4c74a - Browse repository at this point
Copy the full SHA 5c4c74aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7add221 - Browse repository at this point
Copy the full SHA 7add221View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...0.13