Age | Commit message (Expand) | Author |
2022-01-04 | Convert PyCrypto to PyCryptodomeHEADmaster | 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-25 | Untested conversion to support Python 3 | Rob Austein |
2017-05-10 | Clean up default location of PKCS #11 library. | Rob Austein |
2017-05-04 | Regression tests for today's C_FindObjects() bugfixes. | Rob Austein |
2017-04-14 | Python interface API will need to be cryptech.py11 for installation. | 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-09-03 | Hack PKCS #11 to work with revised libhal pkey API. | Rob Austein |
2016-08-10 | Add regression test for borked or missing PKCS #1.5 DigestInfo. | Rob Austein |
2016-07-13 | Add "cryptech" to public "pkcs11" names. | Rob Austein |
2016-07-07 | Clean up test code that made sense on the Novena but not on the Alpha. | Rob Austein |
2016-06-16 | Convert timing report to integrate with unittest.TextTestRunner, to avoid gar... | Rob Austein |
2016-06-16 | Generalize and extend tests of externally-supplied RSA keys. | Rob Austein |
2016-06-16 | Completely farbled most of the super() incantations, sigh. | Rob Austein |
2016-06-16 | Add timing of individual tests, test descriptions. | Rob Austein |
2016-06-16 | Tweak unit tests to be a bit less annoying on Alpha. | Rob Austein |
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-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-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 |