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
Age
Commit message (
Expand
)
Author
2015-12-23
First round of fixes for new ASN.1 and test code.
Rob Austein
2015-12-22
Reorder tests to put hideously slow RSA tests at the end.
Rob Austein
2015-12-22
Test code for ASN.1 public key functions.
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-21
Pull .gitignore update from master.
Rob Austein
2015-12-21
Binaries missing from .gitignore make git submodule grumpy.
Rob Austein
2015-12-20
Use sysconf(_SC_PAGESIZE) instead of getpagesize().
Rob Austein
2015-12-20
Consolidating curve names broke the ASN.1 code.
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
Merge Paul's copyright updates.
Rob Austein
2015-12-13
whack copyrights
Paul Selkirk
2015-12-13
Add rpc_hash.c. Convert dynamic allocator in hash.c to use private
Rob Austein
2015-12-12
Silence platform-dependent compiler whining: in general, when printf()
Rob Austein
2015-12-11
RPC API dispatch, skeleton client functions, mixed-mode handlers for
Rob Austein
2015-12-10
First cut at public libhal RPC API.
Rob Austein
2015-11-17
More post-merge cleanup.
Paul Selkirk
2015-11-16
new test to exercise trng cores
Paul Selkirk
2015-11-16
remove dependency on csprng
Paul Selkirk
2015-11-16
harmonize ctrl and status addresses with other cores
Paul Selkirk
2015-11-14
Catch up with other branch merges.
Paul Selkirk
2015-11-13
Merge branch 'config_core_selector'
Paul Selkirk
2015-11-12
fix printf warnings, fix time_check calculation
Paul Selkirk
2015-10-31
add core probe utility
Paul Selkirk
2015-10-31
add bus performance test
Paul Selkirk
2015-10-31
fix time calculation in test-ecdsa
Paul Selkirk
2015-10-29
change CFLAGS assignment to += for cross-building
Paul Selkirk
2015-10-29
Remove unused includes.
Paul Selkirk
2015-10-26
Use ${AR} for cross-building.
Paul Selkirk
2015-10-19
catch up to changes in core version numbers
Paul Selkirk
2015-10-04
Handle missing hash cores more gracefully.
Rob Austein
2015-10-04
Disallow NULL core argument in lowest-level HAL I/O routines.
Rob Austein
2015-10-04
Helps to select the CSPRNG core before trying to call it.
Rob Austein
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-10-03
Use initializers for automatic variables of type fp_int because it's a
Rob Austein
2015-10-02
Impressive how much trouble one can get into with one uninitialized bignum.
Rob Austein
2015-10-02
Testing shows that signature and verification are both faster with
Rob Austein
2015-10-02
Revise point addition and point scalar multiplication routines to use
Rob Austein
2015-09-14
Fencepost error in hal_ecdas_key_from_ecpoint().
Rob Austein
2015-09-14
P-512 parameters were mislabeled.
Rob Austein
2015-09-12
PKCS #11 testing turned up a problem with P-521, don't really
Rob Austein
2015-09-11
Avoid gratuitous assertion failure if caller gives us a larger buffer
Rob Austein
2015-09-08
Merge branch 'master' into ecdsa
Rob Austein
2015-09-08
Merge branch 'state_access'
Rob Austein
2015-09-08
Merge branch 'modexps6'
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
[prev]
[next]