Age | Commit message (Expand) | Author |
2016-03-12 | Test RPC key generation API. | Rob Austein |
2016-03-12 | Doh, helps to specify the curve. | Rob Austein |
2016-03-12 | Basic RPC ECDSA tests. | Rob Austein |
2016-03-11 | First round of debugging based on RPC pkey tests: mostly ASN.1 | Rob Austein |
2016-03-11 | First step towards RPC PKEY tests. Currently RSA-only, test-vector | Rob Austein |
2016-03-09 | Tweak handling of byte swapping in software hash cores to get rid of | Rob Austein |
2016-02-25 | RPC over loopback socket, just to work out the mechanics for serialization an... | Paul Selkirk |
2015-12-23 | First round of fixes for new ASN.1 and test code. | Rob Austein |
2015-12-22 | Reorder tests to put hideously slow RSA tests at the end. | 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 | Merge Paul's copyright updates. | Rob Austein |
2015-12-13 | whack copyrights | Paul Selkirk |
2015-12-12 | Silence platform-dependent compiler whining: in general, when printf() | Rob Austein |
2015-11-17 | More post-merge cleanup. | Paul Selkirk |
2015-11-16 | new test to exercise trng cores | Paul Selkirk |
2015-11-16 | remove dependency on csprng | Paul Selkirk |
2015-11-14 | Catch up with other branch merges. | Paul Selkirk |
2015-11-13 | Merge branch 'config_core_selector' | Paul Selkirk |
2015-11-12 | fix printf warnings, fix time_check calculation | Paul Selkirk |
2015-10-31 | add bus performance test | Paul Selkirk |
2015-10-31 | fix time calculation in test-ecdsa | Paul Selkirk |
2015-10-29 | Remove unused includes. | Paul Selkirk |
2015-10-04 | Handle missing hash cores more gracefully. | Rob Austein |
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-08 | Merge branch 'master' into ecdsa | Rob Austein |
2015-09-02 | Add PKCS11 ECDSA signature format. | Rob Austein |
2015-09-02 | Identify PBKDF2 tests. | 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 |
2015-07-18 | Re-enable key generation test and RSA blinding. | Rob Austein |
2015-07-14 | Changes to support Pavel's ModExpS6 core. | Rob Austein |
2015-07-05 | Get rid of autoconf, as we don't really need it. Add eim_peek_poke | Rob Austein |
2015-06-26 | Verify signature in key generation test. | Rob Austein |
2015-06-24 | Rework API for loading keys from components. Relax key size | Rob Austein |
2015-06-21 | libcryptech -> libhal, doh. | Rob Austein |
2015-06-21 | Check for hash core present before running PBKDF2 tests. | Rob Austein |
2015-06-18 | Supply public exponent as bigendian byte string rather than unsigned | Rob Austein |
2015-06-18 | Helps to set the return value when reading a key, doh. | Rob Austein |