Home
last modified time | relevance | path

Searched refs:conf_ciphersuites (Results 1 – 8 of 8) sorted by relevance

/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dssl_sock.c4058 const char *conf_ciphersuites; local
4166conf_ciphersuites = (ssl_conf && ssl_conf->ciphersuites) ? ssl_conf->ciphersuites : bind_conf->ssl…
4167 if (conf_ciphersuites &&
4168 !SSL_CTX_set_ciphersuites(ctx, conf_ciphersuites)) {
4170 …err && *err ? *err : "", curproxy->id, conf_ciphersuites, bind_conf->arg, bind_conf->file, bind_co…
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dssl_sock.c4281 const char *conf_ciphersuites; local
4389conf_ciphersuites = (ssl_conf && ssl_conf->ciphersuites) ? ssl_conf->ciphersuites : bind_conf->ssl…
4390 if (conf_ciphersuites &&
4391 !SSL_CTX_set_ciphersuites(ctx, conf_ciphersuites)) {
4393 …err && *err ? *err : "", curproxy->id, conf_ciphersuites, bind_conf->arg, bind_conf->file, bind_co…
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dssl_sock.c4306 const char *conf_ciphersuites; local
4414conf_ciphersuites = (ssl_conf && ssl_conf->ciphersuites) ? ssl_conf->ciphersuites : bind_conf->ssl…
4415 if (conf_ciphersuites &&
4416 !SSL_CTX_set_ciphersuites(ctx, conf_ciphersuites)) {
4418 …err && *err ? *err : "", curproxy->id, conf_ciphersuites, bind_conf->arg, bind_conf->file, bind_co…
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dssl_sock.c4210 const char *conf_ciphersuites; local
4312conf_ciphersuites = (ssl_conf && ssl_conf->ciphersuites) ? ssl_conf->ciphersuites : bind_conf->ssl…
4313 if (conf_ciphersuites &&
4314 !SSL_CTX_set_ciphersuites(ctx, conf_ciphersuites)) {
4316 curproxy->id, conf_ciphersuites, bind_conf->arg, bind_conf->file, bind_conf->line);
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dssl_sock.c4297 const char *conf_ciphersuites; local
4399conf_ciphersuites = (ssl_conf && ssl_conf->ciphersuites) ? ssl_conf->ciphersuites : bind_conf->ssl…
4400 if (conf_ciphersuites &&
4401 !SSL_CTX_set_ciphersuites(ctx, conf_ciphersuites)) {
4403 curproxy->id, conf_ciphersuites, bind_conf->arg, bind_conf->file, bind_conf->line);
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dssl_sock.c4905 const char *conf_ciphersuites; local
5013conf_ciphersuites = (ssl_conf && ssl_conf->ciphersuites) ? ssl_conf->ciphersuites : bind_conf->ssl…
5014 if (conf_ciphersuites &&
5015 !SSL_CTX_set_ciphersuites(ctx, conf_ciphersuites)) {
5018 …*err ? *err : "", curproxy->id, conf_ciphersuites, bind_conf->arg, bind_conf->file, bind_conf->lin…
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dssl_sock.c4352 const char *conf_ciphersuites; local
4454conf_ciphersuites = (ssl_conf && ssl_conf->ciphersuites) ? ssl_conf->ciphersuites : bind_conf->ssl…
4455 if (conf_ciphersuites &&
4456 !SSL_CTX_set_ciphersuites(ctx, conf_ciphersuites)) {
4458 curproxy->id, conf_ciphersuites, bind_conf->arg, bind_conf->file, bind_conf->line);
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dssl_sock.c4829 const char *conf_ciphersuites; local
4937conf_ciphersuites = (ssl_conf && ssl_conf->ciphersuites) ? ssl_conf->ciphersuites : bind_conf->ssl…
4938 if (conf_ciphersuites &&
4939 !SSL_CTX_set_ciphersuites(ctx, conf_ciphersuites)) {
4942 …*err ? *err : "", curproxy->id, conf_ciphersuites, bind_conf->arg, bind_conf->file, bind_conf->lin…