#include "cryptlib.h"
#include "test/test.h"
#include "misc/config.h"
Go to the source code of this file.
|
| int | setRootTrust (const CRYPT_CERTIFICATE cryptCertChain, BOOLEAN *oldTrustValue, const BOOLEAN newTrustValue) |
| |
| int | testBasicCert (void) |
| |
| int | testCACert (void) |
| |
| int | testXyzzyCert (void) |
| |
| int | testTextStringCert (void) |
| |
| int | testComplexCert (void) |
| |
| int | testCertExtension (void) |
| |
| int | testCustomDNCert (void) |
| |
| int | testCertAttributeHandling (void) |
| |
| int | testSETCert (void) |
| |
| int | testAttributeCert (void) |
| |
| int | testCertRequest (void) |
| |
| int | testComplexCertRequest (void) |
| |
| int | testCRMFRequest (void) |
| |
| int | testComplexCRMFRequest (void) |
| |
| int | testCRL (void) |
| |
| int | testComplexCRL (void) |
| |
| int | testRevRequest (void) |
| |
| int | testCertChain (void) |
| |
| int | testCMSAttributes (void) |
| |
| int | initRTCS (CRYPT_CERTIFICATE *cryptRTCSRequest, const CRYPT_CERTIFICATE cryptCert, const int number, const BOOLEAN multipleCerts) |
| |
| int | testRTCSReqResp (void) |
| |
| 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) |
| |
| int | testOCSPReqResp (void) |
| |
| int | testPKIUser (void) |
| |
| #define ONE_YEAR_TIME ( 365 * 86400L ) |
| #define PKIUSER_NAME_INDEX 3 /* Index of name in CERT_DATA info */ |
| int testAttributeCert |
( |
void |
| ) |
|
| int testBasicCert |
( |
void |
| ) |
|
| int testCertAttributeHandling |
( |
void |
| ) |
|
| int testCertChain |
( |
void |
| ) |
|
| int testCertExtension |
( |
void |
| ) |
|
| int testCertRequest |
( |
void |
| ) |
|
| int testCMSAttributes |
( |
void |
| ) |
|
| int testComplexCert |
( |
void |
| ) |
|
| int testComplexCertRequest |
( |
void |
| ) |
|
| int testComplexCRL |
( |
void |
| ) |
|
| int testComplexCRMFRequest |
( |
void |
| ) |
|
| int testCRMFRequest |
( |
void |
| ) |
|
| int testCustomDNCert |
( |
void |
| ) |
|
| int testOCSPReqResp |
( |
void |
| ) |
|
| int testRevRequest |
( |
void |
| ) |
|
| int testRTCSReqResp |
( |
void |
| ) |
|
| int testTextStringCert |
( |
void |
| ) |
|
| int testXyzzyCert |
( |
void |
| ) |
|