Hello,

I have got the test app ocsp.c (from the openssl distribution) that sends an
OCSP request to a responder and verifies the result.  This all works
correctly and I am getting a valid response from a valid responder.

However, exactly the same code with exactly the same certs and responder
fails when I put it into my test app.  The OCSP_RESPONSE_print() and
OCSP_REQUEST_print() output exactly the same, but I get

338:error:0D089041:asn1 encoding routines:ASN1_verify:malloc
failure:.\crypto\asn1\a_verify.c:146:
338:error:27069075:OCSP routines:OCSP_basic_verify:signature
failure:.\crypto\ocsp\ocsp_vfy.c:98:t

It seems to have problems decoding the ASN1 strings coming back, but why?
If the code is exacty the same.

Regards,

Tat.


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to