Searched refs:remote_cert_eku (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_common.h253 const char *remote_cert_eku; member in struct:tls_options
H A Doptions.h523 const char *remote_cert_eku; member in struct:options
H A Dssl_verify.c357 if (opt->remote_cert_eku != NULL)
359 if (SUCCESS == x509_verify_cert_eku (peer_cert, opt->remote_cert_eku))
H A Doptions.c1608 SHOW_STR (remote_cert_eku);
2322 MUST_BE_UNDEF (remote_cert_eku);
6641 options->remote_cert_eku = p[1];
6651 options->remote_cert_eku = "TLS Web Server Authentication";
6658 options->remote_cert_eku = "TLS Web Client Authentication";
H A Dinit.c2232 to.remote_cert_eku = options->remote_cert_eku;
2491 && !o->remote_cert_eku)

Completed in 132 milliseconds