index
:
delta/python-packages/ecdsa.git
0.13
ci-on-py2.6
eddsa
github-actions-ci
master
more-tests
pr45
stable-speed
tox
github.com: warner/python-ecdsa.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ecdsa
/
test_pyecdsa.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
add test coverage for canonicalizing signature encoders
Hubert Kario
2023-03-02
1
-2
/
+80
*
test_pyecdsa: remove unused variable
Hubert Kario
2023-02-28
1
-2
/
+0
*
don't mix import styles for imports from module
Hubert Kario
2023-02-28
1
-46
/
+56
*
test_pyecdsa: make coverage realistic
Hubert Kario
2023-02-24
1
-2
/
+2
*
interoperability tests for EdDSA with openssl
Hubert Kario
2022-04-02
1
-0
/
+116
*
use new version of black
Hubert Kario
2022-03-29
1
-15
/
+15
*
add support for writing keys with explicit curve parameters
Hubert Kario
2021-05-21
1
-0
/
+24
*
move parsing of points from VerifyingKey to parent class of points
Hubert Kario
2021-05-21
1
-0
/
+6
*
allow limiting point formats, don't accept malformed PEM public files
Hubert Kario
2021-04-24
1
-0
/
+59
*
more tests for util.randrange
Hubert Kario
2020-12-12
1
-0
/
+12
*
fix LGTM alerts
Hubert Kario
2020-12-11
1
-6
/
+0
*
use more specific asserts in test_pyecdsa module
Hubert Kario
2020-12-10
1
-6
/
+6
*
add secp160r1; fix handling curves with order > p
Hubert Kario
2020-12-09
1
-2
/
+23
*
add secp128r1
Hubert Kario
2020-12-09
1
-0
/
+15
*
add secp112r2
Hubert Kario
2020-12-08
1
-0
/
+15
*
add secp112r1
Hubert Kario
2020-12-08
1
-0
/
+15
*
fix from_public_key_recovery() and sign() for large hashes
Hubert Kario
2020-12-08
1
-3
/
+4
*
Reformat to make black happy
blag
2020-08-06
1
-5
/
+8
*
Add OPENSSL_SUPPORTED_CURVES
blag
2020-07-29
1
-0
/
+5
*
Fix exception path
blag
2020-07-29
1
-1
/
+1
*
Add tests for allow_truncate=False
blag
2020-07-29
1
-0
/
+38
*
Autoformat
Owen Yamauchi
2020-04-30
1
-1
/
+2
*
Add testing for uncovered branches; OpenSSL roundtrip testing
Owen Yamauchi
2020-04-30
1
-1
/
+90
*
Format with black
Taneli Hukkinen
2020-01-26
1
-433
/
+841
*
add vectors from RFC4754
Hubert Kario
2019-12-16
1
-1
/
+66
*
support large hashes with small curves
Hubert Kario
2019-12-02
1
-11
/
+50
*
Public_key: fix check for x and y size
Hubert Kario
2019-12-02
1
-1
/
+1
*
coverage: exclude environment branches in test cases
Hubert Kario
2019-12-02
1
-21
/
+5
*
remove duplicated test cases
Hubert Kario
2019-12-02
1
-139
/
+1
*
speed up test suite
Hubert Kario
2019-12-02
1
-9
/
+12
*
der: fix encoding and decoding OIDs
Hubert Kario
2019-11-03
1
-11
/
+0
*
Move some brainpool key tests in separate tests
Shrirang Bhate
2019-11-02
1
-10
/
+15
*
Remove leftover code
Shrirang Bhate
2019-11-02
1
-5
/
+0
*
Add RFC 6932 test vectors
Shrirang Bhate
2019-11-02
1
-2
/
+61
*
Skip tests if the curves are not supported by OpenSSL
Shrirang Bhate
2019-11-02
1
-2
/
+3
*
Add RFC 7027 test vectors
Shrirang Bhate
2019-11-02
1
-0
/
+51
*
Apply brainpool to new files after merge
Shrirang Bhate
2019-11-02
1
-3
/
+7
*
Added support for Brainpool r1
bhate
2019-11-02
1
-2
/
+286
*
make our code follow the new calling convention for bistring
Hubert Kario
2019-10-17
1
-4
/
+24
*
don't allow for creation of malformed DER files
Hubert Kario
2019-10-17
1
-0
/
+13
*
make sure assert is not optimised out
Hubert Kario
2019-10-10
1
-2
/
+168
*
add support for X9.62 hybrid public key format
Hubert Kario
2019-10-01
1
-1
/
+14
*
unify exceptions between raw and compressed encoding
Hubert Kario
2019-10-01
1
-0
/
+8
*
support for SEC/X9.62 formatted keys
Hubert Kario
2019-10-01
1
-3
/
+101
*
use hashfunc parameter in from_public_key_recovery()
Hubert Kario
2019-09-27
1
-1
/
+30
*
Pk Recovery (#102)
gianlucafrei
2019-01-15
1
-0
/
+27
*
check if system openssl supports a curve before running test
Hubert Kario
2018-09-11
1
-0
/
+29
*
Merge PR60: unbundle 'six'
Brian Warner
2016-11-16
1
-1
/
+1
*
move sources into src/
Brian Warner
2016-11-16
1
-0
/
+701