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 libssl
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 v
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
>> supports very ol
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 S
> 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.
> 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
> (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
On 30/11/2016 17:38, Ludwig, Mark wrote:
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 us
> From: Jeremy Farrell, Wednesday, November 30, 2016 12:25 PM
> Some confusion here. SSL_ctrl() was defined as returning long in 0.9.8a, and
> from what (little) I can see it looks like it was that way back in 0.6.4.
Right, I was confused by looking in derived internal source.
I had no idea we h
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
10 matches
Mail list logo