|
ReactOS 0.4.17-dev-470-gf9e3448
|
#include <stdarg.h>#include <stdio.h>#include "ntstatus.h"#include "windef.h"#include "winbase.h"#include "winreg.h"#include "wincrypt.h"#include "winternl.h"#include "wine/debug.h"#include "crypt32_private.h"
Go to the source code of this file.
Classes | |
| struct | CONST_BLOB |
Macros | |
| #define | WIN32_NO_STATUS |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (crypt) | |
| static const char * | trust_status_to_str (DWORD status) |
| static const char * | get_cert_common_name (PCCERT_CONTEXT cert) |
| static void | check_and_store_certs (HCERTSTORE cached, HCERTSTORE new, HCERTSTORE to) |
| static void | add_ms_root_certs (HCERTSTORE to, HCERTSTORE cached) |
| static void | read_trusted_roots_from_known_locations (HCERTSTORE store, HCERTSTORE cached, BOOL *delete) |
| static HCERTSTORE | create_root_store (HCERTSTORE cached, BOOL *delete) |
| void | CRYPT_ImportSystemRootCertsToReg (void) |
Variables | |
| static const BYTE | authenticode [] |
| static const BYTE | rootauthority [] |
| static const BYTE | rootcertauthority [] |
| static const BYTE | rootcertauthority2010 [] |
| static const BYTE | rootcertauthority2011 [] |
| static const struct CONST_BLOB | msRootCerts [] |
| #define WIN32_NO_STATUS |
Definition at line 23 of file rootstore.c.
|
static |
Definition at line 598 of file rootstore.c.
Referenced by create_root_store().
|
static |
Definition at line 101 of file rootstore.c.
Referenced by read_trusted_roots_from_known_locations().
|
static |
Definition at line 721 of file rootstore.c.
Referenced by CRYPT_ImportSystemRootCertsToReg().
Definition at line 738 of file rootstore.c.
Referenced by CRYPT_SysRegOpenStoreW().
|
static |
Definition at line 74 of file rootstore.c.
Referenced by check_and_store_certs().
|
static |
Definition at line 627 of file rootstore.c.
Referenced by create_root_store().
Definition at line 34 of file rootstore.c.
Referenced by check_and_store_certs().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | crypt | ) |
Definition at line 171 of file rootstore.c.
|
static |
Referenced by add_ms_root_certs().
Definition at line 234 of file rootstore.c.
Definition at line 301 of file rootstore.c.
Definition at line 392 of file rootstore.c.
Definition at line 489 of file rootstore.c.