Home
last modified time | relevance | path

Searched refs:cipherstring (Results 1 – 6 of 6) sorted by relevance

/lighttpd1.4/src/
H A Dmod_mbedtls.c1315 …hersuites (server *srv, plugin_config_socket *s, buffer *ciphersuites, const buffer *cipherstring);
1336 buffer *cipherstring = NULL; in mod_mbedtls_ssl_conf_cmd() local
1342 cipherstring = &ds->value; in mod_mbedtls_ssl_conf_cmd()
1424 if (!mod_mbedtls_ssl_conf_ciphersuites(srv, s, ciphersuites, cipherstring)) in mod_mbedtls_ssl_conf_cmd()
3409 …phersuites (server *srv, plugin_config_socket *s, buffer *ciphersuites, const buffer *cipherstring) in mod_mbedtls_ssl_conf_ciphersuites() argument
3481 if (cipherstring && !buffer_is_blank(cipherstring)) { in mod_mbedtls_ssl_conf_ciphersuites()
3482 const buffer *b = cipherstring; in mod_mbedtls_ssl_conf_ciphersuites()
3930 if (cipherstring != s->ssl_cipher_list && s->ssl_cipher_list) in mod_mbedtls_ssl_conf_ciphersuites()
H A Dmod_gnutls.c1645 …hersuites (server *srv, plugin_config_socket *s, buffer *ciphersuites, const buffer *cipherstring);
1668 buffer *cipherstring = NULL; in mod_gnutls_ssl_conf_cmd() local
1677 cipherstring = &ds->value; in mod_gnutls_ssl_conf_cmd()
1764 if (!mod_gnutls_ssl_conf_ciphersuites(srv, s, ciphersuites, cipherstring)) in mod_gnutls_ssl_conf_cmd()
3079 …phersuites (server *srv, plugin_config_socket *s, buffer *ciphersuites, const buffer *cipherstring) in mod_gnutls_ssl_conf_ciphersuites() argument
3135 if (cipherstring && !buffer_is_blank(cipherstring)) { in mod_gnutls_ssl_conf_ciphersuites()
3136 const buffer *b = cipherstring; in mod_gnutls_ssl_conf_ciphersuites()
H A Dmod_nss.c1511 …hersuites (server *srv, plugin_config_socket *s, buffer *ciphersuites, const buffer *cipherstring);
1528 buffer *cipherstring = NULL; in mod_nss_ssl_conf_cmd() local
1537 cipherstring = &ds->value; in mod_nss_ssl_conf_cmd()
1614 if (!mod_nss_ssl_conf_ciphersuites(srv, s, ciphersuites, cipherstring)) in mod_nss_ssl_conf_cmd()
3510 …phersuites (server *srv, plugin_config_socket *s, buffer *ciphersuites, const buffer *cipherstring) in mod_nss_ssl_conf_ciphersuites() argument
3519 if (!cipherstring || buffer_is_blank(cipherstring)) in mod_nss_ssl_conf_ciphersuites()
3544 char *ciphers = strdup(cipherstring->ptr);/*(string modified during parse)*/ in mod_nss_ssl_conf_ciphersuites()
H A Dmod_wolfssl.c3454 buffer *cipherstring = NULL; in mod_openssl_ssl_conf_cmd() local
3463 cipherstring = &ds->value; in mod_openssl_ssl_conf_cmd()
3592 if (cipherstring && !buffer_is_blank(cipherstring)) { in mod_openssl_ssl_conf_cmd()
3594 buffer_append_string_len(cipherstring, in mod_openssl_ssl_conf_cmd()
3596 if (SSL_CTX_set_cipher_list(s->ssl_ctx, cipherstring->ptr) != 1) { in mod_openssl_ssl_conf_cmd()
H A Dmod_openssl.c3759 buffer *cipherstring = NULL; in mod_openssl_ssl_conf_cmd() local
3768 cipherstring = &ds->value; in mod_openssl_ssl_conf_cmd()
3898 if (cipherstring && !buffer_is_blank(cipherstring)) { in mod_openssl_ssl_conf_cmd()
3900 buffer_append_string_len(cipherstring, in mod_openssl_ssl_conf_cmd()
3902 if (SSL_CTX_set_cipher_list(s->ssl_ctx, cipherstring->ptr) != 1) { in mod_openssl_ssl_conf_cmd()
/lighttpd1.4/
H A DNEWS581 * [mod_gnutls,mod_mbedtls] recog common cipherstring
1080 * [mod_gnutls,mod_mbedtls] recog common cipherstring