summaryrefslogtreecommitdiff
path: root/src/ecdsa/test_pyecdsa.py
Commit message (Expand)AuthorAgeFilesLines
* add test coverage for canonicalizing signature encodersHubert Kario2023-03-021-2/+80
* test_pyecdsa: remove unused variableHubert Kario2023-02-281-2/+0
* don't mix import styles for imports from moduleHubert Kario2023-02-281-46/+56
* test_pyecdsa: make coverage realisticHubert Kario2023-02-241-2/+2
* interoperability tests for EdDSA with opensslHubert Kario2022-04-021-0/+116
* use new version of blackHubert Kario2022-03-291-15/+15
* add support for writing keys with explicit curve parametersHubert Kario2021-05-211-0/+24
* move parsing of points from VerifyingKey to parent class of pointsHubert Kario2021-05-211-0/+6
* allow limiting point formats, don't accept malformed PEM public filesHubert Kario2021-04-241-0/+59
* more tests for util.randrangeHubert Kario2020-12-121-0/+12
* fix LGTM alertsHubert Kario2020-12-111-6/+0
* use more specific asserts in test_pyecdsa moduleHubert Kario2020-12-101-6/+6
* add secp160r1; fix handling curves with order > pHubert Kario2020-12-091-2/+23
* add secp128r1Hubert Kario2020-12-091-0/+15
* add secp112r2Hubert Kario2020-12-081-0/+15
* add secp112r1Hubert Kario2020-12-081-0/+15
* fix from_public_key_recovery() and sign() for large hashesHubert Kario2020-12-081-3/+4
* Reformat to make black happyblag2020-08-061-5/+8
* Add OPENSSL_SUPPORTED_CURVESblag2020-07-291-0/+5
* Fix exception pathblag2020-07-291-1/+1
* Add tests for allow_truncate=Falseblag2020-07-291-0/+38
* AutoformatOwen Yamauchi2020-04-301-1/+2
* Add testing for uncovered branches; OpenSSL roundtrip testingOwen Yamauchi2020-04-301-1/+90
* Format with blackTaneli Hukkinen2020-01-261-433/+841
* add vectors from RFC4754Hubert Kario2019-12-161-1/+66
* support large hashes with small curvesHubert Kario2019-12-021-11/+50
* Public_key: fix check for x and y sizeHubert Kario2019-12-021-1/+1
* coverage: exclude environment branches in test casesHubert Kario2019-12-021-21/+5
* remove duplicated test casesHubert Kario2019-12-021-139/+1
* speed up test suiteHubert Kario2019-12-021-9/+12
* der: fix encoding and decoding OIDsHubert Kario2019-11-031-11/+0
* Move some brainpool key tests in separate testsShrirang Bhate2019-11-021-10/+15
* Remove leftover codeShrirang Bhate2019-11-021-5/+0
* Add RFC 6932 test vectorsShrirang Bhate2019-11-021-2/+61
* Skip tests if the curves are not supported by OpenSSLShrirang Bhate2019-11-021-2/+3
* Add RFC 7027 test vectorsShrirang Bhate2019-11-021-0/+51
* Apply brainpool to new files after mergeShrirang Bhate2019-11-021-3/+7
* Added support for Brainpool r1bhate2019-11-021-2/+286
* make our code follow the new calling convention for bistringHubert Kario2019-10-171-4/+24
* don't allow for creation of malformed DER filesHubert Kario2019-10-171-0/+13
* make sure assert is not optimised outHubert Kario2019-10-101-2/+168
* add support for X9.62 hybrid public key formatHubert Kario2019-10-011-1/+14
* unify exceptions between raw and compressed encodingHubert Kario2019-10-011-0/+8
* support for SEC/X9.62 formatted keysHubert Kario2019-10-011-3/+101
* use hashfunc parameter in from_public_key_recovery()Hubert Kario2019-09-271-1/+30
* Pk Recovery (#102)gianlucafrei2019-01-151-0/+27
* check if system openssl supports a curve before running testHubert Kario2018-09-111-0/+29
* Merge PR60: unbundle 'six'Brian Warner2016-11-161-1/+1
* move sources into src/Brian Warner2016-11-161-0/+701