Searched refs:vhost_id (Results 1 - 8 of 8) sorted by relevance

/httpd/modules/ssl/
H A Dssl_engine_init.c196 sc->vhost_id = ssl_util_vhostid(p, s);
197 sc->vhost_id_len = strlen(sc->vhost_id);
798 "is configured", mctx->sc->vhost_id, cfgp, cfgp);
811 "for certificate revocation", mctx->sc->vhost_id);
833 "enabled", mctx->sc->vhost_id, cfgp);
985 const char *vhost_id = mctx->sc->vhost_id, *key_id, *certfile, *keyfile; local
1006 key_id = apr_psprintf(ptemp, "%s:%d", vhost_id, i);
1137 BN_num_bits(dhparams->p), vhost_id, certfile);
1151 OBJ_nid2sn(nid), vhost_id, certfil
[all...]
H A Dmod_ssl.c417 "[Hint: SSLProxyEngine]", sc->vhost_id);
557 vhost_md5 = ap_md5_binary(c->pool, (unsigned char *)sc->vhost_id,
644 "(server %s)", c->id, sc->vhost_id);
H A Dssl_util_ssl.c392 (mySrvConfig(s))->vhost_id, name,
406 (mySrvConfig(s))->vhost_id,
H A Dssl_engine_kernel.c1545 (mySrvConfigFromConn(c))->vhost_id, msg);
1575 sc->vhost_id);
1581 "but none are configured", sc->vhost_id);
1644 "no client certificate found!?", sc->vhost_id);
2059 (unsigned char *)sc->vhost_id,
2134 "creating new session ticket", sc->vhost_id);
2155 "decrypting existing session ticket", sc->vhost_id);
H A Dssl_util_stapling.c128 "configured for server %s", mctx->sc->vhost_id);
174 mctx->sc->vhost_id);
H A Dssl_engine_pphrase.c137 const char *key_id = asn1_table_vhost_key(mc, p, sc->vhost_id, idx);
H A Dssl_private.h653 const char *vhost_id; member in struct:SSLSrvConfigRec
H A Dssl_engine_config.c212 sc->vhost_id = NULL; /* set during module init */

Completed in 6208 milliseconds