summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | | | Include by default the details of the probeArturo Filastò2013-05-07
|/ / / / / / / / /
* | | | | | | | | Implement Vagrant file for running ooniprobe on any platformArturo Filastò2013-05-05
* | | | | | | | | Have some slightly saner defaults for the config fileArturo Filastò2013-05-05
* | | | | | | | | Fix markup of README fileArturo Filastò2013-05-05
* | | | | | | | | Fix markup of codeArturo Filastò2013-05-05
* | | | | | | | | Merge branch 'master' of github.com:TheTorProject/ooni-probeArturo Filastò2013-04-30
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #77 from aagbsn/fix_tls_handshake_inputaagbsn2013-04-30
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Fix tls_handshake input processingaagbsn2013-04-30
| |/ / / / / / / /
| * | | | | | | | Merge pull request #76 from aagbsn/fix_import_renameaagbsn2013-04-30
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix import conflictaagbsn2013-04-30
| |/ / / / / / / /
| * | | | | | | | Merge pull request #69 from isislovecruft/feature/tls-handshakeaagbsn2013-04-30
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Set self.input to self.host if no inputFile, and update several log messages.Isis Lovecruft2013-04-22
| | * | | | | | | | Reformat docstrings for several HandshakeTest functions to Sphinx format.Isis Lovecruft2013-04-22
| | * | | | | | | | Rename HandshakeTest.test_tlsv1_handshake() to HandshakeTest.test_handshake().Isis Lovecruft2013-04-22
| | * | | | | | | | Cleanup docstrings for getX509Name() and getPublicKey() functions.Isis Lovecruft2013-04-22
| | * | | | | | | | Add Sphinx docstring for getPeerCert() function.Isis Lovecruft2013-04-22
| | * | | | | | | | Move to call IPAddress explicitly from ipaddr.IPAdress.Isis Lovecruft2013-04-22
| | * | | | | | | | Add self.host to the inputProcessor().Isis Lovecruft2013-04-22
| | * | | | | | | | If no ciphersuite list is provided, explain that we're using firefox's.Isis Lovecruft2013-04-22
| | * | | | | | | | Fix bug where conflicting SSL context choices was not explained to the user.Isis Lovecruft2013-04-22
| | * | | | | | | | Fix #8440, set the self.host attribute when given the --host option.Isis Lovecruft2013-04-22
| | * | | | | | | | Create a host attribute for storing the --host option, and set self.ciphers.Isis Lovecruft2013-04-22
| | * | | | | | | | Make 'context' be a class-level attribute and give it a Sphinx :attr: docstring.Isis Lovecruft2013-04-22
| | * | | | | | | | Bump the version number on HandshakeTest, and rename the usageOptions attribute.Isis Lovecruft2013-04-22
| | * | | | | | | | Rename TLSHandshakeTest to HandshakeTest, since it's not only TLS.Isis Lovecruft2013-04-22
| | * | | | | | | | Remove UsageOptions to HandshakeOptions, and make arg help strings more infor...Isis Lovecruft2013-04-22
| | * | | | | | | | Fix HostUnreachable docstring to have proper Sphinx formatting.Isis Lovecruft2013-04-22
| | * | | | | | | | Add dictionary of pre-defined error messages to SSLContextError.Isis Lovecruft2013-04-22
| | * | | | | | | | Update docstring for SSLContextError.Isis Lovecruft2013-04-22
| | * | | | | | | | Import the entire ipaddr module, not just IPAddress.Isis Lovecruft2013-04-22
| | * | | | | | | | The socket must be module level global for the test to set options on it.Isis Lovecruft2013-04-22
| | * | | | | | | | Add line in .gitignore to exclude PyCharm files.Isis Lovecruft2013-04-17
| | * | | | | | | | Add call to new deferMakeConnection() to test_tls_handshake().Isis Lovecruft2013-03-11
| | * | | | | | | | Switch to using threads.deferToThread() in method deferMakeConnection().Isis Lovecruft2013-03-11
| | * | | | | | | | Remove erroneous state string report from handshakeSuccessful().Isis Lovecruft2013-03-11
| | * | | | | | | | Add better printing of results to stdout in handshakeSuccessful().Isis Lovecruft2013-03-11
| | * | | | | | | | Fix method doHandshake() to callback to handleWantRead() and handleWantWrite().Isis Lovecruft2013-03-11
| | * | | | | | | | Make a note on the socket option settings for blocking.Isis Lovecruft2013-03-11
| | * | | | | | | | Appease asn's penchant for borderline obsessive compulsive docstrings.Isis Lovecruft2013-03-11
| | * | | | | | | | Set tls_handshake.state to be connection.state_string so that it gets updatedIsis Lovecruft2013-03-11
| | * | | | | | | | Changed log.msg to log.debug when we can't get the peer name inIsis Lovecruft2013-03-11
| | * | | | | | | | Fix method connectionFailed to handle socket timeouts.Isis Lovecruft2013-03-11
| | * | | | | | | | Fix tls_handshake.py method makeConnection to handle socket timeouts.Isis Lovecruft2013-03-11
| | * | | | | | | | Update imports for tls_handshake.py.Isis Lovecruft2013-03-11
| | * | | | | | | | Fix #8359. Report server public key in PEM format. There is a bug inIsis Lovecruft2013-03-11
| | * | | | | | | | Fix import statements to include X509Name class.Isis Lovecruft2013-03-11
| | * | | | | | | | Fix #8358. Add correct formatting and parsing of OpenSSL.crypto.X509NameIsis Lovecruft2013-03-11
| | * | | | | | | | Add chained callbacks to handshake checking methods, and remove some unusedIsis Lovecruft2013-03-11
| | * | | | | | | | Add certain deferreds into their own function so that we can do aIsis Lovecruft2013-03-11
| | * | | | | | | | Update import statements in tls_handshake.py and bump the version number.Isis Lovecruft2013-03-11