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-rsa.c
Age
Commit message (
Expand
)
Author
2018-05-20
Better hal_core_alloc() semantics, assert() and printf() cleanup.
Rob Austein
2017-12-13
Merge branch systolic_crt into master.
Rob Austein
2017-10-23
Cleanup signed/unsigned mismatches, mostly in loop counters
Paul Selkirk
2017-09-13
Preliminary support for parallel core RSA CRT.
Rob Austein
2017-09-09
Whack with club until compiles.
Rob Austein
2016-07-05
Attempt to add resource management, for multiple cores of the same type.
Paul Selkirk
2016-06-14
Add support for ModExpA7
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-21
Fix names of private key DER functions.
Rob Austein
2015-12-13
whack copyrights
Paul Selkirk
2015-11-13
Merge branch 'config_core_selector'
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-08
Merge branch 'master' into ecdsa
Rob Austein
2015-09-02
Clean up excessively complicated handling of opaque types in hash and
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-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-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
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
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
2015-06-10
Add hal_modexp(), since the protocol is a bit complex. Rewrite
Rob Austein
2015-06-04
Disable HMAC-SHA-384 tests as neither my implementation nor PyCrypto
Rob Austein
2015-06-03
ModExp now working!
Rob Austein
2015-05-28
More fun with RSA test cases, still not working.
Rob Austein
2015-05-27
First pass at RSA tests.
Rob Austein