| Commit message (Collapse) | Author | Age |
| ... | |
| | | | | | | | | |
|
| | | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* master:
Add changelog for ooni
Update ooniprobe.conf.sample
Add tests for YAML reporter
Open YAML report in createReport
Update tests to reflect change of syntax in NetTestLoader
Update NetTest tests to reflect change of syntax
Conflicts:
ooni/errors.py
tests/test_director.py
tests/test_nettest.py
|
| | | |\ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
* master:
Remove unneeded commented out line
Flatten the reporter keys
Return something in txscapy
Update before_i_commit script to make it work (cherry picked from commit 9cdf5596c8f16cac819afdaf1b9b537b36f796a6)
Refactor logic for importing scapy related functions
Add sent packets to report and use startSending instead of sendPackets
Conflicts:
decks/before_i_commit.testdeck
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
* Explicit the passing of the nettest file argument
|
| | | | | | | | | | | |
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
* Make it clear that calling one of those methods can be extremely dangerous
* Kill a bug spotted thanks to unittesting
|
| |\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
* 'master' of ssh://git-rw.torproject.org/ooni-probe:
Add bridge and obfsproxy support to director when starting Tor
|
| | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Add bridge and obfsproxy support to director when starting Tor
|
| | | | |_|_|_|_|_|/ /
| | |/| | | | | | | |
|
| |/ / / / / / / / / |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| |/ / / / / / / / |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fixes bug in validating ASN in backend (thank kheops for reporting it).
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* fix_pcap_filename:
Fix import error for pushFilenameStack
Set pcap name for each NetTest, and use consistent timestamps.
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | |_|_|_|_|_|/ /
|/| | | | | | | |
|
| | | | | | | | | |
|
| |\ \ \ \ \ \ \ \
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* 'master' of github.com:TheTorProject/ooni-probe: (61 commits)
Fix tls_handshake input processing
Fix import conflict
Set self.input to self.host if no inputFile, and update several log messages.
Reformat docstrings for several HandshakeTest functions to Sphinx format.
Rename HandshakeTest.test_tlsv1_handshake() to HandshakeTest.test_handshake().
Cleanup docstrings for getX509Name() and getPublicKey() functions.
Add Sphinx docstring for getPeerCert() function.
Move to call IPAddress explicitly from ipaddr.IPAdress.
Add self.host to the inputProcessor().
If no ciphersuite list is provided, explain that we're using firefox's.
Fix bug where conflicting SSL context choices was not explained to the user.
Fix #8440, set the self.host attribute when given the --host option.
Create a host attribute for storing the --host option, and set self.ciphers.
Make 'context' be a class-level attribute and give it a Sphinx :attr: docstring.
Bump the version number on HandshakeTest, and rename the usageOptions attribute.
Rename TLSHandshakeTest to HandshakeTest, since it's not only TLS.
Remove UsageOptions to HandshakeOptions, and make arg help strings more informative.
Fix HostUnreachable docstring to have proper Sphinx formatting.
Add dictionary of pre-defined error messages to SSLContextError.
Update docstring for SSLContextError.
...
|
| | |\ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | | |
Feature/tls handshake
|
| | | | |_|/ / /
| | |/| | | | |
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
This fixes: https://trac.torproject.org/projects/tor/ticket/8803
|
| | |_|_|/ /
|/| | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Make startup logic more robust
* Use a deferred to keep track of director activity
* Fix some typos
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Remove runner.py
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Get rid of ridiculous logic that uses a deferred list, instead keep track of
the report task via a single deferred.
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
* More robust startup process
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
* Explicit the passing of the nettest file argument
|
| | | | | | |
|