Re: Parsing ocsp response data to locate the correct one

2013-03-05 Thread Geoff Swan
On 5/03/2013 10:56 PM, Dr. Stephen Henson wrote: > On Tue, Mar 05, 2013, Geoff Swan wrote: > >> Hi, >> >> I have an ocsp response in memory. The response may contain 1 or more >> (probably about 20) ocsp responses for certificates based on the same >> issuer name and issuer key. >> >> I need to lo

RE: Parsing ocsp response data to locate the correct one

2013-03-05 Thread Salz, Rich
> I need to locate the response that is relevant for the certificate of > interest Is the usual method > to parse each response and match the cert serial number to find the index to > the correct ocsp response? Yes. -- Principal Security Engineer Akamai Technology Cambridge, MA ___

Re: Parsing ocsp response data to locate the correct one

2013-03-05 Thread Dr. Stephen Henson
On Tue, Mar 05, 2013, Geoff Swan wrote: > Hi, > > I have an ocsp response in memory. The response may contain 1 or more > (probably about 20) ocsp responses for certificates based on the same > issuer name and issuer key. > > I need to locate the response that is relevant for the certificate of