aboutsummaryrefslogtreecommitdiff
path: root/tests/test-rsa.c
AgeCommit message (Expand)Author
2018-05-20Better hal_core_alloc() semantics, assert() and printf() cleanup.Rob Austein
2017-12-13Merge branch systolic_crt into master.Rob Austein
2017-10-23Cleanup signed/unsigned mismatches, mostly in loop countersPaul Selkirk
2017-09-13Preliminary support for parallel core RSA CRT.Rob Austein
2017-09-09Whack with club until compiles.Rob Austein
2016-07-05Attempt to add resource management, for multiple cores of the same type.Paul Selkirk
2016-06-14Add support for ModExpA7Paul Selkirk
2015-12-23First round of fixes for new ASN.1 and test code.Rob Austein
2015-12-22Test code for ASN.1 public key functions.Rob Austein
2015-12-21Fix names of private key DER functions.Rob Austein
2015-12-13whack copyrightsPaul Selkirk
2015-11-13Merge branch 'config_core_selector'Paul Selkirk
2015-10-29Remove unused includes.Paul Selkirk
2015-10-04Whack libhal API to use current configure_core_selector mechanism.Rob Austein
2015-09-08Merge branch 'master' into ecdsaRob Austein
2015-09-02Clean up excessively complicated handling of opaque types in hash andRob Austein
2015-07-18Re-enable key generation test and RSA blinding.Rob Austein
2015-07-14Changes to support Pavel's ModExpS6 core.Rob Austein
2015-06-26Verify signature in key generation test.Rob Austein
2015-06-24Rework API for loading keys from components. Relax key sizeRob Austein
2015-06-21libcryptech -> libhal, doh.Rob Austein
2015-06-18Supply public exponent as bigendian byte string rather than unsignedRob Austein
2015-06-18Helps to set the return value when reading a key, doh.Rob Austein
2015-06-18Add round-trip test for DER I/O code.Rob Austein
2015-06-18Refactor CRT code into public API.Rob Austein
2015-06-17Debug RSA key generation.Rob Austein
2015-06-17RSA key generation and DER support.Rob Austein
2015-06-17RSA key generation. Compiles, not (yet) tested otherwise.Rob Austein
2015-06-16Refactor key loading code.Rob Austein
2015-06-11Debug modexp_fp() buffer handling. Add basic timing report.Rob Austein
2015-06-11First cut at RSA decryption/signature using the Chinese RemainderRob Austein
2015-06-10Operand lengths weren't including bug-workaround padding.Rob Austein
2015-06-10Add hal_modexp(), since the protocol is a bit complex. RewriteRob Austein
2015-06-04Disable HMAC-SHA-384 tests as neither my implementation nor PyCryptoRob Austein
2015-06-03ModExp now working!Rob Austein
2015-05-28More fun with RSA test cases, still not working.Rob Austein
2015-05-27First pass at RSA tests.Rob Austein