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
Age
Commit message (
Expand
)
Author
2022-01-04
Convert PyCrypto to PyCryptodome
HEAD
master
Rob Austein
2020-07-13
Missed (one?) script while converting to Python 3
python3
Rob Austein
2020-07-13
Yet another wired-in python version
Rob Austein
2020-07-13
Whack all Python shebangs to Python 3
Rob Austein
2020-06-10
Whack with club until works with Python 2 and Python 3
Rob Austein
2020-05-26
Wow, python-version-independent hexadecimal is painful
Rob Austein
2020-05-25
Untested conversion to support Python 3
Rob Austein
2018-08-27
Update .gitignore with newish test apps
Paul Selkirk
2018-08-27
Fix shared library name
Paul Selkirk
2018-08-27
Support non-standard libhal/libtfm location
Paul Selkirk
2018-07-18
Clean up old unused variable warnings.
Rob Austein
2018-03-03
More useful script output.
Rob Austein
2018-03-03
Doh, mutexes work better when plugged in.
Rob Austein
2018-03-03
Cleanup.
Rob Austein
2018-03-03
First cut at timing test using multiple threads.
Rob Austein
2017-05-20
Clean up C_GetTokenInfo().
Rob Austein
2017-05-20
HMAC notes.
Rob Austein
2017-05-20
Clean up ancient cruft: p11util, SQL-based hsmbully test.
Rob Austein
2017-05-19
More access control cleanup.
Rob Austein
2017-05-19
Start cleaning up info functions.
Rob Austein
2017-05-19
Consolidate session-state-based access control.
Rob Austein
2017-05-18
Translate more PKCS #11 attributes into HAL_KEY_FLAG_* settings.
Rob Austein
2017-05-18
Clean up a few gratuitous obscurities.
Rob Austein
2017-05-10
Clean up default location of PKCS #11 library.
Rob Austein
2017-05-09
Update README.md.
Rob Austein
2017-05-04
Regression tests for today's C_FindObjects() bugfixes.
Rob Austein
2017-05-04
Doh, C_FindObjects() works better if we preserve its state across calls.
Rob Austein
2017-05-04
Support using C_GetFunctionList() instead of library symbols.
Rob Austein
2017-04-14
Python interface API will need to be cryptech.py11 for installation.
Rob Austein
2017-04-11
Track API changes on sw/libhal pkcs8 branch.
Rob Austein
2017-04-08
Track API changes in sw/libhal pkcs8 branch.
Rob Austein
2017-03-08
Check for cryptech_muxd when setting LIBHAL_TARGET.
Rob Austein
2017-03-03
Clean up time-signature script.
Rob Austein
2017-03-01
Flip default connection method from "serial" to "daemon".
Rob Austein
2017-03-01
Test all key types by default.
Rob Austein
2017-03-01
Timing test script.
Rob Austein
2017-01-31
Be more careful with handle cleanup, to support parallel testing.
Rob Austein
2016-11-22
Remove SQLite3 from build, no longer needed.
Rob Austein
2016-11-22
Doh, C_GetAttributeValue() lost descriptor lookup during conversion from SQL.
Rob Austein
2016-11-21
Start shaking bugs out of new pkcs11.c code. Still pretty broken.
Rob Austein
2016-11-20
Compiles without SQLite3. Does not run (yet).
Rob Austein
2016-11-19
New branch for PKCS #11 without SQLite3. Checkpoint, doesn't compile yet.
Rob Austein
2016-11-14
hal_rpc_pkey_find() -> hal_rpc_pkey_open().
Rob Austein
2016-10-25
Remove unused column from schema.
Rob Austein
2016-10-25
Track libhal HAL_DIGEST_ALGORITHM_ change.
Rob Austein
2016-10-16
Clean Python compiled byte code too.
Rob Austein
2016-10-07
Track changes to libhal RPC pkey API.
Rob Austein
2016-09-09
Track removal of `type` argument from hal_rpc_pkey_find().
Rob Austein
2016-09-03
Hack PKCS #11 to work with revised libhal pkey API.
Rob Austein
2016-08-16
More pkcs11test fixes: nuanced read-only, error code proliferation.
Rob Austein
[next]