Displaying 2 results from an estimated 2 matches for "ssl_ciphersuit".
Did you mean:
  ssl_ciphersuites
  
2020 Sep 24
3
dovecot TSL 1.3 config option 'ssl_ciphersuites' causes fatal error on launch. not supported, bad config, or bug?
...return;
			}
			i_zero(&ssl_set);
			ssl_set.min_protocol = set->ssl_min_protocol;
			ssl_set.cipher_list = set->ssl_cipher_list;
			ssl_set.curve_list = set->ssl_curve_list;
			ssl_set.ca = set->ssl_ca;
		...
there's only mention of
	set->ssl_cipher_list
, not
	set->ssl_ciphersuites
or equivalent, afaict.
if in dovecot's 10-ssl.conf I set
	ssl_cipher_list = ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256
+	ssl_ciphersuites = TLS_CHACHA20_POLY1305_SHA256:TLS_AES_256_GCM_SHA38...
2020 Sep 24
0
dovecot TSL 1.3 config option 'ssl_ciphersuites' causes fatal error on launch. not supported, bad config, or bug?
> On 24/09/2020 05:24 PGNet Dev <pgnet.dev at gmail.com> wrote:
> 
>  
> I've installed
> 
> 	grep PRETTY /etc/os-release
> 		PRETTY_NAME="Fedora 32 (Server Edition)"
> 	dovecot --version
> 		2.3.10.1 (a3d0e1171)
> 	openssl version
> 		OpenSSL 1.1.1g FIPS  21 Apr 2020
> 
> iiuc, Dovecot has apparently had support for setting TLS 1.3