index
:
sw/pkcs11
master
python3
PKCS #11 library for Cryptech on top of libhal RPC
git repositories
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
GNUmakefile
Age
Commit message (
Collapse
)
Author
2015-09-12
Move YAML parsing to external script so py11 doesn't have to worry
Rob Austein
about finding attributes.yaml at runtime.
2015-07-07
Track move of third party libraries to /sw/thirdparty/.
Rob Austein
2015-07-03
Tweaks to support cross-compilation.
Rob Austein
2015-07-01
Clean up raw SQL silliness in GNUmakefile "bully" target. Add --help.
Rob Austein
Clean up trailing whitespace in multiple files. Add missing copyright.
2015-07-01
Debug p11util.
Rob Austein
2015-07-01
Add p11util program to do things like fiddling with the BPKDF2
Rob Austein
iteration count, setting PINs, and so forth. Factor some SQL utility code out to a separate file so we can reuse it for p11util.
2015-06-24
First batch of tweaks after testing with hsmbully.
Rob Austein
2015-06-22
Need to link libtfm.a while building .so, doh.
Rob Austein
2015-06-22
Convert from Cryptlib to libhal. Compiles, not yet tested otherwise.
Rob Austein
2015-04-28
Change path to Cryptlib, for now.
Rob Austein
2015-04-28
First public commit of PKCS #11 implementation.
Rob Austein