Re: OpenSSL 3.4 performance and aws-lc questions

2024-10-30 Thread Илья Шипицин
пн, 28 окт. 2024 г. в 17:55, Aleksandar Lazic : > Hi. > > I have asked about a updated Perfomance tests and got in the GH comment > the > performance link. > > https://github.com/openssl/openssl/issues/20286#issuecomment-2433509052 > => https://openssl-library.org/performance.html > > Have anybody

[PATCH] CI: LibreSSL QUIC Interop: fix docker context

2024-10-30 Thread Ilia Shipitsin
in the commit https://github.com/haproxy/haproxy/commit/98099287ee37e697d1d2aaf01e19107bd064c3c6 building docker was switched to URL, but I forgotten to change context. this is a followup fix. --- .github/workflows/quic-interop-libressl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH 1/3] CI: switch QUIC Interop on LibreSSL to common docker image

2024-10-30 Thread William Lallemand
Hello Ilya, I think you mixed up both patches, one commentary is about libreSSL but contains the aws-lc file, and the contrary for the other one. Regards, On Tue, Oct 29, 2024 at 09:49:01PM +0100, Ilia Shipitsin wrote: > Subject: [PATCH 1/3] CI: switch QUIC Interop on LibreSSL to common docker

Re: [PATCH 1/3] CI: switch QUIC Interop on LibreSSL to common docker image

2024-10-30 Thread William Lallemand
On Wed, Oct 30, 2024 at 04:42:45PM +0100, Илья Шипицин wrote: > Subject: Re: [PATCH 1/3] CI: switch QUIC Interop on LibreSSL to common docker > image > ср, 30 окт. 2024 г. в 16:33, William Lallemand : > > > Hello Ilya, > > > > I think you mixed up both patches, one commentary is about libreSSL bu

Re: [PATCH 1/3] CI: switch QUIC Interop on LibreSSL to common docker image

2024-10-30 Thread Илья Шипицин
ср, 30 окт. 2024 г. в 16:33, William Lallemand : > Hello Ilya, > > I think you mixed up both patches, one commentary is about libreSSL but > contains > the aws-lc file, and the contrary for the other one. > yep. If you do not mind, can you fix it when applying ? or I can send v2 > > Regards, >

Re: [PATCH] CI: LibreSSL QUIC Interop: fix docker context

2024-10-30 Thread William Lallemand
On Wed, Oct 30, 2024 at 07:27:52PM +0100, Ilia Shipitsin wrote: > Subject: [PATCH] CI: LibreSSL QUIC Interop: fix docker context > in the commit > https://github.com/haproxy/haproxy/commit/98099287ee37e697d1d2aaf01e19107bd064c3c6 > building docker was switched to URL, but I forgotten to change con