Re: RE: Nested ASN1 strings and OPENSSL_ALLOW_NESTED_ASN1_STRINGS

2009-03-02 Thread marco varnerin
Come posso disiscrivermi da questa newsletter?? 2009/3/1 Luca Milanesio > Dear Stephen Henson, > > I came into the same issue as Bryn about nested ASN.1 string parsing in > OpenSSL since 0.9.7h. > > I understand the limit for infinite nesting in OCTET STRINGs but I came > into an issue where

RE: RE: Nested ASN1 strings and OPENSSL_ALLOW_NESTED_ASN1_STRINGS

2009-03-01 Thread Luca Milanesio
Dear all ... (and Dr. Stephen Henson), I came into the same issue as Bryn about nested ASN.1 string parsing in OpenSSL since 0.9.7h. I understand the limit for infinite nesting in OCTET STRINGs but I came into an issue where it seems that even a single level nesting is still refused in ASN.1 par

RE: RE: Nested ASN1 strings and OPENSSL_ALLOW_NESTED_ASN1_STRINGS

2009-03-01 Thread Luca Milanesio
Dear Stephen Henson, I came into the same issue as Bryn about nested ASN.1 string parsing in OpenSSL since 0.9.7h. I understand the limit for infinite nesting in OCTET STRINGs but I came into an issue where it seems that even a single level nesting is still refused in ASN.1 parsing. Here's