https://issues.apache.org/bugzilla/show_bug.cgi?id=54357

--- Comment #24 from Alex Bligh <[email protected]> ---
Hmm - all this talk of combining the hash entry across different vhosts (i.e.
moving stapling_cert_info from modssl_pk_server_t to SSLModConfigRec) assumes
that
    issuer = stapling_get_issuer(mctx, x);
returns the same information irrespective of the mctx.

In theory it would I presume be possible for the same certificate on one vhost
to use a different set of extra_certs than on another, which in theory could
result in a different value of 'issuer' per vhost, and hence in theory a
different cert_info structure. Is this in practice an issue?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to