|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdio.h>#include <stdarg.h>#include <windef.h>#include <winbase.h>#include <winreg.h>#include <winerror.h>#include <wincrypt.h>#include "wine/test.h"
Go to the source code of this file.
Functions | |
| static void | testCreateCRL (void) |
| static void | testDupCRL (void) |
| static void | testAddCRL (void) |
| static void | testFindCRL (void) |
| static void | testGetCRLFromStore (void) |
| static void | checkCRLHash (const BYTE *data, DWORD dataLen, ALG_ID algID, PCCRL_CONTEXT context, DWORD propID) |
| static void | testCRLProperties (void) |
| static void | testIsValidCRLForCert (void) |
| static void | testFindCertInCRL (void) |
| static void | testVerifyCRLRevocation (void) |
| START_TEST (crl) | |
Variables | |
| static const BYTE | bigCert [] |
| static const BYTE | bigCert2 [] |
| static const BYTE | bigCertWithDifferentIssuer [] |
| static const BYTE | CRL [] |
| static const BYTE | newerCRL [] |
| static const BYTE | signedCRL [] |
| static const BYTE | v1CRLWithIssuerAndEntry [] |
| static const BYTE | v2CRLWithIssuingDistPoint [] |
| static const BYTE | verisignCRL [] |
| static const BYTE | verisignCommercialSoftPubCA [] |
| static const BYTE | rootWithKeySignAndCRLSign [] |
| static const BYTE | eeCert [] |
| static const BYTE | rootSignedCRL [] |
| static const BYTE | bigCertWithCRLDistPoints [] |
| static const BYTE | crlWithDifferentIssuer [] |
|
static |
Definition at line 812 of file crl.c.
Referenced by testCRLProperties().
| START_TEST | ( | crl | ) |
Definition at line 1167 of file crl.c.
Definition at line 131 of file crl.c.
Referenced by START_TEST().
Definition at line 830 of file crl.c.
Referenced by START_TEST().
Definition at line 108 of file crl.c.
Referenced by START_TEST().
Definition at line 1066 of file crl.c.
Referenced by START_TEST().
Definition at line 409 of file crl.c.
Referenced by START_TEST().
Definition at line 750 of file crl.c.
Referenced by START_TEST().
Definition at line 950 of file crl.c.
Referenced by START_TEST().
Definition at line 1113 of file crl.c.
Referenced by START_TEST().
Definition at line 33 of file crl.c.
Referenced by testCreateCRL(), testFindCertInCRL(), testFindCRL(), testGetCRLFromStore(), testIsValidCRLForCert(), and testVerifyCRLRevocation().
Definition at line 43 of file crl.c.
Referenced by testFindCRL(), and testGetCRLFromStore().
Definition at line 936 of file crl.c.
Referenced by testIsValidCRLForCert().
Definition at line 53 of file crl.c.
Referenced by testFindCRL(), and testIsValidCRLForCert().
Definition at line 64 of file crl.c.
Referenced by testAddCRL(), testCreateCRL(), and testCRLProperties().
Definition at line 1059 of file crl.c.
Referenced by testFindCertInCRL(), and testVerifyCRLRevocation().
Definition at line 358 of file crl.c.
Referenced by testFindCRL().
Definition at line 69 of file crl.c.
Referenced by testAddCRL().
Definition at line 387 of file crl.c.
Referenced by testFindCRL().
Definition at line 324 of file crl.c.
Referenced by testFindCRL().
Definition at line 73 of file crl.c.
Referenced by testAddCRL(), testCreateCRL(), testDupCRL(), testFindCRL(), and testGetCRLFromStore().
Definition at line 235 of file crl.c.
Referenced by testFindCertInCRL(), testFindCRL(), testIsValidCRLForCert(), and testVerifyCRLRevocation().
Definition at line 241 of file crl.c.
Referenced by testFindCRL(), and testIsValidCRLForCert().
Definition at line 285 of file crl.c.
Referenced by testFindCRL().
Definition at line 250 of file crl.c.
Referenced by testFindCertInCRL(), testFindCRL(), testIsValidCRLForCert(), and testVerifyCRLRevocation().