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

2015-08-15 Thread Elia Pinto
2015-08-14 23:32 GMT+02:00 Junio C Hamano : > Elia Pinto writes: > >> 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. >> >> S

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

2015-08-14 Thread Junio C Hamano
Elia Pinto writes: > 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 fifth v

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

2015-08-14 Thread Eric Sunshine
On Fri, Aug 14, 2015 at 3:37 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 Pin

[PATCHv5] 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 fifth version of the patch. Changes from th