Searched refs:cert_prop (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcryptoapi.h4 int SSL_CTX_use_CryptoAPI_certificate(SSL_CTX *ssl_ctx, const char *cert_prop);
H A Dcryptoapi.c292 static const CERT_CONTEXT *find_certificate_in_store(const char *cert_prop, HCERTSTORE cert_store) argument
295 * 'cert_prop' certificate search string can look like this:
302 if (!strncmp(cert_prop, "SUBJ:", 5)) {
304 cert_prop += 5;
306 0, CERT_FIND_SUBJECT_STR_A, cert_prop, NULL);
308 } else if (!strncmp(cert_prop, "THUMB:", 6)) {
315 cert_prop += 6;
316 for (p = (char *) cert_prop, i = 0; *p && i < sizeof(hash); i++) {
345 int SSL_CTX_use_CryptoAPI_certificate(SSL_CTX *ssl_ctx, const char *cert_prop) argument
364 cd->cert_context = find_certificate_in_store(cert_prop, c
[all...]

Completed in 71 milliseconds