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
/
unit_tests.py
Age
Commit message (
Expand
)
Author
2016-06-10
Update unit tests to match new behavior: we no longer allow private
Rob Austein
2016-05-25
Track PIN changes on libhal master branch.
Rob Austein
2016-05-19
Add test case using public key via C_CreateObject() to verify signature creat...
Rob Austein
2016-05-18
Add explicit generate/sign/verify unit tests both on and off the
Rob Austein
2016-05-17
Bugfixes to new error handling code, refactor some unreadable nested logic in...
Rob Austein
2016-05-16
Identical CKA_ID values no longer constitute a conflict, adjust test.
Rob Austein
2016-05-15
Fix broken unit test.
Rob Austein
2016-05-13
Sort out some disagreements between our command line parsing and unit_test's ...
Rob Austein
2016-05-13
Rework unit_test framework to use argparse and to run RPC server automaticall...
Rob Austein
2015-09-22
Clean up Python APIs to C_FindObject*() and C_GetSlotList().
Rob Austein
2015-09-21
Better test for keypair object class.
Rob Austein
2015-09-21
More key unit tests.
Rob Austein
2015-09-21
More test cases.
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