Re: [PHP-DEV] OpenSSL ext status including port to OpenSSL 1.1

2016-10-23 Thread Jakub Zelenka
Hey On Tue, Oct 11, 2016 at 6:01 PM, Davey Shafik wrote: > > 7.1 no longer supports LibreSSL due to the usage of some new openssl > changes, you can find the errors http://awel.domblogger. > net/7/php7/ssl_error.txt and a patch by the reporter here: >

Re: [PHP-DEV] OpenSSL ext status including port to OpenSSL 1.1

2016-10-11 Thread Jakub Zelenka
On 11 Oct 2016 11:57, "Remi Collet" wrote: > > Le 20/03/2016 à 20:50, Jakub Zelenka a écrit : > > Hi, > > > > I just wanted to send a quick update about my recent work on openssl ext in > > Can you please update the state of openssl 1.1.0 compatibility ? > > I see most

Re: [PHP-DEV] OpenSSL ext status including port to OpenSSL 1.1

2016-10-11 Thread Davey Shafik
Remi, I'm glad this was followed up on, it is likely the source of a reported issue! 7.1 no longer supports LibreSSL due to the usage of some new openssl changes, you can find the errors http://awel.domblogger. net/7/php7/ssl_error.txt and a patch by the reporter here:

Re: [PHP-DEV] OpenSSL ext status including port to OpenSSL 1.1

2016-10-11 Thread Remi Collet
Le 11/10/2016 à 12:56, Remi Collet a écrit : > Le 20/03/2016 à 20:50, Jakub Zelenka a écrit : >> Hi, >> >> I just wanted to send a quick update about my recent work on openssl ext in > > Can you please update the state of openssl 1.1.0 compatibility ? > > I see most work done in master ? > Not

Re: [PHP-DEV] OpenSSL ext status including port to OpenSSL 1.1

2016-10-11 Thread Remi Collet
Le 20/03/2016 à 20:50, Jakub Zelenka a écrit : > Hi, > > I just wanted to send a quick update about my recent work on openssl ext in Can you please update the state of openssl 1.1.0 compatibility ? I see most work done in master ? Not in 7.0 or 7.1 ? Remi. P.S. openssl 1.1.0b just hit

Re: [PHP-DEV] OpenSSL ext status including port to OpenSSL 1.1

2016-03-21 Thread Jakub Zelenka
Hi David On Sun, Mar 20, 2016 at 9:08 PM, David Zuelke wrote: > On 20.03.2016, at 20:50, Jakub Zelenka wrote: > > > > Hi, > > > > I just wanted to send a quick update about my recent work on openssl ext > in > > case someone else wanted to start something

Re: [PHP-DEV] OpenSSL ext status including port to OpenSSL 1.1

2016-03-20 Thread Niklas Keller
> > > I have got a port of the extension to work on OpenSSL 1.1. There has been > > quite a bit of changes mainly due to the fact that most structures are > now > > opaque (but also some other changes) > > I assume 1.0.whatever-is-in-ubuntu will remain usable? Or do we plan on > requiring 1.1 in,

Re: [PHP-DEV] OpenSSL ext status including port to OpenSSL 1.1

2016-03-20 Thread David Zuelke
On 20.03.2016, at 20:50, Jakub Zelenka wrote: > > Hi, > > I just wanted to send a quick update about my recent work on openssl ext in > case someone else wanted to start something similar so we don't have a > wasted effort on that. :) > > 1. Error queueing > > I'm more or less

[PHP-DEV] OpenSSL ext status including port to OpenSSL 1.1

2016-03-20 Thread Jakub Zelenka
Hi, I just wanted to send a quick update about my recent work on openssl ext in case someone else wanted to start something similar so we don't have a wasted effort on that. :) 1. Error queueing I'm more or less done with a patch for error storing and clearing OpenSSL error queue: