summaryrefslogtreecommitdiff
path: root/tests/online/badssl.c
Commit message (Collapse)AuthorAgeFilesLines
* Use general cl_git_fail because the error is genericDirkjan Bussink2016-03-141-2/+1
|
* Setup better defaults for OpenSSL ciphersDirkjan Bussink2016-03-141-0/+9
| | | | | | | | | 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
* Fix build for unit testLeo Yang2015-11-021-2/+13
| | | | | If none of GIT_OPENSSL, GIT_WINHTTP or GIT_SECURE_TRANSPORT is defined we should also be able to build the unit test.
* net: add tests against badssl.comcmn/badsslCarlos Martín Nieto2015-09-271-0/+27
These provide bad X.509 certificates, which we should refuse to connect to by default.