summaryrefslogtreecommitdiff
path: root/ckcapi.c
AgeCommit message (Expand)Author
2008-12-09First shot at renaming the project.Stef Walter
2008-12-09Complete the certificate support so most of the tests clear.Stef Walter
2008-12-08Implement concept of logins (no-op). Do RSA testing, and fix problems discove...Stef Walter
2008-12-08Support the concept of read-write and read-only sessions.Stef Walter
2008-12-08Hook in the RSA mechanism to the PKCS#11 calls.Stef Walter
2008-12-08Some minor cosmetic changes.Stef Walter
2008-12-08Fix returning of strings so they're not null terminated.Stef Walter
2008-12-06Better argument handling after running through test tool.Stef Walter
2008-12-04Implement RSA Sign and Decrypt operations. Not tested.Stef Walter
2008-12-03Add basic key object support. No support yet for actual crypto ops. Not teste...Stef Walter
2008-12-02Load certificates by key ID if finding by CKA_ID. Use standard function for r...Stef Walter
2008-12-01Split headers for C file into own header.Stef Walter
2008-12-01Change to my real name.Stef Walter
2008-12-01Add support for building on VC 2005, and remove support for old MSVC.Stef Walter
2007-05-11Add different tokens for different certificate stores.Stef Walter
2007-05-06Use LGPL PKCS#11 headers.Stef Walter
2007-05-06Add licensesStef Walter
2007-05-06Internal API cleanup.Stef Walter
2007-05-06A bunch of trust work on the plugin.Stef Walter
2007-04-29Fix tons of bugs and performance issues to better list the certificates.Stef Walter
2007-04-28A complete but slow implementation for certificate listing.Stef Walter
2007-04-28Show windows CAPI certificates. Basic implementation and functionality complete.Stef Walter
2007-04-27A bunch more changes, that implement almost complete find and get support.Stef Walter