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
/
hal.h
Age
Commit message (
Expand
)
Author
2016-03-16
Added serial RPC transport and lots more...
Paul Selkirk
2016-02-25
RPC over loopback socket, just to work out the mechanics for serialization an...
Paul Selkirk
2015-12-24
hal_rpc_logout_all(), hal_rpc_is_logged_in().
Rob Austein
2015-12-24
More work on PIN/login/logout code. Access control still missing,
Rob Austein
2015-12-23
RPC interface to TRNG and (incomplete) PIN code.
Rob Austein
2015-12-22
Add ASN.1 support for public keys (X.509 SubjectPublicKeyInfo format).
Rob Austein
2015-12-21
Fix names of private key DER functions.
Rob Austein
2015-12-20
Drop support for the ASN.1-based ECDSA signature format in favor of
Rob Austein
2015-12-20
RPC server stuff mostly written. Compiles, not yet tested. RPC
Rob Austein
2015-12-13
Add rpc_hash.c. Convert dynamic allocator in hash.c to use private
Rob Austein
2015-11-13
Merge branch 'config_core_selector'
Paul Selkirk
2015-10-19
catch up to changes in core version numbers
Paul Selkirk
2015-10-04
Whack libhal API to use current configure_core_selector mechanism.
Rob Austein
2015-10-04
off_t => hal_addr_t.
Rob Austein
2015-09-08
Merge branch 'master' into ecdsa
Rob Austein
2015-09-08
Merge branch 'state_access'
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
Add PKCS11 ECDSA signature format.
Rob Austein
2015-09-02
Clean up excessively complicated handling of opaque types in hash and
Rob Austein
2015-08-22
Add hal_ecdsa_verify(). Move hashing out of ECDSA routines. Clean up
Rob Austein
2015-08-21
Snapshot along the way to ECDSA. Code mostly written, except for
Rob Austein
2015-07-18
Add support for dynamic allocation of hash and HMAC state, for cases
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-06-24
Rework API for loading keys from components. Relax key size
Rob Austein
2015-06-21
libcryptech -> libhal, doh.
Rob Austein