Return the number of extensions on a basic OCSP response.

Synopsis

Declared in <openssl/ocsp.h>

int
OCSP_BASICRESP_get_ext_count(OCSP_BASICRESP* x);

Return Value

Extension count, or 0 if none.

Parameters

Name

Description

x

Basic OCSP response to query.

Created with MrDocs