Searched defs:serverhello_sct_list (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dmod_ssl_ct.c141 void *serverhello_sct_list; member in struct:ct_conn_config
1603 if (conncfg->serverhello_sct_list) {
1604 SHA256_Update(&sha256ctx, conncfg->serverhello_sct_list,
1673 if (conncfg->serverhello_sct_list) {
1675 conncfg->serverhello_sct_list,
1709 if (rv == APR_SUCCESS && conncfg->serverhello_sct_list) {
1710 rv = deserialize_SCTs(p, conncfg, conncfg->serverhello_sct_list,
2053 conncfg->serverhello_sct_list = apr_pmemdup(c->pool, in, inlen);
2156 conncfg->cert_sct_list, conncfg->serverhello_sct_list,
2163 if (conncfg->cert_sct_list || conncfg->serverhello_sct_list
[all...]

Completed in 504 milliseconds