index
:
sw/libhal
auto_magic
auto_zeroise
ft-crc32
hal_core_alloc2-fix
import_export_raw
js_keywrap
master
modexpng
python3
rsa-blind-mutation
sha3_mode
Cryptech libhal: crypto software, HSM management, RPC
git repositories
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test-ecdsa.c
Age
Commit message (
Expand
)
Author
2017-10-23
Cleanup signed/unsigned mismatches, mostly in loop counters
Paul Selkirk
2015-12-23
First round of fixes for new ASN.1 and test code.
Rob Austein
2015-12-22
Test code for ASN.1 public key functions.
Rob Austein
2015-12-22
Add ASN.1 support for public keys (X.509 SubjectPublicKeyInfo format).
Rob Austein
2015-12-21
Fix names of private key DER functions.
Rob Austein
2015-12-20
Drop support for the ASN.1-based ECDSA signature format in favor of
Rob Austein
2015-12-20
RPC server stuff mostly written. Compiles, not yet tested. RPC
Rob Austein
2015-12-13
whack copyrights
Paul Selkirk
2015-11-13
Merge branch 'config_core_selector'
Paul Selkirk
2015-10-31
fix time calculation in test-ecdsa
Paul Selkirk
2015-10-29
Remove unused includes.
Paul Selkirk
2015-10-04
Whack libhal API to use current configure_core_selector mechanism.
Rob Austein
2015-09-14
Fencepost error in hal_ecdas_key_from_ecpoint().
Rob Austein
2015-09-12
PKCS #11 testing turned up a problem with P-521, don't really
Rob Austein
2015-09-02
Add PKCS11 ECDSA signature format.
Rob Austein
2015-09-02
Clean up excessively complicated handling of opaque types in hash and
Rob Austein
2015-08-27
Add point validation check to hal_ecdsa_verify(). Update README.md
Rob Austein
2015-08-26
Signature works better if we read the entire hash.
Rob Austein
2015-08-25
More ASN.1 fixes.
Rob Austein
2015-08-25
Rework RFC 5915 ASN.1.
Rob Austein
2015-08-25
More test code.
Rob Austein
2015-08-25
Add keygen/sign/verify test with dynamic (not test vector) key.
Rob Austein
2015-08-24
First stumblings towards ECDSA test code.
Rob Austein