summaryrefslogtreecommitdiff
path: root/ckcapi-key.c
AgeCommit message (Collapse)Author
2008-12-09Add some remaining attributes.Stef Walter
2008-12-09Better handling of attribute data types. Remove concept of a date type.Stef Walter
2008-12-09Fix a particularly nasty bug in the hash tables, where an old would continue ↵Stef Walter
to get used when the value was replaced. Also a bunch of memory allocation tuning.
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.