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
/
rsa.c
Age
Commit message (
Expand
)
Author
2015-09-08
Merge branch 'master' into ecdsa
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
Clean up excessively complicated handling of opaque types in hash and
Rob Austein
2015-07-14
Changes to support Pavel's ModExpS6 core.
Rob Austein
2015-07-01
Change default to use software modexp until we sort out performance
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
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 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 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
First cut at RSA decryption/signature using the Chinese Remainder
Rob Austein