See the definition of an OCSPResponse in RFC 2560.
An OCSPResponse may contain an optional sequence of additional
certificates. This is the place to transport the delegated signing cert.
In my understanding, if you request status for a certificate C1, which
was signed by a CA1, and the CA1 choses to use a delegated signing cert
C2, then both C1 and C2 must have been signed by the same CA1.
Although an OCSP response can contain only information related to one
CA, the signed data inside the OCSPResponse contains a sequence of one
or more entries of type SingleResponse. It guess this sequence could
contain status entries for both C1 and C2.
I wonder if an OCSP responder using a delegated signing cert should
always include status information for the delegated signing cert, too.
Kai