From: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
To: Elia Pinto <gitter.spiros@gmail.com>
Cc: "Torsten Bögershausen" <tboegi@web.de>,
"git@vger.kernel.org" <git@vger.kernel.org>,
"Remi Galan Alfonso" <remi.galan-alfonso@ensimag.grenoble-inp.fr>
Subject: Re: [PATCH v3] http: add support for specifying the SSL version
Date: Thu, 13 Aug 2015 19:24:54 +0300 [thread overview]
Message-ID: <20150813162454.GA18545@LK-Perkele-VII> (raw)
In-Reply-To: <CA+EOSBkzU=6pKkqYdGqRRcbbudTJkRwcXxswP+zMshVrZaM_mw@mail.gmail.com>
On Thu, Aug 13, 2015 at 06:10:48PM +0200, Elia Pinto wrote:
> 2015-08-13 18:01 GMT+02:00 Torsten Bögershausen <tboegi@web.de>:
> >> +
> > from
> > https://en.wikipedia.org/wiki/Transport_Layer_Security#SSL_1.0.2C_2.0_and_3.0
> > sslv2 and sslv3 are deprecated.
> > Should there be a motivation in the commit message why we want to support them ?
> They are those provided by the documentation (TLS in particular). We
> let the underlying library to say what is deprecated or not. In this
> case the call fail.
The statement from the relevant SDO is much stronger than "deprecated",
it is "not to be used under any cirmumstances".
Option like this looks only useful for connecting to really broken
servers, damn security.
It could be useful for connecting to buggy servers after TLS 1.3
comes out and is implemented, as there are lots of servers (IIRC, on
order of 10%) that can't deal with TLS 1.3 properly (but very few, IIRC
<<0.1%, that can't deal with TLS 1.2 correctly[1]).
Also, is this option settable globally for all HTTP servers? One
definitely does not want that to be possible. Configurations like
this need to be per-server if they exist at all.
[1] Where correctly includes secure downnegotiation, as TLS
is intended to do when faced with version mismatch.
-Ilari
next prev parent reply other threads:[~2015-08-13 16:25 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-13 15:28 [PATCH v3] http: add support for specifying the SSL version Elia Pinto
2015-08-13 15:47 ` Eric Sunshine
2015-08-13 15:58 ` Elia Pinto
2015-08-13 16:11 ` Eric Sunshine
2015-08-13 16:15 ` Elia Pinto
2015-08-13 16:37 ` Eric Sunshine
2015-08-13 16:49 ` Eric Sunshine
2015-08-13 16:01 ` Torsten Bögershausen
2015-08-13 16:10 ` Elia Pinto
2015-08-13 16:24 ` Ilari Liusvaara [this message]
2015-08-13 16:33 ` Elia Pinto
2015-08-14 17:21 ` Junio C Hamano
2015-08-14 19:51 ` Elia Pinto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150813162454.GA18545@LK-Perkele-VII \
--to=ilari.liusvaara@elisanet.fi \
--cc=git@vger.kernel.org \
--cc=gitter.spiros@gmail.com \
--cc=remi.galan-alfonso@ensimag.grenoble-inp.fr \
--cc=tboegi@web.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).