Re: TLS and bad record mac

2010-03-24 Thread Gregory BELLIER
Tim Hudson a écrit : Gregory BELLIER wrote: I added a cipher in OpenSSL and NSS. I would like to send an email with SMTPs from a modified Thunderbird (because of NSS) to a postfix. The TLS negociation is between NSS and OpenSSL. [snip] Do you have any hint in what could be wrong? Use the

RE: [openssl.org #2194] Unwanted dependencies to user32.dll

2010-03-24 Thread Kees Dekker via RT
-Original Message- From: Andy Polyakov via RT [mailto:r...@openssl.org] Sent: Monday, March 22, 2010 22:48 To: Kees Dekker Cc: openssl-dev@openssl.org Subject: Re: [openssl.org #2194] Unwanted dependencies to user32.dll I agree that OPENSSL_isservice() cannot be changed, ???

RE: [openssl.org #2194] Unwanted dependencies to user32.dll

2010-03-24 Thread Kees Dekker
-Original Message- From: Andy Polyakov via RT [mailto:r...@openssl.org] Sent: Monday, March 22, 2010 22:48 To: Kees Dekker Cc: openssl-dev@openssl.org Subject: Re: [openssl.org #2194] Unwanted dependencies to user32.dll I agree that OPENSSL_isservice() cannot be changed, ???

OpenSSL 0.9.8n released

2010-03-24 Thread OpenSSL
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OpenSSL version 0.9.8n released === OpenSSL - The Open Source toolkit for SSL/TLS http://www.openssl.org/ The OpenSSL project team is pleased to announce the release of version 0.9.8n of our open source

RE: [openssl.org #2192] [PATCH] chil engine displays weird prompts to the end user

2010-03-24 Thread Jaroslav Imrich via RT
Your code successfuly fixed problems no.2 and no.3. However problem no.1 (output of strange binary characters) described in my initial email is still there. Buffer that stores prompt really needs to be zeroed. Please see my initial patch (memset) for more details. Kind Regards Jaroslav

RE: [openssl.org #2192] [PATCH] chil engine displays weird prompts to the end user

2010-03-24 Thread Imrich Jaroslav
Your code successfuly fixed problems no.2 and no.3. However problem no.1 (output of strange binary characters) described in my initial email is still there. Buffer that stores prompt really needs to be zeroed. Please see my initial patch (memset) for more details. Kind Regards Jaroslav Imrich

OpenSSL 0.9.8n v. VMS

2010-03-24 Thread Steven M. Schweda
An OpenSSL 0.9.8n kit which appears to work on VMS should be available at: http://antinode.info/ftp/openssl/0_9_8n/openssl-0_9_8n_s1.zip The suggested changes are the same as for 0.9.8m: http://antinode.info/ftp/openssl/0_9_8m/ Not amazingly, old complaints/questions persist:

[openssl.org #2201] 1.0 beta5, Solaris cc compile options

2010-03-24 Thread Jeff A. Earickson via RT
Hi, Any chance that old compiler options can get fixed for Solaris Studio cc compiler? For solaris-sparcv9-cc option with Sun compiler Studio 12.1 cc (cc: Sun C 5.10 SunOS_sparc Patch 141861-04 2010/02/24) on Sparc (5.10 Generic_142900-06 sun4u), I get the following compiler complaint: cc:

Re: [openssl.org #2192] [PATCH] chil engine displays weird prompts to the end user

2010-03-24 Thread Dr. Stephen Henson
On Wed, Mar 24, 2010, Jaroslav Imrich via RT wrote: Your code successfuly fixed problems no.2 and no.3. However problem no.1 (output of strange binary characters) described in my initial email is still there. Buffer that stores prompt really needs to be zeroed. Please see my initial patch