ReactOS 0.4.16-dev-91-g764881a
|
#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 | BOOL (WINAPI *pCertFindCertificateInCRL)(PCCERT_CONTEXT |
static void PCRL_ENTRY *static | PCCRL_CONTEXT (WINAPI *pCertFindCRLInStore)(HCERTSTORE |
static void *static void | init_function_pointers (void) |
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 | PCCRL_CONTEXT |
static | DWORD |
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 843 of file crl.c.
Referenced by testCRLProperties().
Definition at line 84 of file crl.c.
Referenced by START_TEST().
|
static |
START_TEST | ( | crl | ) |
Definition at line 1206 of file crl.c.
Definition at line 143 of file crl.c.
Referenced by START_TEST().
Definition at line 861 of file crl.c.
Referenced by START_TEST().
Definition at line 120 of file crl.c.
Referenced by START_TEST().
Definition at line 1099 of file crl.c.
Referenced by START_TEST().
Definition at line 427 of file crl.c.
Referenced by START_TEST().
Definition at line 781 of file crl.c.
Referenced by START_TEST().
Definition at line 981 of file crl.c.
Referenced by START_TEST().
Definition at line 1152 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 967 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 1092 of file crl.c.
Referenced by testFindCertInCRL(), and testVerifyCRLRevocation().
Definition at line 376 of file crl.c.
Referenced by testFindCRL().
Definition at line 69 of file crl.c.
Referenced by testAddCRL().
Definition at line 405 of file crl.c.
Referenced by testFindCRL().
Definition at line 342 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 253 of file crl.c.
Referenced by testFindCertInCRL(), testFindCRL(), testIsValidCRLForCert(), and testVerifyCRLRevocation().
Definition at line 259 of file crl.c.
Referenced by testFindCRL(), and testIsValidCRLForCert().
Definition at line 303 of file crl.c.
Referenced by testFindCRL().
Definition at line 268 of file crl.c.
Referenced by testFindCertInCRL(), testFindCRL(), testIsValidCRLForCert(), and testVerifyCRLRevocation().