On Fri, Feb 18, 2011, massimo.ra...@libero.it wrote:
> Hello
> I have a problem with the order of the SEQUENCE in the signed attributes:
>
> I read with the function
> cms = d2i_CMS_bio(in, NULL);
> a signed file that has the signed attributes in this order:
> - content type
> - mes
Hello
I have a problem with the order of the SEQUENCE in the signed attributes:
I read with the function
cms = d2i_CMS_bio(in, NULL);
a signed file that has the signed attributes in this order:
- content type
- message digest
- signing certificate v2
- signing Time
when I wr