aboutsummaryrefslogtreecommitdiff
path: root/tests/test-ecdsa.h
AgeCommit message (Collapse)Author
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-12-20RPC server stuff mostly written. Compiles, not yet tested. RPCRob Austein
public key extraction functions on hold pending ASN.1 cleanup.
2015-08-25More test code.Rob Austein
2015-08-24First stumblings towards ECDSA test code.Rob Austein