[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: On Hold



I disliked "on hold" one year ago. One of the reasons why I changed my
view was the following. In my opinion, a certificate revoked once must
not valid at any time in the future. So, I consider the "on hold" reason
code like a revocation. I only allow a "on hold" certificate to becomes
valid when there was no reason for revocation at any time in the past.

The certificate path validation software retrieves then the CRL. Why the
software can only generate "valid" or "invalid" the answer must be
"invalid", even though the certificate status is "on hold".
Alternatively, the answer may be somewhat like "invalid - please read on
hold information. plase contact CA XY".

I agree with you, a fast revocation handling is quite better. Therefore,
an "on hold" status would become dispensable. But, I don`t see it next
time. Even if you have a fast technical equipment, the revocation
procedure may slow for bussiness and legal reasons.

Another way you mentioned is the restriction of certificate usage as a
"digital ID". All other attributes like "credit card limit" are moved to
a data base. Now, the data base management has to deal with the "on
hold" when the underlying bussiness model needs "on hold".

An example follows. A corporate CA issues certificates on the behalf of
their employees, i. e. the organization field contains the corporate
name. The employees are spread over the world. The private key is kept
in a smart card. The corporate control unit detects suspected
transactions done by identity A. The risk model requires to revoke A`s
certificate. Consequently, the corporate CA revokes the certificate
immediately. Provided that the transactions no longer are suspicious,
the employee needs a valid certificate. The procedure takes time because
the private key is kept in a smart card. What is to do? Should the CA
renewal the certificate including the same key? 

Provided that the corporate CA wants to pay the price for "on hold" in
the sense described above, the CA had to remove the CRL entry. No
renewal is required.

 

Russ Housley wrote:
> 
> X.509 identiy certificates bind a public key to an identity (subject DN
> and/or subject alt names).  A CRL entry indicates that this binding is no
> longer appropriate.  It might be inapproriate due to key compromise, name
> change, or a number of other reasons.
> 
> Certificate path validation software it trying to generate a binary answer:
> the path is valid or it is not valid.  To me, "on hold" creates a maybe.
> For this reason, I really dislike "on hold."
> 
> We need to have straight forward path validation if we are going to see
> wide spread implementation in clients.
> 
> Often certificate path validation is part of some overall system founction,
> like authentication to a web site.  Based on the output of certificate path
> validation and other data, the clinet will be admitted to the web site or
> refused access.  I suggest that bad check history is "other data," not a
> reason to revoke the binding of the user's identity to the public key.
> 
> Similar arguments can be made for e-mail, remote access, e-payment, and
> other environments.
> 
> Russ
>