Re: openssl 3.0 when

2021-11-02 Thread Ruediger Pluem
On 11/2/21 10:31 AM, Joe Orton wrote: > On Tue, Nov 02, 2021 at 09:23:32AM +0100, ste...@eissing.org wrote: >> >>> Am 01.11.2021 um 15:24 schrieb Joe Orton : >>> >>> On Sun, Oct 31, 2021 at 01:35:09PM +0100, ste...@eissing.org wrote: I would like us to come to an understanding what our

websockets in HTTP/2

2021-11-02 Thread ste...@eissing.org
Looking at the support for WebSocket over HTTP/2: - the H2 part itself does not look that complicated. - BUT we need to upgrade out mod_proxy_wstunnel to work on c2 connections that have no real socket. For that, we could make a call like: apr_file_t *ap_get_conn_file_in(conn_rec*); and

Re: [Bug 65665] New: signature file for source tarball has incorrect file name in it

2021-11-02 Thread Ruediger Pluem
On 11/2/21 9:37 AM, ste...@eissing.org wrote: > > >> Am 02.11.2021 um 09:24 schrieb Ruediger Pluem : >> >> I tried to fix the below with r1894662: >> >> Index: r3-push-release-tars.sh >> === >> --- r3-push-release-tars.sh

Re: openssl 3.0 when

2021-11-02 Thread ste...@eissing.org
> Am 01.11.2021 um 15:24 schrieb Joe Orton : > > On Sun, Oct 31, 2021 at 01:35:09PM +0100, ste...@eissing.org wrote: >> I would like us to come to an understanding what our roadmap in >> regard to OpenSSL 3.0 is. People keep on asking about it. >> >> Yesterday, I spent some hours hacking at

Re: [Bug 65665] New: signature file for source tarball has incorrect file name in it

2021-11-02 Thread ste...@eissing.org
> Am 02.11.2021 um 09:24 schrieb Ruediger Pluem : > > I tried to fix the below with r1894662: > > Index: r3-push-release-tars.sh > === > --- r3-push-release-tars.sh (revision 1894661) > +++ r3-push-release-tars.sh (working

Re: openssl 3.0 when

2021-11-02 Thread ste...@eissing.org
> Am 02.11.2021 um 11:56 schrieb Ruediger Pluem : > > > > On 11/2/21 10:31 AM, Joe Orton wrote: >> On Tue, Nov 02, 2021 at 09:23:32AM +0100, ste...@eissing.org wrote: >>> Am 01.11.2021 um 15:24 schrieb Joe Orton : On Sun, Oct 31, 2021 at 01:35:09PM +0100, ste...@eissing.org

Fwd: [Bug 65665] New: signature file for source tarball has incorrect file name in it

2021-11-02 Thread Ruediger Pluem
I tried to fix the below with r1894662: Index: r3-push-release-tars.sh === --- r3-push-release-tars.sh (revision 1894661) +++ r3-push-release-tars.sh (working copy) @@ -86,6 +86,11 @@ dest=`echo $file | sed -e

Re: openssl 3.0 when

2021-11-02 Thread Joe Orton
On Tue, Nov 02, 2021 at 09:23:32AM +0100, ste...@eissing.org wrote: > > > Am 01.11.2021 um 15:24 schrieb Joe Orton : > > > > On Sun, Oct 31, 2021 at 01:35:09PM +0100, ste...@eissing.org wrote: > >> I would like us to come to an understanding what our roadmap in > >> regard to OpenSSL 3.0 is.