Commit Graph

994 Commits (477bb239a0b25f4a56d343a2298b865a24009ce6)
 

Author SHA1 Message Date
Soner Tari eb2b91f96b Enable all travis vms and add testproxy e2e tests 5 years ago
Soner Tari fb500d9a33 Clean up lp make file 5 years ago
Soner Tari 50c1c9477d Try with first travis machine, remove openssl from lp, revert trials 5 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
5 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
5 years ago
Soner Tari 8a1db3d469 Fix export 5 years ago
Soner Tari b1edd7e049 Export LD_LIBRARY_PATH before running lp 5 years ago
Soner Tari fcd71387d0 Use libevent 2.1.11 for testproxy e2e tests 5 years ago
Soner Tari d1374e70bb Set testproxy log level to 4 5 years ago
Soner Tari 361e1777dd Chain related command lines 5 years ago
Soner Tari 454ae1d81a Comment out non-existing users 5 years ago
Soner Tari 85dded1953 Include errno.h 5 years ago
Soner Tari e3adfba4ba Add errno.h 5 years ago
Soner Tari 3ebfba3044 Disable lp pkg-config for openssl 5 years ago
Soner Tari 2723171e05 Add openssl to lp, fix xnu path, clean up 5 years ago
Soner Tari 7e8fe08a98 Remove lp binary 5 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
5 years ago
Soner Tari d0d2a0595c Set path to cargo 5 years ago
Soner Tari b7b03579d7 Disable confirmation prompt for rust install 5 years ago
Soner Tari 6d9cdeb8f5 Install cargo and testproxy to only one linux machine for now 5 years ago
Soner Tari cf0b3a38cf Create make file to automate testproxy e2e tests Move lp under testproxy 5 years ago
Soner Tari c69755a4bc Fix osx xnu path 5 years ago
Soner Tari 85d6a8690c Fix error message if check is missing 5 years ago
Soner Tari 665192d2d8 Fix travis sslproxy path 5 years ago
Soner Tari 80016b0a13 Give priority to VERSION_FILE over GITDIR in setting version 5 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
5 years ago
Soner Tari 8eab8d1da8 Restructure source tree, create src and tests folders, move files accordingly
Remove docker
5 years ago
Soner Tari 59ead752b5 Improve documentation 5 years ago
Soner Tari 2af5d6ccbb Enclose debug related code into DEBUG_PROXY macro 5 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 5 years ago
Soner Tari b48a0593e4 Remove incomplete proxyspec on the sample command line in usage help 5 years ago
Soner Tari cb67c33437 Process options passed on the command line as global too, fixes the issue #16 5 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
Soner Tari 600baa995e Improve LibreSSL support 5 years ago
Soner Tari 3e4ad49f70 Fix LibreSSL version for OPENSSL_NO_SHA0, SHA-0 support was removed in LIBRESSL_VERSION_NUMBER >= 0x20030001L 5 years ago
Soner Tari 08aba78815 Fix LibreSSL version for OPENSSL_init_crypto() support, fixes Travis build 5 years ago
Soner Tari 4a05b4bf05 Increase the default RSA key size to 2048 5 years ago
Soner Tari df48b3e28d Improve LibreSSL support 5 years ago
Soner Tari dabc9c7b20 Increase the default RSA key size to 2048 5 years ago
Soner Tari 0d5af14325 Improve exit status handling, merged from sslsplit 5 years ago
Soner Tari 58821e99cf Fix cert_new_load() load chain test failure with LibreSSL 2.9.2: LIBRESSL_VERSION_NUMBER >= 0x20902000L supports SSL_CTX_get0_chain_certs() 5 years ago
Soner Tari 6072cf7bd5 Fix opts test on osx 5 years ago
Soner Tari 52802b6291 Add new opts tests 5 years ago
Soner Tari fc153338ca Free tmp strs used to clone global opts into proxyspecs asap
Fix English
5 years ago
Soner Tari 1a7dc673bf Fix libressl macros: OPENSSL_VERSION_NUMBER on OpenBSD is always 0x20000000L (> 0x10100000L) 5 years ago
Soner Tari 6cdec55509 Enable Force/Min/MaxSSLProto options with LibreSSL 2.7.2+ (OpenBSD 6.3) 5 years ago