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
/
Makefile
Age
Commit message (
Expand
)
Author
2020-07-13
Yet another wired-in python version
Rob Austein
2018-08-27
Support non-standard libhal/libtfm location
Paul Selkirk
2017-05-20
Clean up ancient cruft: p11util, SQL-based hsmbully test.
Rob Austein
2017-05-10
Clean up default location of PKCS #11 library.
Rob Austein
2017-04-14
Python interface API will need to be cryptech.py11 for installation.
Rob Austein
2017-03-08
Check for cryptech_muxd when setting LIBHAL_TARGET.
Rob Austein
2017-03-01
Flip default connection method from "serial" to "daemon".
Rob Austein
2016-11-22
Remove SQLite3 from build, no longer needed.
Rob Austein
2016-10-16
Clean Python compiled byte code too.
Rob Austein
2016-09-03
Hack PKCS #11 to work with revised libhal pkey API.
Rob Austein
2016-08-10
Shared library symbol versioning support from Ondrej Sury (thanks!).
Rob Austein
2016-08-10
Allow environment (eg, Debian build) to augment CFLAGS.
Rob Austein
2016-07-13
Add "cryptech" to public "pkcs11" names.
Rob Austein
2016-07-07
Disable RPC daemon on all platforms for now.
Rob Austein
2016-06-30
libhal's RPC MUX daemon doesn't work with Apple's lame sockets implementation.
Rob Austein
2016-06-27
Apparently sw/pkcs11 somehow missed the great ${foo_LIB} => ${foo_SRC}, ${foo...
Rob Austein
2016-06-26
More GNUmakefile cleanup.
Rob Austein
2016-06-25
Rename GNUmakefile to Makefile for consistency.
Paul Selkirk