[openssl-users] Openssl connects with Des-Cbc-sha in tls1. 2

2016-11-30 Thread vishnu raju
Hi all, I am getting connection success in a tls1.2 connection with Des-Cbc-sha cipher. But upto my knowledge this cipher is depreciated on tls1.2. Thanks for your help. Regards, Vishnu -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] Return type of SSL_ctrl

2016-11-30 Thread Salz, Rich
> (Does OpenSSL support any platform in which type int is 16 bits?) No. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] Return type of SSL_ctrl

2016-11-30 Thread Ludwig, Mark
> From: Salz, Rich, Wednesday, November 30, 2016 9:38 AM > > > We're moving up to OpenSSL 1.0.2j from OpenSSL 0.9.8, and > > noticed that the SSL functions based on SSL_ctrl() changed from returning > > type int to returning type long. > > The "proper" answer is to not use long, but rather sized

Re: [openssl-users] Return type of SSL_ctrl

2016-11-30 Thread Salz, Rich
> We're moving up to OpenSSL 1.0.2j from OpenSSL 0.9.8, and > noticed that the SSL functions based on SSL_ctrl() changed from returning > type int to returning type long. The when and the why is probably lost to history. Doing 'git log' and looking for SSL_ctrl doesn't show anything. Oh well.

[openssl-users] Return type of SSL_ctrl

2016-11-30 Thread Ludwig, Mark
Greetings, We're moving up to OpenSSL 1.0.2j from OpenSSL 0.9.8, and noticed that the SSL functions based on SSL_ctrl() changed from returning type int to returning type long. It's not clear why this is necessary, by spot-checking the documented numerical domain of the return values of the

Re: [openssl-users] When ciphers are deprecated?

2016-11-30 Thread Mattia Rossi
Thanks Matt, it's all i need! 2016-11-30 10:58 GMT+01:00 Matt Caswell : > > > On 30/11/16 09:35, Mattia Rossi wrote: >> Hi all, >> >> After updating from 1.0.2h to 1.0.2j some of my PHP script is broken, >> because it can't connect to the server, after some research the server

Re: [openssl-users] When ciphers are deprecated?

2016-11-30 Thread Matt Caswell
On 30/11/16 09:35, Mattia Rossi wrote: > Hi all, > > After updating from 1.0.2h to 1.0.2j some of my PHP script is broken, > because it can't connect to the server, after some research the server > supports very old TLSv1.0 ciphers. > > So i check what ciphers PHP query for and with different

[openssl-users] When ciphers are deprecated?

2016-11-30 Thread Mattia Rossi
Hi all, After updating from 1.0.2h to 1.0.2j some of my PHP script is broken, because it can't connect to the server, after some research the server supports very old TLSv1.0 ciphers. So i check what ciphers PHP query for and with different versions of openssl i get different result, so in