On Wed, Sep 21, 2011, Gabriel Marques wrote:
>     I'm developing a tool for signing digital TV apps, and one of the
>     goals was to embed OCSP responses into the CMS signature file of the
>     application.
>     The idea is that the broadcaster equipment would query the OCSP and
>     update the response with certain frequency, so that the receiver
>     could check the certificate validity without Internet connection.<br>
>     <br>
>     Well, using the BouncyCastle lib I've forcedly embedded the response
>     in the OtherRevocationInfoFormat field of the CMS file, but OpenSSL
>     does not like the way I did it:

Please don't post using HTML.

It looks like the encoding is wrong, the data is being embedded as though it
is a CRL hence the parsing error.

If you could include the encoded test data with another message I could
confirm that.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to