TLS1.3 ciphersuites configuration way Support

2018-09-28 Thread Alex Zhang
Hello! It seems that OpenSSL has changed the way TLSv1.3 cipher suites are configured. According to the document https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_set_cipher_list.html, the function SSL_CTX_set_cipher_list isn’t suitable for TLSv1.3, instead, SSL_CTX_set_ciphersuits should be use

Re: TLS1.3 ciphersuites configuration way Support

2018-09-28 Thread A. Schulze
Am 28.09.18 um 10:56 schrieb Alex Zhang: > It seems that OpenSSL has changed the way TLSv1.3 cipher suites are > configured.  > According to the document > https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_set_cipher_list.html, the > function SSL_CTX_set_cipher_list isn’t suitable for TLSv1.3

Re: TLS1.3 ciphersuites configuration way Support

2018-09-28 Thread Maxim Dounin
Hello! On Fri, Sep 28, 2018 at 04:56:10AM -0400, Alex Zhang wrote: > It seems that OpenSSL has changed the way TLSv1.3 cipher suites are > configured. > According to the document > https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_set_cipher_list.html, the > function SSL_CTX_set_cipher_list isn’

Re: TLS1.3 ciphersuites configuration way Support

2018-09-28 Thread Alex Zhang
Hello Maxim! Thanks for the replay. I will patch our service to support this temporary way. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx