From 44d8f679980565975a0b0c97112a759a3d3fd3f0 Mon Sep 17 00:00:00 2001 From: Dirk Date: Mon, 12 Jan 2015 23:28:38 +0100 Subject: [PATCH] SNI is not anymore 2do (removed misleading comment) --- utils/prototype.tls-protocol-checker.bash | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/utils/prototype.tls-protocol-checker.bash b/utils/prototype.tls-protocol-checker.bash index 4b2f425..9f9b395 100755 --- a/utils/prototype.tls-protocol-checker.bash +++ b/utils/prototype.tls-protocol-checker.bash @@ -14,8 +14,6 @@ # debug is easier for response: # //openssl s_client -tls1 -debug -connect target:443 /openssl s_client -host target -port 443 -nextprotoneg 'spdy/4a2,spdy/3,spdy/3.1,spdy/2,spdy/1,http/1.1' # todo: TLS 1.3 (https://tools.ietf.org/html/draft-ietf-tls-tls13-03#section-7.4) # todo: DTLS (https://tools.ietf.org/html/rfc4347#section-4.2.2) @@ -371,4 +369,4 @@ echo exit 0 # vim:tw=110:ts=5:sw=5 -# $Id: prototype.tls-protocol-checker.bash,v 1.12 2015/01/12 22:15:12 dirkw Exp $ +# $Id: prototype.tls-protocol-checker.bash,v 1.13 2015/01/12 22:28:35 dirkw Exp $