In this section:

Overview

The Online Certificate Status Protocol (OCSP) enables SBC applications to determine the revocation status of a given certificate. OCSP is used to satisfy some of the operational requirements of providing timely revocation information. When a peer sends certificates, an OCSP client (e.g. SIPFE) issues a status request to an OCSP responder and suspends acceptance of the certificates in question until the responder provides a response. The OCSP client needs the address/URL of the OCSP responder, the certificate to be checked, and the certificate issuer’s certificate. The OCSP URL can be FQDN or IPv4 address plus port number.

The SBC supports OCSP stapling, which means the client does not need to query the OCSP responder to retrieve the certificate status. OCSP stapling allows you to provide the validity information of your security certificate. Refer to SIP Profiles for more information.

SBC supports adding OCSP configuration to an existing/new TLS profile, and performing automatic OCSP checking in OpenSSL library without making substantial changes to OCSP clients (SIPFE, etc.). The OCSP clients may be involved when OCSP checking returns errors. The user may create up to four OCSP profiles per system as described in "Key Concepts" section below.

The SBC can act in TLS server role as well as TLS client role.

  • As a TLS server with Client Authentication enabled, SBC checks OCSP status when the TLS client sends its certificate chain to the SBC. Upon receiving Certificate Verify from client, SBC performs OCSP status checking for each certificate in the chain after validating signature, expiration time, etc. for each certificate in the chain.
  • When acting as a TLS client, SBC checks OCSP status when the peer TLS server sends its certificate chain to the SBC. SBC then performs OCSP status checking for each certificate in the chain.

The SBC integrates OCSP status-checking as a part of certificate validation in OpenSSL library.

OCSP Profile can also be assigned to an EMA TLS Profile.

Key Concepts

The user may create up to four OCSP profiles per system, each specifying the OCSP capabilities and protocol parameters applying to one or more TLS connections that use the profile (a SIP/TLS connection may reference an OCSP profile in its assigned TLS profile). The OCSP profile is referenced by the existing TLS profile.

  • OCSP capability
    • enabled
    • disabled (default)
  • Default responder URI (default: blank):
    • IPv4 address and port number, or
    • FQDN
  • AIA override:
    • enabled - Forces the use of configured Default responder for OCSP validation regardless of whether or not the certificate being validated references a responder by AIA.
    • disabled (default) - The responder referenced via AIA by the certificate being validated is used, or the Default responder as configured is used only if the AIA is not available.
  • OCSP Stapling
    • disabled (default)
    • enabled
  • OCSP response waiting time - If the corresponding OCSP response does not return before the time expires after sending an OCSP request, the response is considered unavailable.
    • Range: 1-16 seconds. Default: 2.
  • OCSP Response Caching Timer
    • Range: 1-30 days. Default: 1.
The configured default responder may point to the certificate authority (CA) that issued the certificate in question, a Trusted Responder whose public key is trusted by the SBC, or a CA Authorized Responder (or Delegated Trust Responder in UCR term) that is designated by one or more CAs.

When configuring an OCSP profile, be aware that you may delete a given OCSP profile when it is not referenced by any TLS connections.

When OCSP is enabled for a TLS connection, every individual certificate in the chain presented by the peer device during the establishment of the connection is validated against an OCSP responder for its revocation status. 

When the SBC is upgraded from a release which already supports OCSP, all the parameter values of existing OCSP profiles are retained after the upgrade completes.

To View OCSP Profiles

On the SBC main screen, go to Configuration > System Provisioning > Security Configuration > OCSP Profile. The OCSP Profile window is displayed.

To Edit an OCSP Profile

To edit any of the OCSP Profile in the list, click the radio button next to the specific OCSP Profile name. The Edit Selected OCSP Profile window is displayed as in the following figure.

 

Make the required changes and click Save at the right hand bottom of the panel to save the changes made.

To Create an OCSP Profile

To create a new OCSP Profile, click New OCSP Profile on the OCSP Profile List panel. The Create New OCSP Profile window is displayed.

 


Parameter

Description

OCSP Name

Enter the name of the OCSP Profile to create.

State 

The administration state of this OCSP profile. 

  • Disabled (default)
  • Enabled

Note: The OCSP statistics counters for a configured OCSP profile can be reset by disabling and re-enabling the profile’s state.

Default Responder 

Enter default OCSP responder URL: IPv4 address, or FQDN.

Aia Override 

Enable flag to override OCSP responder specified in certificate's AIA. 

  • Disabled (default)
  • Enabled
OCSP Stapling

Use this flag to enable or disable OCSP stapling. OCSP stapling allows you to provide the validity information of your security certificate.

  • Disabled (default)
  • Enabled

The SBC disables this flag if the OCSP Profile State flag is Disabled.

Response Wait TimeSpecifies the OCSP response waiting time, in seconds. If response is not received within this period, the server is considered unavailable.
OCSP Response Caching Timer

Configure this parameter with the timer (in days) for the OCSP response caching. The range is 1-30, and the default is 1.

The SBC deletes the OCSP cached response when this timer expires.

To Copy an OCSP Profile

To copy an OCSP Profile, click the radio button next to the specific OCSP Profile to highlight the row. 

Click Copy OCSP Profile on the OCSP Profile List panel. The Copy Selected OCSP Profile window is displayed.

Figure 4: Security Configuration - OCSP Profile Copy Window

 

Make the required changes to the required fields and click Save to save the changes. The copied OCSP Profile is displayed at the bottom of the original OCSP Profile in the OCSP Profile List panel.

To Delete an OCSP Profile

  1. To delete any of the created OCSP Profile, click the radio button next to the specific OCSP Profile which you want to delete. 
  2. Click the at the end of the highlighted row.
  3. Confirm the deletion when prompted.