Re: SEQUENCE order in signed attributes

2011-02-18 Thread Dr. Stephen Henson
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

SEQUENCE order in signed attributes

2011-02-18 Thread massimo.ra...@libero.it
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