thanks for the update Maxim but unfortunately still nok ...
my openssl.conf
[default_conf]
ssl_conf = ssl_sect
[ssl_sect]
system_default = system_default_sect
[system_default_sect]
Options = ServerPreference,PrioritizeChaCha
[req]
distinguished_name = req_distinguished_name
req_extensions = v3_re
Hello!
On Sun, May 03, 2020 at 07:04:49PM +0200, Vincent Blondel wrote:
> Hello,
>
> Trying to get CHACHA20-POLY1305 Server Preference ... Working with tlsv1.2
> but NOK with tlsv1.3
>
> ** Tried with a Custom OpenSSL.conf ServerPreference,PrioritizeChaCha
>
> OPENSSL_CONF=$HOME/conf/openssl.c
Hello,
Trying to get CHACHA20-POLY1305 Server Preference ... Working with tlsv1.2
but NOK with tlsv1.3
** Tried with a Custom OpenSSL.conf ServerPreference,PrioritizeChaCha
OPENSSL_CONF=$HOME/conf/openssl.conf $HOME/bin/nginx.exe
[default_conf]
ssl_conf = ssl_sect
[ssl_sect]
system_default = sy