Age | Commit message (Expand) | Author |
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-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-06-28 | Move hal_pkey_* columns from the object table into | 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-10 | Support split keypairs, where private key is a token object and public | Rob Austein |
2016-05-25 | Track PIN changes on libhal master branch. | 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-15 | Use key hashes instead of CKA_ID to name objects in libhal keystore. | 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 | 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 | Makefile cleanup. | Rob Austein |
2015-09-21 | Unit tests for init, session, and login functions. | Rob Austein |
2015-09-16 | Add C_SignUpdate(), C_SignFinal(), C_VerifyUpdate(), C_VerifyFinal(). | Rob Austein |
2015-09-15 | py11 support for C_CreateObject(). | Rob Austein |
2015-09-15 | Add C_CreateObject(), which required refactoring some of the template-checkin... | Rob Austein |
2015-09-14 | Debug PKCS #11 ECDSA signature and verification. | Rob Austein |
2015-09-11 | Fix size_t vs CK_ULONG type mismatch (platform dependent). | Rob Austein |
2015-09-11 | verify_rsa_pkcs() should be static. | Rob Austein |
2015-09-09 | Add ECDSA signature and verification. Compiles, not tested. | Rob Austein |
2015-09-09 | Refactor C_Sign() and C_Verify() to move algorithm-dependent code to | Rob Austein |
2015-09-08 | Merge branch 'master' into ecdsa | Rob Austein |
2015-09-07 | Checkpoint of partial support for ECDSA. Compiles, not yet tested, | Rob Austein |
2015-09-02 | Track changes to hal_rsa_key_t and hal_hash_state_t. | Rob Austein |
2015-07-23 | First pass at adding incremental digest support. C_Digest*() only so | Rob Austein |
2015-07-17 | Add C_GetSessionInfo(). | Rob Austein |
2015-07-17 | Don't insist that both keys in a pair must be token objects if either | Rob Austein |
2015-07-09 | Might help to spell function name correctly. | Rob Austein |
2015-07-09 | Add hashes to C_GetMechanismInfo(). | Rob Austein |
2015-07-05 | Turn PKCS #11 debugging verbosity down a notch. | Rob Austein |
2015-07-01 | Clean up raw SQL silliness in GNUmakefile "bully" target. Add --help. | Rob Austein |
2015-07-01 | Add p11util program to do things like fiddling with the BPKDF2 | Rob Austein |
2015-06-24 | Fix a few new warnings on the Novena. | Rob Austein |