libgit2/tests/online
Dirkjan Bussink c1ec732f46 Setup better defaults for OpenSSL ciphers
This ensures that when using OpenSSL a safe default set of ciphers
is selected. This is done so that the client communicates securely
and we don't accidentally enable unsafe ciphers like RC4, or even
worse some old export ciphers.

Implements the first part of https://github.com/libgit2/libgit2/issues/3682
2016-04-11 15:58:56 -04:00
..
badssl.c Setup better defaults for OpenSSL ciphers 2016-04-11 15:58:56 -04:00
clone.c Add a test for custom header validation 2015-09-10 13:18:26 -04:00
fetch.c Tell the git_transport about the custom_headers 2015-09-08 14:02:33 -04:00
fetchhead.c remote: move the tagopt setting to the fetch options 2015-05-13 09:46:36 +02:00
push_util.c push: put the git_oid inline in the test structure 2015-09-13 05:38:29 +02:00
push_util.h push: put the git_oid inline in the test structure 2015-09-13 05:38:29 +02:00
push.c Merge pull request #3411 from spraints/custom-push-headers 2015-09-30 09:17:18 +02:00
remotes.c clone: don't rely on auto-saving for single-branch 2015-05-17 15:45:37 +02:00