Glossary FDLnotes
IF YOU CAN SEE THIS go to http://www.cs.cornell.edu/Info/People/sfa/Nuprl/Shared/Xindentation_hack_doc.html

Resolving Stale Certificates

As indicated in Altering Certificates, rather than simply adopting the expensive policy of simply deleting, or permanently marking as obsolete, Certificates that fall into doubt, we permit the stipulation of a "reconsideration" procedure as part of defining a kind of certificate.

The arguments to the reconsideration procedure are the (object id of the) certificate to be reconsidered and various values attached to that certificate object described in Staleness State and Staleness and Deletion, namely: the "changed object collection", along with the "prestale" contents associated with each member of the collection; the "folded object collection" of objects; the collection of "staleness fiats"; and the "shunned object collection".

When a stale certificate is reconsidered, this procedure is applied and the disposition of the certificate is determined by its result. If the procedure fails then the certificate remains stale, and presumably control passes to wherever the failure is caught; perhaps it will be enough for such failure to always immediately induce failure back to the original operation inducing staleness, restoring the current closed map. If the procedure completes, it returns one of three values: "intact", "delete", or a "new content" text.

One point about timing to emphasize is that reconsidering a certificate may involve operations that again should force reconsideration of the same certificate again after this reconsideration is completed. One way to account for this would be to stipulate that after a stale certificate is selected for reconsideration, but before reconsideration itself begins, the certificate is marked as NOT stale.

If the result is "delete" then the certificate is marked for deletion and and the certificate is then shunned; if the result is a "new content" text then that text becomes the new content (except for the part indicating the certificate kind) of the certificate and pertinent certificates depending on it go stale; if the result of reconsideration is "intact" then and no further staleness is induced by this fact, although operations carried already performed by the reconsideration procedure may well have induced staleness.

Let us emphasize a few points:

1. Although the Client can force deletion of a certificate (along with everything that refers to it) from the Current Closed Map of the Session, the only way to modify its content is by reconsideration.
 
2. Part of a certificate is an indication of its kind, which determines its creation and reconsideration procedures, and that part is beyond the reach of the reconsideration procedure (or the creation procedure for that matter).
 
3. Certificates will not be deleted until no stale certificates remain; they can only be marked for deletion until then.
 
4. Changing a certificate's content or marking it for deletion will make any pertinent certificates referring to it stale, thus it is possible for reconsideration to cascade.
 
5. The difference between leaving a certificate "intact" upon reconsideration and using its old content as its new content is that the latter will induce staleness in pertinent certificates referring to it.
IF YOU CAN SEE THIS go to http://www.cs.cornell.edu/Info/People/sfa/Nuprl/Shared/Xindentation_hack_doc.html

Glossary FDLnotes