Age | Commit message (Expand) | Author |
2016-06-14 | Clean up debugging output left in one of the unit tests. | Rob Austein |
2016-06-13 | Add test for loading an externally generated keypair via C_CreateObject(). | Rob Austein |
2016-06-13 | Set return value properly in C_CreateObject(). | Rob Austein |
2016-06-13 | Support for adding private keys via C_CreateObject(). | Rob Austein |
2016-06-12 | A few RSA unit tests inspired by hsmbully. | Rob Austein |
2016-06-10 | Support split keypairs, where private key is a token object and public | Rob Austein |
2016-06-10 | Add support for running only a specified subset of the unit tests. | Rob Austein |
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-18 | Refactor object creation code. | Rob Austein |
2016-05-17 | Bugfixes to new error handling code, refactor some unreadable nested logic in... | Rob Austein |
2016-05-17 | Start error handling cleanup and rewrite. | Rob Austein |
2016-05-16 | Fix leading zero handling in Py11's BigInteger encoder. | Rob Austein |
2016-05-16 | Identical CKA_ID values no longer constitute a conflict, adjust test. | Rob Austein |
2016-05-15 | Use key hashes instead of CKA_ID to name objects in libhal keystore. | Rob Austein |
2016-05-15 | Update hsmbully recipe for libhsm RPC. | Rob Austein |
2016-05-15 | Fix broken unit test. | Rob Austein |
2016-05-14 | Key flag handling, more trailing whitespace cleanup. | Rob Austein |
2016-05-14 | Add (back) ability to construct public keys from stored attributes. | Rob Austein |
2016-05-14 | Track (trivial) libhal API change. | 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 |
2016-05-13 | The libhal RPC channel works better when one remembers to initialize it. | Rob Austein |
2016-05-12 | Fix RSA key length and CKA_ID lookup. | Rob Austein |
2016-05-12 | Remove vestigial KEK code, that's all handled by libhal now. | Rob Austein |
2016-05-12 | p11util now uses libhal and doesn't need to touch SQL. | Rob Austein |
2016-05-12 | First pass on converting from direct libhal calls to libhal RPC calls. | Rob Austein |
2016-05-06 | Track API changes on sw/libhal rpc branch. | Rob Austein |
2015-12-13 | whack copyrights | Paul Selkirk |
2015-10-04 | Minimal conversion to config_core_selector libhal API. Not doing | Rob Austein |
2015-09-22 | Update README.md. | Rob Austein |
2015-09-22 | Makefile cleanup. | 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 | Add keyword arguments to C_GenerateKeyPair() in an attempt to present | 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-20 | Minimal documentation for py11. | Rob Austein |
2015-09-20 | Debug mutex implementation. | Rob Austein |
2015-09-20 | Implement mutexes in py11 library using threading.Lock objects. | Rob Austein |
2015-09-18 | MUTEX callbacks via ctypes. Beware of Garbage Collector. | Rob Austein |
2015-09-17 | Enable locking in py11. | Rob Austein |
2015-09-16 | Call correct underlying methods from wrappers. | Rob Austein |
2015-09-16 | Add C_SignUpdate(), C_SignFinal(), C_VerifyUpdate(), C_VerifyFinal(). | Rob Austein |
2015-09-15 | Checkpoint of py11-test.py. | Rob Austein |
2015-09-15 | py11 support for C_CreateObject(). | Rob Austein |