RSA BSAFE Cert-C

Certificate Components for C

Crypto-C 6.2.1 Developer's Guide
Search

OCSP_ACCEPTABLE_RESPONSES Reference

Defines the acceptable OCSP response types.

This structure is an input parameter to C_SetExtensionValue().

#include <certext.h>

typedef struct OCSP_ACCEPTABLE_RESPONSES {

  unsigned int numTypes;

  ITEM         *type;
} OCSP_ACCEPTABLE_RESPONSES;

Data Fields

unsigned int numTypes
 The number of elements in the array pointed to by type.

ITEM* type
 An array (or allocated block) of acceptable OCSP responses. More...


Field Documentation

ITEM* type
 

An array (or allocated block) of acceptable OCSP responses. Each element contains the DER encoding of the OID value octets for an acceptable OCSP response type. It should not contain the leading type (0x06) or the length octets.


Copyright (c) 1999-2005 RSA Security Inc. All rights reserved. 067-001001-2720-001-000 - 2.7.2