Return the number of SingleResponse entries in a basic OCSP response.

Synopsis

Declared in <openssl/ocsp.h>

int
OCSP_resp_count(OCSP_BASICRESP* bs);

Return Value

Number of single responses, or 0 if none.

Parameters

Name

Description

bs

Basic OCSP response to query.

Created with MrDocs