Re: decryption failed or bad record mac

2014-04-04 Thread Costas Stasimos
Thanks a lot for the answer. I download the libssl1.0.0_1.0.1e-2 and the error seems to be solved. Therefore it was a bug that solved at 1.0.1e-2. Thanks a lot 2014-04-03 20:03 GMT+03:00 Kurt Roeckx : > On Thu, Apr 03, 2014 at 02:33:17PM +0300, Costas Stasimos wrote: > > Hello! > > > > I use

Re: decryption failed or bad record mac

2014-04-03 Thread Kurt Roeckx
On Thu, Apr 03, 2014 at 02:33:17PM +0300, Costas Stasimos wrote: > Hello! > > I use openssl-1.0.1e in a debian system and i try to make some scenarios > with TLSv1.2 using the applications s_server and s_client. Is that the version from debian, or are you building your own version? There was a p

Re: decryption failed or bad record mac

2014-04-03 Thread Viktor Dukhovni
On Thu, Apr 03, 2014 at 02:33:17PM +0300, Costas Stasimos wrote: [ I think this thread belongs on openss-users, not openssl-dev, setting Reply-To: accordingly. ] > I use openssl-1.0.1e in a debian system and i try to make some scenarios > with TLSv1.2 using the applications s_server and s_clien

decryption failed or bad record mac

2014-04-03 Thread Costas Stasimos
Hello! I use openssl-1.0.1e in a debian system and i try to make some scenarios with TLSv1.2 using the applications s_server and s_client. I run on the same system in different consoles openssl s_server -accept 4061 -tls1_2 -cert /root/CERT.pem -key /root/CERTKey.pem -pass stdin -CApath /root/

RE: decryption failed or bad record mac error on SSL connection

2013-10-04 Thread Perrow, Graeme
er-openssl-...@openssl.org [mailto:owner-openssl-...@openssl.org] On Behalf Of david.ll...@fsmail.net Sent: Thursday, October 03, 2013 4:35 PM To: openssl-dev@openssl.org; openssl-dev@openssl.org Subject: RE: decryption failed or bad record mac error on SSL connection Hi, The bad MAC (message authenticati

RE: decryption failed or bad record mac error on SSL connection

2013-10-03 Thread david . lloyd
side. You'll probably find that you've miscalculated a buffer size or something. Maybe you've got some packet fragmentation... David L > Message Received: Oct 03 2013, 07:30 PM > From: "Perrow, Graeme" > To: "openssl-dev@openssl.org" > Cc:

decryption failed or bad record mac error on SSL connection

2013-10-03 Thread Perrow, Graeme
I am seeing an error on some SSL connections between two different Windows machines. Both are using OpenSSL 1.0.1e. The error is: 3612:error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac:.\ssl\s3_pkt.c:484: This shows up on a connection (the TLS client, if it matter

Re: Fw: 1.0.0e decryption failed or bad record mac

2013-08-23 Thread Dr. Stephen Henson
On Fri, Aug 23, 2013, Mark Pietras wrote: > > Clearly this would be impacting the cipher choice, and it may well be > choosing AES over another with the server preference on, so the next thing > we'll try is re-inserting the server preference, and immediately after the > process SSL_library_init(

Re: Fw: 1.0.0e decryption failed or bad record mac

2013-08-23 Thread Mark Pietras
From: Dr. Stephen Henson To: openssl-dev@openssl.org Sent: Friday, August 23, 2013 1:27 PM Subject: Re: Fw: 1.0.0e decryption failed or bad record mac On Fri, Aug 23, 2013, Mark Pietras wrote: > More information on our issue... it appears that th

Re: Fw: 1.0.0e decryption failed or bad record mac

2013-08-23 Thread Dr. Stephen Henson
On Fri, Aug 23, 2013, Mark Pietras wrote: > More information on our issue... it appears that the failure is occurring in > a SSL_read that had immediately followed a SSL_write on the > same SSL-instance/socket.  Some instances of the issue are during the same > thread slice and some have a context

Re: Fw: 1.0.0e decryption failed or bad record mac

2013-08-23 Thread Mark Pietras
dnesday, August 21, 2013 12:38 PM Subject: Re: Fw: 1.0.0e decryption failed or bad record mac We rebuilt OpenSSL 1.0.1e with the changes from commit 9ab3ce124616 and it does not impact the problem we're seeing. For what it's worth, we're seeing this "decryption failed or ba

Re: Fw: 1.0.0e decryption failed or bad record mac

2013-08-21 Thread Mark Pietras
We rebuilt OpenSSL 1.0.1e with the changes from commit 9ab3ce124616 and it does not impact the problem we're seeing. For what it's worth, we're seeing this "decryption failed or bad record mac" pretty regularly.  We see it dozens of times per hour on a server with

Re: Fw: 1.0.0e decryption failed or bad record mac

2013-08-16 Thread Mark Pietras
iday, August 16, 2013 3:15 PM Subject: Re: Fw: 1.0.0e decryption failed or bad record mac On Fri, Aug 16, 2013, Mark Pietras wrote: > Posted something similar to -users but I thought it might make more sense > here on -dev, I apologize if that's not the case: > > > Recently (w

Re: Fw: 1.0.0e decryption failed or bad record mac

2013-08-16 Thread Mark Pietras
3:15 PM Subject: Re: Fw: 1.0.0e decryption failed or bad record mac On Fri, Aug 16, 2013, Mark Pietras wrote: > Posted something similar to -users but I thought it might make more sense > here on -dev, I apologize if that's not the case: > > > Recently (within last mont

Re: Fw: 1.0.0e decryption failed or bad record mac

2013-08-16 Thread Dr. Stephen Henson
On Fri, Aug 16, 2013, Mark Pietras wrote: > Posted something similar to -users but I thought it might make more sense > here on -dev, I apologize if that's not the case: > > > Recently (within last month or so), we started randomly getting this error > in the middle of active long-duration conne

Fw: 1.0.0e decryption failed or bad record mac

2013-08-16 Thread Mark Pietras
Posted something similar to -users but I thought it might make more sense here on -dev, I apologize if that's not the case: Recently (within last month or so), we started randomly getting this error in the middle of active long-duration connections (connection having been open minutes to hours

read error: decryption failed or bad record mac

2013-02-26 Thread Imre Deak
Hi, I have Ubuntu-12.10/irssi 0.8.15/libssl 1.0.1c-3. After connecting successfully to an SSL IRC server and joining some channel on it, I get the error read error: decryption failed or bad record mac after which the connection terminates. I didn't have any problem with this before, the