This patch provides the REST interface triggered revoke/unrevoke and
certificate record status update; Previously when admin changes the
status of a token, the change is not trickled to the certificate records
nor the CA.
The following simple cases are tested (per default policy):
* change a token status from active to lost - certs will be revoked
* change a token status from active to temporarily lost - certs will be
put on hold
* change a token status from temporarily lost back to to active - certs
will be unrevoked
Also to make sure the earlier revoke case doesn't break (per default policy)
* format a token - certs revoked
There is room for improvement, but this patch provides the basic
functionality nevertheless.
thanks,
Christina