Re: Recommendations for deleting headers by regexp in 2.x?

2020-01-31 Thread James Brown
So how should we move this proposal forward? I'm glad to contribute more patches... On Fri, Jan 24, 2020 at 2:15 AM Willy Tarreau wrote: > On Fri, Jan 24, 2020 at 10:26:34AM +0100, Christopher Faulet wrote: > > Le 24/01/2020 à 09:17, Willy Tarreau a écrit : > > > On Fri, Jan 24, 2020 at 08:28:33

[PATCH] MINOR: ssl: add "issuers-chain-path" directive.

2020-01-31 Thread Emmanuel Hocdet
> Le 31 janv. 2020 à 12:22, Emmanuel Hocdet a écrit : > > I will send a new patch for « issuers-chain-path » with corrections. > 0001-MINOR-ssl-add-issuers-chain-path-directive.patch Description: Binary data

Re: [PATCH] ssl certificates load speedup and dedup (pem/ctx)

2020-01-31 Thread Emmanuel Hocdet
Hi William, > Le 27 janv. 2020 à 16:55, Emmanuel Hocdet a écrit : >> >> With ‘ssl crt foo.pem chain bar.pem’, or crt-list with ‘foo.pem [chain >> bar.pem]’, >> deduplicate chain look like deduplicate ca-file. >> Find ocsp_issuer with this chain doesn’t work directly, but it seems doable. >> For