From simon at josefsson.org Mon Jul 2 16:59:21 2007 From: simon at josefsson.org (Simon Josefsson) Date: Mon, 02 Jul 2007 16:59:21 +0200 Subject: [Help-gnutls] Preparing for the next stable release In-Reply-To: <87d4za50lj.fsf@mocca.josefsson.org> (Simon Josefsson's message of "Mon, 02 Jul 2007 16:42:00 +0200") References: <87d4za50lj.fsf@mocca.josefsson.org> Message-ID: <878x9y4zsm.fsf@mocca.josefsson.org> The next stable release of GnuTLS is close, and I'd like to request that you spend half one hour or so to proof-read the current manual: http://josefsson.org/gnutls/manual/ Pick any section and read it, and if you don't find anything wrong, let me know which section(s) you read. If you find something wrong, please followup on this e-mail and let us know. The documentation quality depends on you! /Simon From kennminitaus at yahoo.de Wed Jul 11 13:30:57 2007 From: kennminitaus at yahoo.de (test test) Date: Wed, 11 Jul 2007 13:30:57 +0200 (CEST) Subject: [Help-gnutls] ASN1 parsing problem - library version mismatch? Message-ID: <20070711113057.39244.qmail@web27915.mail.ukl.yahoo.com> Hello, I'm using version 1.2.0 of GnuTLS on a debian machine and during SSL setup for an application I use "gnutls_certificate_set_x509_key_file" method. Everything works fine, no error is returned if I connect with any browser, but if I use same on a different machine and compile it there (GnuTLS 1.6.1) the method returns an ASN1 Parser problem for DER. Since the certificate/key file which I use is identical, I'm quite confused about this behaviour. I already had a look at mailing list archives and also at documentation (even changelog/release notes) but I did not find any sign why this problem appears. Please give me information regarding the same and also any remedy to get rid of the problem Thx in advance, kennminitaus __________________________________ Alles was der Gesundheit und Entspannung dient. BE A BETTER MEDIZINMANN! www.yahoo.de/clever From simon at josefsson.org Thu Jul 12 12:14:47 2007 From: simon at josefsson.org (Simon Josefsson) Date: Thu, 12 Jul 2007 12:14:47 +0200 Subject: [Help-gnutls] Re: ASN1 parsing problem - library version mismatch? In-Reply-To: <20070711113057.39244.qmail@web27915.mail.ukl.yahoo.com> (test test's message of "Wed, 11 Jul 2007 13:30:57 +0200 (CEST)") References: <20070711113057.39244.qmail@web27915.mail.ukl.yahoo.com> Message-ID: <878x9m3p48.fsf@mocca.josefsson.org> test test writes: > Hello, > > I'm using version 1.2.0 of GnuTLS on a debian machine > and during SSL setup for an application I use > "gnutls_certificate_set_x509_key_file" method. > Everything works fine, no error is returned if I > connect with any browser, but if I use same on a > different machine and compile it there (GnuTLS 1.6.1) > the method returns an ASN1 Parser problem for DER. > Since the certificate/key file which I use is > identical, I'm quite confused about this behaviour. > > I already had a look at mailing list archives and also > at documentation (even changelog/release notes) but I > did not find any sign why this problem appears. > Please give me information regarding the same and also > any remedy to get rid of the problem Hi! That's quite strange, and I don't recall anything that has changed intentionally that may cause that behaviour. I understand you may not want to send your private key to us, but could you perhaps re-create a similar blob using another private key, and see if you can reproduce the problem, and send that blob to us? Alternatively, you could gdb the function and single step and let us know which function fails. /Simon From kennminitaus at yahoo.de Thu Jul 19 12:53:26 2007 From: kennminitaus at yahoo.de (test test) Date: Thu, 19 Jul 2007 12:53:26 +0200 (CEST) Subject: [Help-gnutls] Re: ASN1 parsing problem - library version mismatch? In-Reply-To: <878x9m3p48.fsf@mocca.josefsson.org> Message-ID: <603983.12609.qm@web27906.mail.ukl.yahoo.com> Hello Simon, hope you feel not disturbed, if I contact you again regarding the problem I mentioned regarding the library problem I had. Just wanted to ask, if you were able to reproduce the problem with the certificate set i sent to you. Any idea, what the problem is? Thx in advance, B rgds, kennminitaus --- Simon Josefsson schrieb: > test test writes: > > > Hello, > > > > I'm using version 1.2.0 of GnuTLS on a debian > machine > > and during SSL setup for an application I use > > "gnutls_certificate_set_x509_key_file" method. > > Everything works fine, no error is returned if I > > connect with any browser, but if I use same on a > > different machine and compile it there (GnuTLS > 1.6.1) > > the method returns an ASN1 Parser problem for DER. > > Since the certificate/key file which I use is > > identical, I'm quite confused about this > behaviour. > > > > I already had a look at mailing list archives and > also > > at documentation (even changelog/release notes) > but I > > did not find any sign why this problem appears. > > Please give me information regarding the same and > also > > any remedy to get rid of the problem > > Hi! That's quite strange, and I don't recall > anything that has changed > intentionally that may cause that behaviour. > > I understand you may not want to send your private > key to us, but could > you perhaps re-create a similar blob using another > private key, and see > if you can reproduce the problem, and send that blob > to us? > > Alternatively, you could gdb the function and single > step and let us > know which function fails. > > /Simon > dddd