[openssl-dev] [openssl.org #3851] bug report; error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac

2015-05-15 Thread Gola, Shailender K via RT
I am getting following error connecting to a server running on Solaris 10 only from other platform (Linux, HP, Windows). Connection is dropped by Solaris server after 1408F119 error. error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac (this is also true in all other

Re: [openssl-dev] Adding a new Engine to OpenSSL

2015-05-15 Thread David Woodhouse
On Fri, 2015-05-15 at 17:17 +0530, Animesh Das wrote: > > I have a new hardware crypto engine. The device can be accessed > from user space application opening the device like > "/dev/mydevice". There are also some IOCTLs which can be used from > user space. I want to add that device as one o

Re: [openssl-dev] Adding a new Engine to OpenSSL

2015-05-15 Thread Matt Caswell
On 15/05/15 12:47, Animesh Das wrote: > Hi, > > I have a new hardware crypto engine. The device can be accessed from > user space application opening the device like "/dev/mydevice". There > are also some IOCTLs which can be used from user space. I want to add > that device as one of the engin

[openssl-dev] Adding a new Engine to OpenSSL

2015-05-15 Thread Animesh Das
Hi, I have a new hardware crypto engine. The device can be accessed from user space application opening the device like "/dev/mydevice". There are also some IOCTLs which can be used from user space. I want to add that device as one of the engines of OpenSSL so that the encryption/decryption proc