Age | Commit message (Expand) | Author |
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 |
2015-06-24 | Extracting the private key from a public key object doesn't work very well. | Rob Austein |
2015-06-24 | Doh, get ENTER_PUBLIC_FUNCTION() log message right. | Rob Austein |
2015-06-24 | Refactor PKCS #1.5 code, add C_Verify*() functions. Tidy up and | Rob Austein |
2015-06-24 | First batch of tweaks after testing with hsmbully. | Rob Austein |
2015-06-23 | Debug interface to libhal. With these fixes, passes minimal DNSSEC | Rob Austein |
2015-06-22 | Convert from Cryptlib to libhal. Compiles, not yet tested otherwise. | Rob Austein |
2015-06-03 | Minor cleanup of new mutex code after confirming that DNSSEC signer | Rob Austein |
2015-06-02 | Add basic mutex support, including default ("OS") implementation using | Rob Austein |
2015-04-28 | First public commit of PKCS #11 implementation. | Rob Austein |