From 2cf4cbdf20b0154470c4b1642a5f8cc0cd97cf7c Mon Sep 17 00:00:00 2001 From: Andreas Kotes Date: Tue, 15 Apr 2014 13:15:16 +0200 Subject: version bump 0.18 --- vchatrc.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vchatrc.ex') diff --git a/vchatrc.ex b/vchatrc.ex index cb399a3..5d2a98f 100755 --- a/vchatrc.ex +++ b/vchatrc.ex @@ -4,7 +4,7 @@ #nick = noname # Auto-set from-tag during login -#from = vc-alpha-0.15 +#from = vc-alpha-0.18 # Server-host to connect to #host = pulse.flatline.de -- cgit v1.2.3 From 0171de7653dbc409f8a936e80a8c9bc3ab3d1bdb Mon Sep 17 00:00:00 2001 From: Andreas Kotes Date: Wed, 16 Apr 2014 15:20:49 +0200 Subject: version 0.19 * fixed version string display * failing on SSL verify failures * removed ignssl option * reenabled ciphers options * added verifyssl option (cert verify depth) --- vchatrc.ex | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'vchatrc.ex') diff --git a/vchatrc.ex b/vchatrc.ex index 5d2a98f..c66d1f9 100755 --- a/vchatrc.ex +++ b/vchatrc.ex @@ -4,7 +4,7 @@ #nick = noname # Auto-set from-tag during login -#from = vc-alpha-0.18 +#from = vc-alpha-0.19 # Server-host to connect to #host = pulse.flatline.de @@ -15,7 +15,10 @@ # Type of ciphers at the SSL-handshake; # further information in the # OpenSSL/mod_ssl/Apache-documentation -#ciphers = HIGH:MEDIUM +# default used before OpenSSL 1.0.0: +#ciphers = DHE-RSA-AES256-SHA +# default used after OpenSSL 1.0.0: +#ciphers = ECDHE-RSA-AES256-GCM-SHA384 # Location of the config-file #conffile = ~/.vchat/config @@ -36,6 +39,9 @@ # Use the certificate for connecting [0|1] #usecert = 1 +# Verify depth for peer certificate +#verifyssl = 2 + # Show the time of the message at start of line [0|1] #usetime = 1 -- cgit v1.2.3