Commit Graph

29 Commits (master)

Author SHA1 Message Date
Soner Tari efc0be9991 Re-enable osx on travis
XNU versions fixed now
2 years ago
Soner Tari 49c58048f6 Disable travis build with WITHOUT_MIRROR
We cannot run unit tests with WITHOUT_MIRROR enabled, debug output for
filter rules have mirror logging
3 years ago
Soner Tari 41ec0045f5 Disable osx build on travis until xcode/xnu version fixed 3 years ago
Soner Tari 0bd1a414cb Fix libpcap install on macOS 10.13 3 years ago
Soner Tari 255cd1cd88 Separate make test as unit and e2e 3 years ago
Soner Tari c2e93dbbc0 Remove NO_TLS10 test case
The problem with LibreSSL 2.7.4 was not that it didn't support tls10,
but that MEDIUM and HIGH cipher definitions were different from the
openssl version of testproxy, hence tests were failing due to no shared
ciphers
4 years ago
Soner Tari 4176ee482e Move NO_TLS vars to before_script in travis config 4 years ago
Soner Tari 9ff63a1639 Disable travis testproxy tests on osx
SSL tests fail with "SSL stream connect HandshakeError: the handshake
was interrupted" and "SSL stream error: the handshake failed: Connection
reset by peer (os error 54)"
4 years ago
Soner Tari ceebacf240 Try fix ssl handshake error 4 years ago
Soner Tari 19bf7fe0a5 Try travis osx vm only 4 years ago
Soner Tari 5f14ff2ca6 Enable all travis vms again 4 years ago
Soner Tari e2fc1086cf Try fix sudo env 4 years ago
Soner Tari eb2b91f96b Enable all travis vms and add testproxy e2e tests 4 years ago
Soner Tari 50c1c9477d Try with first travis machine, remove openssl from lp, revert trials 4 years ago
Soner Tari fcd71387d0 Use libevent 2.1.11 for testproxy e2e tests 4 years ago
Soner Tari 361e1777dd Chain related command lines 4 years ago
Soner Tari 155b83c045 Do not export vars to the shell, instead create a main.mk and include it when needed
Otherwise it is almost impossible to stop var redefinitions in
successive builds
4 years ago
Soner Tari d0d2a0595c Set path to cargo 4 years ago
Soner Tari b7b03579d7 Disable confirmation prompt for rust install 4 years ago
Soner Tari 6d9cdeb8f5 Install cargo and testproxy to only one linux machine for now 4 years ago
Soner Tari 665192d2d8 Fix travis sslproxy path 4 years ago
Soner Tari 009fe9f6ad Merge sslsplit develop changes 5 years ago
Soner Tari 52d37297b6 Update with sslsplit develop changes, especially content logging
Change SIGHUP to behave like SIGUSR1
6 years ago
Soner Tari ea6dc07248 Rename to sslproxy
Reduce http headers to just one SSLproxy line
7 years ago
Daniel Roethlisberger 1c9aa249a9 Fix Travis build by disabling tests using IPv6
TravisCI has removed IPv6 support in 2016.  To cope with this regression
in the testing infrastructure, disable all tests on Travis that depend
on the system being able to handle ::1 as an IP address.  Normal unit
testing still uses the full test suite.
8 years ago
Daniel Roethlisberger d404063eab Attempt at fixing TravisCI ::1 resolution 8 years ago
Daniel Roethlisberger d5e9d989d6 Remove make config from travis script 9 years ago
Daniel Roethlisberger 054ae555b5 Enable unit tests on Travis CI 11 years ago
Daniel Roethlisberger 22d98f2c21 Add Travis-CI configuration 11 years ago