aboutsummaryrefslogtreecommitdiff
path: root/tests/test-ecdsa.py
AgeCommit message (Collapse)Author
2016-05-14Trailing whitespace cleanup.Rob Austein
2015-12-20Drop support for the ASN.1-based ECDSA signature format in favor ofRob Austein
the simpler format which PKCS #11 uses, since we have to support the latter in any case and it's not worth the complexity of supporting both.
2015-08-27Add point validation check to hal_ecdsa_verify(). Update README.mdRob Austein
and code comments.
2015-08-25More test code.Rob Austein
2015-08-24First stumblings towards ECDSA test code.Rob Austein