Re: [DISCUSS] My way to enable tls 1.3 cipher suites with apisix

2020-01-09 Thread Justin Mclean
Hi, Please read [1] as heir may be implications here. Thanks, Justin 1. https://www.apache.org/dev/crypto.html

[DISCUSS] My way to enable tls 1.3 cipher suites with apisix

2020-01-09 Thread Lang Wang
Hello community, ### OpenSSL has implemented support for five TLSv1.3 ciphersuites as follows: TLS13-AES-256-GCM-SHA384 TLS13-CHACHA20-POLY1305-SHA256 TLS13-AES-128-GCM-SHA256 TLS13-AES-128-CCM-8-SHA256 TLS13-AES-128-CCM-SHA256 via: https://www.openssl.org/blog/blog/2017/05/04/tlsv1.3/ ### The