Re: [PATCHv4] http: add support for specifying the SSL version

2015-08-14 Thread Eric Sunshine
On Fri, Aug 14, 2015 at 12:35 PM, Elia Pinto wrote: > Teach git about a new option, "http.sslVersion", which permits one to > specify the SSL version to use when negotiating SSL connections. The > setting can be overridden by the GIT_SSL_VERSION environment > variable. > > Signed-off-by: Elia Pi

[PATCHv4] http: add support for specifying the SSL version

2015-08-14 Thread Elia Pinto
Teach git about a new option, "http.sslVersion", which permits one to specify the SSL version to use when negotiating SSL connections. The setting can be overridden by the GIT_SSL_VERSION environment variable. Signed-off-by: Elia Pinto --- This is the fourth revision of the patch. Changes from