|
static void | delete_file (char *path) |
|
static void | smartcardKeyInfo_Free (SmartcardKeyInfo *key_info) |
|
void | smartcardCertInfo_Free (SmartcardCertInfo *scCert) |
|
void | smartcardCertList_Free (SmartcardCertInfo **cert_list, size_t count) |
|
static BOOL | add_cert_to_list (SmartcardCertInfo ***certInfoList, size_t *count, SmartcardCertInfo *certInfo) |
|
static BOOL | treat_sc_cert (SmartcardCertInfo *scCert) |
|
static BOOL | set_info_certificate (SmartcardCertInfo *cert, BYTE *certBytes, DWORD cbCertBytes, const char *userFilter, const char *domainFilter) |
|
static BOOL | build_pkinit_args (NCRYPT_PROV_HANDLE provider, SmartcardCertInfo *scCert) |
|
static BOOL | list_provider_keys (const rdpSettings *settings, NCRYPT_PROV_HANDLE provider, LPCWSTR csp, LPCWSTR scope, const char *userFilter, const char *domainFilter, SmartcardCertInfo ***pcerts, size_t *pcount) |
|
static BOOL | smartcard_hw_enumerateCerts (const rdpSettings *settings, LPCWSTR csp, const char *reader, const char *userFilter, const char *domainFilter, SmartcardCertInfo ***scCerts, size_t *retCount) |
|
static char * | create_temporary_file (void) |
|
static SmartcardCertInfo * | smartcardCertInfo_New (const char *privKeyPEM, const char *certPEM) |
|
static BOOL | smartcard_sw_enumerateCerts (const rdpSettings *settings, SmartcardCertInfo ***scCerts, size_t *retCount) |
|
BOOL | smartcard_enumerateCerts (const rdpSettings *settings, SmartcardCertInfo ***scCerts, size_t *retCount, BOOL gateway) |
|
static BOOL | set_settings_from_smartcard (rdpSettings *settings, FreeRDP_Settings_Keys_String id, const char *value) |
|
BOOL | smartcard_getCert (const rdpContext *context, SmartcardCertInfo **cert, BOOL gateway) |
|
FreeRDP: A Remote Desktop Protocol Implementation Logging in with smartcards
Copyright 2022 David Fort conta.nosp@m.ct@h.nosp@m.arden.nosp@m.ing-.nosp@m.consu.nosp@m.ltin.nosp@m.g.com
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.