Age | Commit message (Expand) | Author |
2015-11-16 | remove dependency on csprng | Paul Selkirk |
2015-11-16 | harmonize ctrl and status addresses with other cores | 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 core probe utility | 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 | change CFLAGS assignment to += for cross-building | Paul Selkirk |
2015-10-29 | Remove unused includes. | Paul Selkirk |
2015-10-26 | Use ${AR} for cross-building. | Paul Selkirk |
2015-10-19 | catch up to changes in core version numbers | Paul Selkirk |
2015-10-04 | Handle missing hash cores more gracefully. | Rob Austein |
2015-10-04 | Disallow NULL core argument in lowest-level HAL I/O routines. | Rob Austein |
2015-10-04 | Helps to select the CSPRNG core before trying to call it. | Rob Austein |
2015-10-04 | Whack libhal API to use current configure_core_selector mechanism. | Rob Austein |
2015-10-04 | off_t => hal_addr_t. | Rob Austein |
2015-10-03 | Use initializers for automatic variables of type fp_int because it's a | Rob Austein |
2015-10-02 | Impressive how much trouble one can get into with one uninitialized bignum. | Rob Austein |
2015-10-02 | Testing shows that signature and verification are both faster with | Rob Austein |
2015-10-02 | Revise point addition and point scalar multiplication routines to use | Rob Austein |
2015-09-14 | Fencepost error in hal_ecdas_key_from_ecpoint(). | Rob Austein |
2015-09-14 | P-512 parameters were mislabeled. | Rob Austein |
2015-09-12 | PKCS #11 testing turned up a problem with P-521, don't really | Rob Austein |
2015-09-11 | Avoid gratuitous assertion failure if caller gives us a larger buffer | Rob Austein |
2015-09-08 | Merge branch 'master' into ecdsa | Rob Austein |
2015-09-08 | Merge branch 'state_access' | Rob Austein |
2015-09-08 | Merge branch 'modexps6' | Rob Austein |
2015-09-06 | Add ECPoint I/O functions. ASN.1 cleanup. | Rob Austein |
2015-09-02 | Still more const-ification. | 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 | ASN.1 bugfixes. | 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-08-22 | Rework point_scalar_multiply() to avoid a timing leak with small scalars. | Rob Austein |
2015-08-22 | Add hal_ecdsa_verify(). Move hashing out of ECDSA routines. Clean up | Rob Austein |
2015-08-21 | Updated point doubling and addition to use algorithms from the | Rob Austein |
2015-08-21 | Snapshot along the way to ECDSA. Code mostly written, except for | Rob Austein |
2015-07-18 | Re-enable key generation test and RSA blinding. | Rob Austein |
2015-07-18 | Add support for dynamic allocation of hash and HMAC state, for cases | Rob Austein |
2015-07-17 | Debian Jessie hangs with bs=128, Kosagi forum tells us that the magic | Rob Austein |
2015-07-17 | First cut at libhal support for hash cores with ability to save and | Rob Austein |
2015-07-14 | Changes to support Pavel's ModExpS6 core. | Rob Austein |