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
/
cryptech.h
Age
Commit message (
Expand
)
Author
2015-06-18
Refactor CRT code into public API.
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
Build issues on Novena.
Rob Austein
2015-06-11
First cut at RSA decryption/signature using the Chinese Remainder
Rob Austein
2015-06-10
Add hal_modexp(), since the protocol is a bit complex. Rewrite
Rob Austein
2015-06-04
First cut at PBKDF2.
Rob Austein
2015-06-04
Disable HMAC-SHA-384 tests as neither my implementation nor PyCrypto
Rob Austein
2015-06-04
Refactor hash code prior to adding HMAC (which we need for PBKDF2).
Rob Austein
2015-05-25
Cleanup: names of *_core_present() functions, Makefile.
Rob Austein
2015-05-21
Add test harness: no useful tests yet, just the framework.
Rob Austein
2015-05-21
Copy Joachim's EIM timeout change, make timeout configurable at
Rob Austein
2015-05-20
Add AES Key Wrap using Cryptech AES core.
Rob Austein
2015-05-20
Add csprng and hash modules. Add real error codes instead of magic
Rob Austein
2015-05-19
Import FPGA I/O code from core/platform/novena/sw, add minimal
Rob Austein