Commit Graph

1057 Commits (v0.9.2)
 

Author SHA1 Message Date
Soner Tari d42ba28729 Remove tls12 tests for older versions of openssl
Clean up
4 years ago
Soner Tari 4176ee482e Move NO_TLS vars to before_script in travis config 4 years ago
Soner Tari 3afb2b820f Fix NO_TLS vars 4 years ago
Soner Tari 9ac5a93823 Fix testproxy e2e tests for older versions of openssl and libressl
OpenSSL 0.9.8zh and 1.0.0s do not support TLSv11.
LibreSSL 2.2.7 uses other cipher names too.
LibreSSL 2.7.4 (since 2.3.0) does not support TLSv10.
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 d4aca98834 Enable debug logs for testproxy 4 years ago
Soner Tari fc1bb39de3 Fix xnu paths for osx 4 years ago
Soner Tari 19bf7fe0a5 Try travis osx vm only 4 years ago
Soner Tari 519d797459 Fix osx build, no need for nat_used() 4 years ago
Soner Tari 5f14ff2ca6 Enable all travis vms again 4 years ago
Soner Tari f44db210bb Fix openssl urls 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 fb500d9a33 Clean up lp make file 4 years ago
Soner Tari 50c1c9477d Try with first travis machine, remove openssl from lp, revert trials 4 years ago
Soner Tari 60924687ed Close ocsp denied conn
Wait until ocsp denied msg is sent and then close the conn in a new http
src w cb
4 years ago
Soner Tari 61f3c86eab Fix e2e test for deny OCSP request
It is not certain if the server should receive the ocsp request of the
client or not, it depends on libevent and various conditions at that
moment
4 years ago
Soner Tari 8a1db3d469 Fix export 4 years ago
Soner Tari b1edd7e049 Export LD_LIBRARY_PATH before running lp 4 years ago
Soner Tari fcd71387d0 Use libevent 2.1.11 for testproxy e2e tests 4 years ago
Soner Tari d1374e70bb Set testproxy log level to 4 4 years ago
Soner Tari 361e1777dd Chain related command lines 4 years ago
Soner Tari 454ae1d81a Comment out non-existing users 4 years ago
Soner Tari 85dded1953 Include errno.h 4 years ago
Soner Tari e3adfba4ba Add errno.h 4 years ago
Soner Tari 3ebfba3044 Disable lp pkg-config for openssl 4 years ago
Soner Tari 2723171e05 Add openssl to lp, fix xnu path, clean up 4 years ago
Soner Tari 7e8fe08a98 Remove lp binary 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 cf0b3a38cf Create make file to automate testproxy e2e tests Move lp under testproxy 4 years ago
Soner Tari c69755a4bc Fix osx xnu path 4 years ago
Soner Tari 85d6a8690c Fix error message if check is missing 4 years ago
Soner Tari 665192d2d8 Fix travis sslproxy path 4 years ago
Soner Tari 80016b0a13 Give priority to VERSION_FILE over GITDIR in setting version 4 years ago
Soner Tari af3366b84f Create make files for src and tests/check folders
Move folders and files related with check tests under tests/check folder
Fix check unit tests accordingly
4 years ago
Soner Tari 8eab8d1da8 Restructure source tree, create src and tests folders, move files accordingly
Remove docker
4 years ago
Soner Tari 59ead752b5 Improve documentation 4 years ago
Soner Tari 2af5d6ccbb Enclose debug related code into DEBUG_PROXY macro 4 years ago
Soner Tari 4574fc1aa4 Prevent possible memory leak if certain global opts which are saved into strings for cloning later on are provided more than once 4 years ago
Soner Tari b48a0593e4 Remove incomplete proxyspec on the sample command line in usage help 4 years ago
Soner Tari cb67c33437 Process options passed on the command line as global too, fixes the issue #16 4 years ago
Soner Tari ad1aa909e8 Convert a couple of timeout commands to recv, now testproxy errors out if conn end receives timeout command while connected
Clean up testproxy tests
5 years ago
Soner Tari 92aecf0bc3 Debug-print sqlite version 5 years ago
Soner Tari e2a0c99768 Remove all type casts from child to parent ctxs 5 years ago
Soner Tari 009fe9f6ad Merge sslsplit develop changes 5 years ago
Soner Tari 12592bbf00 Fix null error strings with SSL_ERROR_SSL: libevent-2.1.11 pushes SSL_ERROR_SSL causing "Additional SSL error" 5 years ago