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 (
Expand
)
Author
2016-06-26
More GNUmakefile cleanup.
Rob Austein
2016-06-24
VPATH build for libpkcs11.so, and first cut at libpkcs11.dylib for Mac OS X.
Rob Austein
2016-06-23
Reorder ld arguments to get search order right.
Rob Austein
2016-06-23
Support use of system sqlite3 library instead of our own; various other tweak...
Rob Austein
2016-05-25
Track PIN changes on libhal master branch.
Rob Austein
2016-05-17
Bugfixes to new error handling code, refactor some unreadable nested logic in...
Rob Austein
2016-05-15
Update hsmbully recipe for libhsm RPC.
Rob Austein
2016-05-14
Key flag handling, more trailing whitespace cleanup.
Rob Austein
2016-05-12
p11util now uses libhal and doesn't need to touch SQL.
Rob Austein
2016-05-06
Track API changes on sw/libhal rpc branch.
Rob Austein
2015-12-13
whack copyrights
Paul Selkirk
2015-09-22
Makefile cleanup.
Rob Austein
2015-09-21
Unit tests for init, session, and login functions.
Rob Austein
2015-09-21
First step towards unit tests.
Rob Austein
2015-09-12
Move YAML parsing to external script so py11 doesn't have to worry
Rob Austein
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
2015-07-01
Debug p11util.
Rob Austein
2015-07-01
Add p11util program to do things like fiddling with the BPKDF2
Rob Austein
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