Age | Commit message (Expand) | Author |
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 |
2016-08-14 | First round of fixes for bugs found by Google pkcs11test. | 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-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-12 | Light the "user PIN initialized" bit, for OpenSSL's pkcs11 engine. | Rob Austein |
2016-07-12 | Whoops, CKR_BUFFER_TOO_SMALL doesn't terminate a sign or digest operation. | Rob Austein |
2016-07-12 | Add a few missing informational functions that pkcs11-tool wanted. | Rob Austein |
2016-07-07 | Disable RPC daemon on all platforms for now. | Rob Austein |
2016-07-07 | Clean up test code that made sense on the Novena but not on the Alpha. | Rob Austein |
2016-06-30 | libhal's RPC MUX daemon doesn't work with Apple's lame sockets implementation. | Rob Austein |
2016-06-28 | Move hal_pkey_* columns from the object table into | Rob Austein |
2016-06-27 | Apparently sw/pkcs11 somehow missed the great ${foo_LIB} => ${foo_SRC}, ${foo... | Rob Austein |
2016-06-26 | libtfm assembly code has portability issues under pbuilder, and we don't real... | Rob Austein |
2016-06-26 | More GNUmakefile cleanup. | Rob Austein |
2016-06-25 | Rename GNUmakefile to Makefile for consistency. | Paul Selkirk |
2016-06-24 | VPATH build for libpkcs11.so, and first cut at libpkcs11.dylib for Mac OS X. | Rob Austein |
2016-06-23 | Reorder ld arguments to get search order right. | Rob Austein |
2016-06-23 | Support use of system sqlite3 library instead of our own; various other tweak... | 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 |