On Fri, Mar 22, 2019 at 11:26:31AM +0100, Emeric Brun wrote:
> Hi Pierre,
> 
> On 3/21/19 5:15 PM, Pierre Cheynier wrote:
> > Any attempt to put TLS 1.3 ciphers on servers failed with output 'unable
> > to set TLS 1.3 cipher suites'.
> > 
> > This was due to usage of SSL_CTX_set_cipher_list instead of
> > SSL_CTX_set_ciphersuites in the TLS 1.3 block (protected by
> > OPENSSL_VERSION_NUMBER >= 0x10101000L & so).
> > 
> > Signed-off-by: Pierre Cheynier <p.cheyn...@criteo.com>
> > Reported-by: Damien Claisse <d.clai...@criteo.com>
> > ---
(...)
> Indeed, there is a copy-past mistake here from "ciphers".
> 
> We must merge this patch and and backport is needed on both 1.9 and 1.8.

Now merged, thanks guys.
Willy

Reply via email to