Re: asn1 encoding routines error: x509_extension, from ssl3_get_server_cert

2013-10-29 Thread Mithun Kumar
Hello Frank, Sorry for the delayed reply. You mean to say S/MIME Capabilities understands this extension but they is no logic to handling the ASN1 sequence? -mithun On Wed, Aug 7, 2013 at 1:57 PM, Frank Migge wrote: > Dear Mithun, > > I came across this thread by researching the same questio

Re: asn1 encoding routines error: x509_extension, from ssl3_get_server_cert

2013-10-29 Thread Mithun Kumar
typo error Hello Frank, Sorry for the delayed reply. You mean to say Openssl understands S/MIME Capabilities extension but they is no logic to handling the ASN1 sequence? On Tue, Oct 29, 2013 at 3:20 PM, Mithun Kumar wrote: > Hello Frank, > > Sorry for the delayed reply. You mean to say S/M

Re: asn1 encoding routines error: x509_extension, from ssl3_get_server_cert

2013-08-07 Thread Frank Migge
Dear Mithun, I came across this thread by researching the same question: > > Does openssl support "S/MIME Capabilities" certificate extension? For the following shortened code: /* display the cert extension list here */ for (i=0; ivalue); } ...used with a CSR having that exte

Re: asn1 encoding routines error: x509_extension, from ssl3_get_server_cert

2013-06-03 Thread Dr. Stephen Henson
On Mon, Jun 03, 2013, Mithun Kumar wrote: > Hello Dave, > > Does openssl support "S/MIME Capabilities" certificate extension? I think > openssl is unable to parse this extension. > OpenSSL wont choke if the contents of an extension are garbage (i.e. those within the octet string wrapper). It wi

Re: asn1 encoding routines error: x509_extension, from ssl3_get_server_cert

2013-06-02 Thread Mithun Kumar
Hello Dave, Does openssl support "S/MIME Capabilities" certificate extension? I think openssl is unable to parse this extension. -mithun On Sat, May 18, 2013 at 1:10 AM, Dave Thompson wrote: > >From: owner-openssl-us...@openssl.org On Behalf Of Mithun Kumar > >Sent: Friday, 17 May, 2013 08:51

RE: asn1 encoding routines error: x509_extension, from ssl3_get_server_cert

2013-05-17 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of Mithun Kumar >Sent: Friday, 17 May, 2013 08:51 >Is anyone aware why below error is thrown by openssl? >0D0680A8:asn1 :ASN1_CHECK_TLEN:wrong tag:tasn_dec.c:1294: >0D07803A:asn1 :ASN1_ITEM_EX_D2I:nested :tasn_dec.c:380:Type=X509_EXTENSION >0D0830

asn1 encoding routines error

2013-05-17 Thread Mithun Kumar
Is anyone aware why below error is thrown by openssl? 33620164:error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag:tasn_dec.c:1294: 33620164:error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error:tasn_dec.c:380:Type=X509_EXTENSION 33620164:error:0D08303A:asn1 encoding