nnsslCrlStoreRegisterCrl Function

Syntax

NN_EXTERN_C nnResult nnsslCrlStoreRegisterCrl(
     nnsslCrlStore * this_,
     const u8 * pCrlData,
     size_t certDatasize,
     NnSslCrlId * pCrlIdCourier
);

Arguments

Name Description
this_
pCrlData
certDatasize
pCrlIdCourier

Return Values

Description

See the corresponding C++ function nn::ssl::CertStore::RegisterCrl.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL