<div dir="auto"><div><div class="gmail_quote"><div dir="ltr"><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I've been developing some broadcast apps signing logic on a TV.<br>
<br>
Actually, I should receive and verify the signing information such as certificates and ocsp responses which are included in CMS signed data format.<br>
These application data are sent to TV with certain frequency without internet connection. And, CMS signed data is attached to SMIME.<br>
<br>
So, I succeeded to extract and use the certificates through "CMS_get1_certs" to use it on verification processes.<br>
<br>
But, in case of ocsp responses I do not know how to get it.<br>
I've tried to extract OCSP responses through "STACK_OF(CMS_RevocationInfoChoice) *crls;" , "CMS_OtherRevocationInfoFormat *other;" and etc in CMS_Signed_data, but failed.<br>
Not only it's a private, but also Most of apis related to CMS_OtherRevocationInfoFormat are unaccessible.<br>
<br>
Could you help me to solve this problem??<br>
<br>
p.s. In contrast, as for crls there is an efficient api named "CMS_get1_crls".<br>
</blockquote></div></div></div>