Re: LibreSSL 3.6.0 QUIC support with HAProxy 2.7

2022-10-05 Thread Илья Шипицин
libressl-3.6.0  was released yesterday

[image: image.png]


hopefully, github pipeline will pick it on the next build (it tries to pick
latest available).
we can modify github pipeline to use quic for libressl builds

чт, 15 сент. 2022 г. в 13:54, William Lallemand :

> On Thu, Sep 15, 2022 at 01:06:25AM +0200, Aleksandar Lazic wrote:
> > Hi William.
> >
> > [...]
> > How about to change this to something like
> >
> > Built with SSL Library version
> > Running on SSL Library version
> > SSL library supports ...
> >
> > Because it's confusing :-)
> >
> > Built with OpenSSL version : LibreSSL 3.6.0
> >
> > I thought also something like
> >
> > Built with (OpenSSL|LibreSSL) version : LibreSSL 3.6.0
> >
> > But this looks ugly to me.
> >
> >
>
> I get your point, but this is still a library from the OpenSSL family, a
> fork which uses most of the OpenSSL API, you still have to build with
> USE_OPENSSL=1. It's the same for OpenSSL, LibreSSL, quicTLS, BoringSSL.
>
> At some point if we add a whole new API, for example gnuTLS or wolfssl,
> this would be a whole new API, and we would have to rename the defines
> and probably this line in haproxy -vv.
>
> --
> William Lallemand
>
>


[PR] DOC: fix function formatting for http-request set-var and set-var-fmt

2022-10-05 Thread PR Bot
Dear list!

Author: Nik 
Number of patches: 1

This is an automated relay of the Github pull request:
   DOC: fix function formatting for http-request set-var and set-var-fmt

Patch title(s): 
   DOC: fix function formatting for http-request set-var and http-request 
set-var-fmt

Link:
   https://github.com/haproxy/haproxy/pull/1888

Edit locally:
   wget https://github.com/haproxy/haproxy/pull/1888.patch && vi 1888.patch

Apply locally:
   curl https://github.com/haproxy/haproxy/pull/1888.patch | git am -

Description:
   Hi. There is a formatting issue with `http-request set-var` and `http-
   request set-var-fmt`. When `dconv` builds the documentation it doesn't
   expect `...` in that part of the keyword so it gets skipped.
   ![set-var](https://user-images.githubusercontent.com/10053187/19404500
   9-b0ecab6a-8595-4fa5-b77d-816dfd112e30.png)
   
   I don't feel
   comfortable editing `dconv` since it relies on a complex regex that
   might affect other keywords so I added a quick fix by removing `...`.
   https://user-images.githubuser
   content.com/10053187/194045023-050ebf13-fb7e-4692-b520-526c06cc38bf.pn
   g">
   
   _(The formatting on the screenshot above is a bit off
   because I did a local build and didn't serve the files from a
   webserver)_

Instructions:
   This github pull request will be closed automatically; patch should be
   reviewed on the haproxy mailing list (haproxy@formilux.org). Everyone is
   invited to comment, even the patch's author. Please keep the author and
   list CCed in replies. Please note that in absence of any response this
   pull request will be lost.