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
/
hash.c
Age
Commit message (
Expand
)
Author
2017-10-23
Cleanup signed/unsigned mismatches, mostly in loop counters
Paul Selkirk
2017-07-31
Unconditionally set the allocated flag when initializing a hash state
Paul Selkirk
2016-12-19
Merge branch 'master' into ksng
Rob Austein
2016-10-25
Uppercase HAL_DIGEST_ALGORITHM_ symbols for API consistency.
Rob Austein
2016-09-20
Clean up the defines around rpc client, software hash cores, etc.
Paul Selkirk
2016-09-01
Move in-memory keystore from client to server. 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-09
Typo in SHA-224/SHA-256 software core.
Rob Austein
2016-05-31
SHA-224 driver and soft core.
Rob Austein
2016-05-15
Silence unused variable warning.
Rob Austein
2016-05-14
Trailing whitespace cleanup.
Rob Austein
2016-03-29
Enable 'mixed' mode, with client-side hashing.
Paul Selkirk
2016-03-21
Merge branch 'master' into rpc
Paul Selkirk
2016-03-16
Added serial RPC transport and lots more...
Paul Selkirk
2016-03-09
Tweak handling of byte swapping in software hash cores to get rid of
Rob Austein
2016-03-09
Optional (compile time conditional) software hash cores. At the
Rob Austein
2015-12-23
RPC interface to TRNG and (incomplete) PIN code.
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-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-10-04
off_t => hal_addr_t.
Rob Austein
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
Clean up excessively complicated handling of opaque types in hash and
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-06-21
libcryptech -> libhal, doh.
Rob Austein
2015-06-21
Add digest algorithm IDs.
Rob Austein
2015-06-05
HMAC for truncated SHA-512 digests would probably work better if we
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
Whoops, we're supposed to hash an entire block for the key regardless
Rob Austein
2015-06-04
HMAC implementation and test vectors.
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-24
Debug hash-testing code.
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