Age | Commit message (Expand) | Author |
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 |
2015-07-07 | Track move of third party libraries to /sw/thirdparty/. | Rob Austein |
2015-07-05 | Add load_novena_fpga script. | Rob Austein |
2015-07-05 | Use C99 variadic macro as safety wrapper around variadic function. | Rob Austein |
2015-07-05 | NULL-terminate string list, doh. | Rob Austein |
2015-07-05 | novena-eim.h had an invisible dependency on <sys/types.h>, at least on | Rob Austein |
2015-07-05 | Get rid of autoconf, as we don't really need it. Add eim_peek_poke | Rob Austein |
2015-07-01 | Change default to use software modexp until we sort out performance | Rob Austein |
2015-06-30 | Track ModExp core exponent padding change: this enables the short exponent fa... | 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-21 | Add digest algorithm IDs. | Rob Austein |
2015-06-19 | Add methods to extract public components from an RSA key. Other minor | Rob Austein |
2015-06-19 | Add README.md. | Rob Austein |
2015-06-19 | Add temporary workaround to let us use software ModExp when we're | Rob Austein |
2015-06-19 | Add replacement for fp_exptmod() using our ModExp core, so we don't | 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 |
2015-06-18 | Add round-trip test for DER I/O code. | Rob Austein |
2015-06-18 | Add RSA blinding. | Rob Austein |
2015-06-18 | Refactor CRT code into public API. | Rob Austein |
2015-06-17 | Debug RSA key generation. | Rob Austein |
2015-06-17 | RSA key generation and DER support. | Rob Austein |
2015-06-17 | RSA key generation. Compiles, not (yet) tested otherwise. | Rob Austein |
2015-06-16 | Refactor key loading code. | Rob Austein |
2015-06-11 | Debug modexp_fp() buffer handling. Add basic timing report. | Rob Austein |
2015-06-11 | Build issues on Novena. | Rob Austein |
2015-06-11 | First cut at RSA decryption/signature using the Chinese Remainder | Rob Austein |
2015-06-10 | Operand lengths weren't including bug-workaround padding. | Rob Austein |