Re: issue with revocation list

2011-11-11 Thread Gabriel Marques
...@openssl.org -- Gabriel Marques R&D Technical Leader Fundação CERTI CCD g...@certi.org.br www.certi.org.br Fone: +55 48 3239-2163

Re: [openssl-users] View OCSP response in CMS

2011-09-23 Thread Gabriel Marques
On 22-09-2011 17:34, Dr. Stephen Henson wrote: ... > exptag 6 > ptag 16 > Error reading S/MIME message... > Well it is expecting an OID but is getting a SEQUENCE. Looking at your ASN1 dump perhaps the OID otherRevInfoFormat isn't present? > ... > OtherRevocationInfoFormat ::= SEQUENCE

Re: [openssl-users] View OCSP response in CMS

2011-09-22 Thread Gabriel Marques
[0](1) //signature SET(1 elem) //folded - CMS signer info Thanks for any comment. On 22-09-2011 11:48, Erwann Abalea wrote: Le 22/09/2011 16:10, Dr. Stephen Henson a écrit : On Thu, Sep 22, 2011, Erwann Abalea wrote: ----------

View OCSP response in CMS

2011-09-21 Thread Gabriel Marques
                            [0](1) //signature             SET(1 elem) //folded - CMS signer info Thanks for any comment,    Gabriel Marques __ OpenSSL P

Re: Bug in [ policy_match ] among OpenSSL versions?

2011-09-19 Thread Gabriel Marques
cters seems allowed, though I'm not the one that dare to use them :) BR,    Gabriel. On 19-09-2011 14:20, Dr. Stephen Henson wrote: On Mon, Sep 19, 2011, Gabriel Marques wrote: Hello folks, I'm developing a tool for sig

Bug in [ policy_match ] among OpenSSL versions?

2011-09-19 Thread Gabriel Marques
ecdsaTest' --> openssl ca -in client.csr -out client.pem -cert ca.pem -keyfile ca.key -startdate 110728133018Z -enddate 120728183030Z -batch -noemailDN -- The organizationName field needed to be the same in the CA certificate (ACME SA) and the request (ACME SA) Shoul