Soner Tari
3cbcffcebc
Reuse parent srvdst as dst of first child to avoid connecting to server twice, first conn was to get server cert for forging, so we xfer srvdst to first child after parent does not need it anymore
2019-07-20 22:29:08 +03:00
Soner Tari
78ba1e075c
Debug print SSLproxy line on lp
2019-07-18 14:36:47 +03:00
Soner Tari
2cb6dd573e
Remove lp binary
2019-07-18 12:28:52 +03:00
Soner Tari
e8f9f216a9
Add lp listening program and testproxy tests under extra
2019-07-18 11:48:15 +03:00
Soner Tari
52d37297b6
Update with sslsplit develop changes, especially content logging
...
Change SIGHUP to behave like SIGUSR1
2018-11-03 18:23:31 +03:00
Soner Tari
62b4760930
Improve messages for omitted tests
...
Do not remove repo file session.pem
2018-10-26 18:13:17 +03:00
Soner Tari
d2e9ab4487
Merge sslsplit-develop changes
2018-09-15 02:51:26 +03:00
Soner Tari
0c8348db75
Merge sslsplit develop changes
2018-08-03 23:36:51 +03:00
Soner Tari
9d435e180c
Update with SSLsplit 0.5.2 and develop branch changes as of 270218
2018-02-27 22:20:58 +03:00
Soner Tari
4c8831bd90
Update with SSLsplit 0.5.1 changes, fix LibreSSL version issues
...
Add VerifyPeer and AllowWrongHost options
2018-01-18 03:18:53 +03:00
Soner Tari
ea6dc07248
Rename to sslproxy
...
Reduce http headers to just one SSLproxy line
2017-08-11 15:01:51 +03:00
Soner Tari
67ddee1585
Import sslsplit-devel changes
...
Add stats logs, initial
Add SSLproxy_SrcAddr header field
Clean-up
2017-07-25 16:07:39 +03:00
Daniel Roethlisberger
02ab680b34
Add log to PCAP conversion script
...
Add contributed python script for parsing the output of sslsplit -L
from a log file or named pipe and converting the log entries to an
emulated PCAP format. Information not contained in the log, such as
sequence numbers, IP IDs etc is emulated and does not correspond to the
original packets on the network.
Issue: #27
Contributed by: Maciej Kotowicz
2015-10-09 11:12:59 +02:00
Daniel Roethlisberger
ceffe7a676
Add log parsing script for sslsplit -L
...
Add contributed script to read and parse the output of sslsplit -L from
a named pipe or log file and post-process the logged connection data
programmatically from python.
Issue: #27
Contributed by: Maciej Kotowicz
2015-09-28 20:32:35 +02:00
Daniel Roethlisberger
7badc2fc13
Move all test RSA keys from 1024 bit to 2048 bit
...
Issue: #83
2015-03-24 20:40:15 +01:00
Daniel Roethlisberger
6e53e93d0f
Move from sha1 to sha256 in examples and tests
...
Note that OpenSSL may not support -sha256 on all platforms so we
actually check for support before using it in `make test`. For the
examples, a modern version of OpenSSL that supports -sha256 is assumed.
Issue: #83
2015-03-24 20:33:09 +01:00
Daniel Roethlisberger
4bd9dd1fa7
Fix glob to be compatible with /bin/dash
2014-01-29 21:25:19 +01:00
Daniel Roethlisberger
53a948cd18
Improve dependency tracking for targets/ certs
2014-01-29 21:20:16 +01:00
Daniel Roethlisberger
349cd1f6ec
Add targets to .PHONY
2014-01-29 21:14:39 +01:00
Daniel Roethlisberger
cd358e245a
Make session.pem generation more portable
2014-01-14 17:37:17 +01:00
Daniel Roethlisberger
202b1270e3
Create session.pem without Internet connectivity
...
Use openssl s_server in order to create a temporary SSL server for
creating an SSL session dump for the unit tests to work with. This
removes the requirement of having Internet connectivity for running the
test suite, which prevented package builds from running the unit tests.
2014-01-11 21:49:05 +01:00
Daniel Roethlisberger
ff6fbef91f
Add 4096-bit Diffie-Hellman to dh target
2012-10-03 00:50:50 +02:00
Daniel Roethlisberger
35c3967eef
Remove obsolete dhall target from .PHONY
2012-10-03 00:50:24 +02:00
Daniel Roethlisberger
fc8c0110c5
Do not generate ECC keys for unit tests
2012-06-05 23:24:53 +02:00
Daniel Roethlisberger
982ad89f2f
Add generation of a password protected RSA key
2012-04-30 22:48:19 +02:00
Daniel Roethlisberger
94b5e8ba7b
Revert CDP syntax to be OpenSSL 0.9.x compatible
2012-04-18 00:05:15 +02:00
Daniel Roethlisberger
8474346ed9
Rebuild certs after config changes
2012-04-18 00:05:15 +02:00
Daniel Roethlisberger
8b520cf4de
Redirect BSD make to GNU make
2012-04-18 00:02:14 +02:00
Daniel Roethlisberger
6a93c73164
Add test server cert with OCSP and CDP extensions
2012-04-17 22:44:06 +02:00
Daniel Roethlisberger
cf0f3e66aa
Avoid using the non-portable echo -e
2012-04-13 22:22:57 +02:00
Daniel Roethlisberger
4cfdef405a
Initial import of sslsplit-0.4.2
2012-04-13 14:47:30 +02:00