RE: Urgent Help in regarding openssl library

2007-06-25 Thread lavanya.golla
hu 6/14/2007 1:51 PM To: openssl-users@openssl.org; openssl-users@openssl.org Subject: RE: Urgent Help in regarding openssl library Hi, Thank you for the repsonse. But what can be the reason for bad key. Can it be that client encrypted with a different session key and the server is decrypting

RE: Urgent Help in regarding openssl library

2007-06-15 Thread Marek Marcola
Hello, > > But what can be the reason for bad key. Can it be that > client encrypted with a different session key and the server is > decrypting with another session's key. This may happen for example when memory regions witch holds this keys are damaged ... > Mostly we are seeing this fault wh

RE: Urgent Help in regarding openssl library

2007-06-14 Thread lavanya.golla
nya Golla. From: [EMAIL PROTECTED] on behalf of Marek Marcola Sent: Thu 6/14/2007 1:34 PM To: openssl-users@openssl.org Subject: RE: Urgent Help in regarding openssl library Hello, > In continuation with the error we have motioned before we have the > below

RE: Urgent Help in regarding openssl library

2007-06-14 Thread Marek Marcola
Hello, > In continuation with the error we have motioned before we have the > below query:- > > If an SSL record has no padding bytes then how does openSSL handle it? If we are talking about block cipher used to establish SSL connection like DES or AES then padding is always used. When any side (

RE: Urgent Help in regarding openssl library

2007-06-13 Thread lavanya.golla
find it? Thanks & Regards, Lavanya Golla. From: [EMAIL PROTECTED] on behalf of Marek Marcola Sent: Tue 5/29/2007 6:39 PM To: openssl-users@openssl.org Subject: Re: Urgent Help in regarding openssl library Hello, > We are mailing regrding an error we are

Re: Urgent Help in regarding openssl library

2007-05-30 Thread jimmy
[EMAIL PROTECTED] wrote: Hi All, 1) We are using UNIX SLES 10. 2) When there are large number of TLS negotiations being done in as very short span of time this error comes. are you doing this in a multi-threaded app? in that case have you initialized the locking callbacks? P.S. such

Re: Urgent Help in regarding openssl library

2007-05-29 Thread Marek Marcola
Hello, > We are mailing regrding an error we are getting while implementing > openssl libraries for our application. > > The error we get is as below:- > SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac. > > We are using open ssl 0.9.7g. Kinldy can you give us some help or at >