]> git.ipfire.org Git - thirdparty/git.git/commit - http.c
http: add support for specifying an SSL cipher list
authorLars Kellogg-Stedman <lars@redhat.com>
Fri, 8 May 2015 13:22:15 +0000 (09:22 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 May 2015 17:56:26 +0000 (10:56 -0700)
commitf6f2a9e42d14e61429af418d8038aa67049b3821
tree9c359d4e6c1721f112f201b9b0dd49670db61b93
parent16018ae5fb368151f3eff13730cf089b63f41962
http: add support for specifying an SSL cipher list

Teach git about a new option, "http.sslCipherList", which permits one to
specify a list of ciphers to use when negotiating SSL connections.  The
setting can be overwridden by the GIT_SSL_CIPHER_LIST environment
variable.

Signed-off-by: Lars Kellogg-Stedman <lars@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
contrib/completion/git-completion.bash
http.c