cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Functions
sreqresp.c File Reference
#include "cryptlib.h"
#include "test/test.h"

Go to the source code of this file.

Functions

int initRTCS (CRYPT_CERTIFICATE *cryptRTCSRequest, const CRYPT_CERTIFICATE cryptCertificateTemplate, const int number, const BOOLEAN multipleCerts)
 
int initOCSP (CRYPT_CERTIFICATE *cryptOCSPRequest, const int number, const BOOLEAN ocspv2, const BOOLEAN revokedCert, const BOOLEAN multipleCerts, const CRYPT_SIGNATURELEVEL_TYPE sigLevel, const CRYPT_CONTEXT privKeyContext)
 

Function Documentation

int initOCSP ( CRYPT_CERTIFICATE cryptOCSPRequest,
const int  number,
const BOOLEAN  ocspv2,
const BOOLEAN  revokedCert,
const BOOLEAN  multipleCerts,
const CRYPT_SIGNATURELEVEL_TYPE  sigLevel,
const CRYPT_CONTEXT  privKeyContext 
)

Definition at line 2819 of file certs.c.

int initRTCS ( CRYPT_CERTIFICATE cryptRTCSRequest,
const CRYPT_CERTIFICATE  cryptCertificateTemplate,
const int  number,
const BOOLEAN  multipleCerts 
)

Definition at line 2681 of file certs.c.