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
/
utils
Age
Commit message (
Expand
)
Author
2017-10-23
Cleanup signed/unsigned mismatches, mostly in loop counters
Paul Selkirk
2017-04-26
Lower PBKDF2 password iterations and add delay on bad PIN.
Rob Austein
2016-07-05
Attempt to add resource management, for multiple cores of the same type.
Paul Selkirk
2016-06-26
Merge branch 'master' of https://git.cryptech.is/sw/libhal.git.
Rob Austein
2016-06-26
Update libhal makefiles to use new LIBxxx_SRC / LIBxxx_BLD scheme so libhal c...
Rob Austein
2016-06-25
Dial back the last-gasp iterations to something sane.
Paul Selkirk
2016-06-25
Rename GNUmakefile to Makefile for consistency.
Paul Selkirk
2016-06-24
Support VPATH builds.
Rob Austein
2016-06-01
Make the makefile hopefully a little more readable/maintainable.
Paul Selkirk
2016-05-26
correct BPKDF2 -> PBKDF2 ;)
Fredrik Thulin
2016-05-25
Doh, helps if one actually **uses** the argument one just parsed.
Rob Austein
2016-05-25
PBKDF2 works better if we generate the right number of output bytes.
Rob Austein
2016-05-25
Start cleaning up PIN code.
Rob Austein
2016-05-14
Trailing whitespace cleanup.
Rob Austein
2015-12-13
Merge Paul's copyright updates.
Rob Austein
2015-12-13
whack copyrights
Paul Selkirk
2015-12-12
Silence platform-dependent compiler whining: in general, when printf()
Rob Austein
2015-11-14
Catch up with other branch merges.
Paul Selkirk
2015-11-12
fix printf warnings, fix time_check calculation
Paul Selkirk
2015-10-31
add core probe utility
Paul Selkirk
2015-07-17
Debian Jessie hangs with bs=128, Kosagi forum tells us that the magic
Rob Austein
2015-07-05
Add load_novena_fpga script.
Rob Austein
2015-07-05
Use C99 variadic macro as safety wrapper around variadic function.
Rob Austein
2015-07-05
NULL-terminate string list, doh.
Rob Austein
2015-07-05
Get rid of autoconf, as we don't really need it. Add eim_peek_poke
Rob Austein