Personal tools
You are here: Home Plone XP leocornus.plonecrypto Ability to demote and revoke keys

Ability to demote and revoke keys

Demoting a key means making a key inactive.  So all connections associated with a demoted key will be no valid any more!

Basically we need provide a wrapper implementation for the demote method from Keyczar-python.

At this story, we should be able to remove the oldest key from the key chain.

The oldest key will be defined as the key who has the smallest version number.  Keyczar is using a increasing number as the version number.  So the smallest version number always the oldest key.

Tracking History

When Who What Done
2010-04-16 08:19 Sean Chen method removeOldestKey is added to demote and revoke the oldest key. revision: r386
-- 1.0 Hours, 95.0% Done
Document Actions