summaryrefslogtreecommitdiff
path: root/ckcapi-key.c
AgeCommit message (Collapse)Author
2008-12-09Use better and faster hashing of objects. Stef Walter
2008-12-08Implement concept of logins (no-op). Do RSA testing, and fix problems ↵Stef Walter
discovered in RSA code.
2008-12-08Calculate correct length of CRYPT_PROV_INFOStef Walter
2008-12-08Find key objects properly. Don't error when a certificate doesn't have a key ↵Stef Walter
object backing it.
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 ↵Stef Walter
tested. Wanted to check it in so it doesn't get lost as it represents a lot of work.