Forum Discussion

Kristof_Goossen's avatar
Kristof_Goossen
Icon for Nimbostratus rankNimbostratus
Feb 01, 2010

possible ocsp:serponse:status values

Hi all,

 

 

I am doing certificate verification in an iRule and want to pass the OCSP status on to the next network component.

 

 

Does anyone know where I could find all possible values of ocsp:response:status?

 

 

I already encountered:

 

 

* good

 

* revoked

 

* internalerror

 

* [empty string] (if no certificate was provided)

 

 

Are there other possible values?

 

 

The code looks as below:

 

 

----------------------------------------------------------------

 

set auth_response_data [AUTH::response_data]

 

set ocsp_status [lindex [array get auth_response_data ocsp:response:status] 1]

 

----------------------------------------------------------------

 

 

Any help would be much appreciated,

 

Kristof