FreeRDP
|
#include <winpr/path.h>
#include <winpr/file.h>
#include <winpr/sysinfo.h>
#include <freerdp/crypto/certificate_store.h>
Functions | |
static int | prepare (const char *currentFileV2) |
static BOOL | setup_config (rdpSettings **settings) |
static BOOL | equal (const char *a, const char *b) |
static BOOL | compare (const rdpCertificateData *data, const rdpCertificateData *stored) |
static BOOL | pem_equal (const char *a, const char *b) |
static BOOL | compare_ex (const rdpCertificateData *data, const rdpCertificateData *stored) |
static BOOL | test_get_data (rdpCertificateStore *store, const rdpCertificateData *data) |
static BOOL | test_get_data_ex (rdpCertificateStore *store, const rdpCertificateData *data) |
static BOOL | test_certs_dir (void) |
int | TestKnownHosts (int argc, char *argv[]) |
Variables | |
static const char | pem1 [] |
static const char | pem2 [] |
static const char | pem3 [] |
static const char | pem4 [] |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
int TestKnownHosts | ( | int | argc, |
char * | argv[] | ||
) |
|
static |
FreeRDP: A Remote Desktop Protocol Implementation
Copyright 2015 Thincast Technologies GmbH Copyright 2015 Armin Novak armin .nov ak@th inca st.co m
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
static |
|
static |
|
static |