Home
last modified time | relevance | path

Searched refs:ciphersuite_config (Results 1 – 5 of 5) sorted by relevance

/dports/security/openconnect/openconnect-8.10/
H A Dgnutls-dtls.c121 ret = gnutls_priority_init(&cache, vpninfo->ciphersuite_config, NULL); in gather_dtls_ciphers()
191 buf_append(prio, "%s:-VERS-TLS-ALL:+VERS-DTLS-ALL:-KX-ALL:+PSK", vpninfo->ciphersuite_config); in start_dtls_psk_handshake()
H A Dopenssl.c1720 if (!strlen(vpninfo->ciphersuite_config)) { in openconnect_open_https()
1721 strncpy(vpninfo->ciphersuite_config, vpninfo->pfs ? "HIGH:!aNULL:!eNULL:-RSA" : "DEFAULT", in openconnect_open_https()
1722 sizeof(vpninfo->ciphersuite_config)-1); in openconnect_open_https()
1725 if (!SSL_CTX_set_cipher_list(vpninfo->https_ctx, vpninfo->ciphersuite_config)) { in openconnect_open_https()
1728 vpninfo->ciphersuite_config); in openconnect_open_https()
H A Dgnutls.c2203 if (!strlen(vpninfo->ciphersuite_config)) { in openconnect_open_https()
2213 snprintf(vpninfo->ciphersuite_config, sizeof(vpninfo->ciphersuite_config), "%s%s%s", in openconnect_open_https()
2218 vpninfo->ciphersuite_config, NULL); in openconnect_open_https()
2222 vpninfo->ciphersuite_config, gnutls_strerror(err)); in openconnect_open_https()
2624 vpninfo->ciphersuite_config, NULL); in establish_eap_ttls()
H A Dmain.c1802 strncpy(vpninfo->ciphersuite_config, config_arg, sizeof(vpninfo->ciphersuite_config) - 1); in main()
H A Dopenconnect-internal.h535 char ciphersuite_config[256]; member