ReactOS 0.4.16-dev-927-g467dec4
|
#include <stdarg.h>
#include <stdio.h>
#include <windef.h>
#include <winbase.h>
#include <winerror.h>
#include <wincrypt.h>
#include "wine/test.h"
Go to the source code of this file.
Functions | |
static void | compareUrlArray (const CRYPT_URL_ARRAY *expected, const CRYPT_URL_ARRAY *got) |
static void | test_getObjectUrl (void) |
static void | make_tmp_file (LPSTR path) |
static void | test_retrieveObjectByUrl (void) |
static | BOOL (WINAPI *pCertVerifyRevocation)(DWORD |
static void | test_verifyRevocation (void) |
START_TEST (cryptnet) | |
Variables | |
static const BYTE | bigCert [] |
static const BYTE | certWithIssuingDistPoint [] |
static const BYTE | certWithCRLDistPoint [] |
static const BYTE | certWithAIAWithCAIssuers [] |
static WCHAR | url [] |
static const BYTE | rootWithKeySignAndCRLSign [] |
static const BYTE | revokedCert [] |
static const BYTE | unRevokedCert [] |
static const BYTE | rootSignedCRLWithBadAKI [] |
static const BYTE | rootSignedCRL [] |
static | DWORD |
static void | PCERT_REVOCATION_PARA |
static void | PCERT_REVOCATION_STATUS |
static SYSTEMTIME | oct2007 = { 2007, 10, 1, 1, 0, 0, 0, 0 } |
static SYSTEMTIME | may2007 = { 2007, 5, 2, 1, 0, 0, 0, 0 } |
|
static |
Definition at line 87 of file cryptnet.c.
Referenced by test_getObjectUrl().
Definition at line 298 of file cryptnet.c.
Referenced by test_retrieveObjectByUrl().
START_TEST | ( | cryptnet | ) |
Definition at line 795 of file cryptnet.c.
Definition at line 105 of file cryptnet.c.
Referenced by START_TEST().
Definition at line 316 of file cryptnet.c.
Referenced by START_TEST().
Definition at line 595 of file cryptnet.c.
Referenced by START_TEST().
Definition at line 29 of file cryptnet.c.
Referenced by test_getObjectUrl(), and test_verifyRevocation().
Definition at line 63 of file cryptnet.c.
Referenced by test_getObjectUrl().
Definition at line 51 of file cryptnet.c.
Referenced by make_tmp_file(), test_getObjectUrl(), and test_retrieveObjectByUrl().
Definition at line 39 of file cryptnet.c.
Referenced by test_getObjectUrl().
Definition at line 587 of file cryptnet.c.
|
static |
Definition at line 593 of file cryptnet.c.
Referenced by test_verifyRevocation().
|
static |
Definition at line 591 of file cryptnet.c.
Referenced by test_verifyRevocation().
Definition at line 588 of file cryptnet.c.
Definition at line 588 of file cryptnet.c.
Definition at line 487 of file cryptnet.c.
Referenced by test_verifyRevocation().
Definition at line 569 of file cryptnet.c.
Referenced by test_verifyRevocation().
Definition at line 548 of file cryptnet.c.
Referenced by test_verifyRevocation().
Definition at line 453 of file cryptnet.c.
Referenced by test_verifyRevocation().
Definition at line 518 of file cryptnet.c.
Referenced by test_verifyRevocation().
|
static |
Definition at line 102 of file cryptnet.c.
Referenced by test_getObjectUrl(), and test_retrieveObjectByUrl().