aboutsummaryrefslogtreecommitdiff
path: root/src/test/ntor_ref.py
Commit message (Collapse)AuthorAge
* Make the python test scripts work on python3Nick Mathewson2014-04-27
| | | | | | | The python scripts invoked by 'make check' didn't work on python3 before. That was a problem on systems where 'python' is python3. Fixes bug 11608; bugfix on 0.2.5.2-alpha.
* slownacl's pure-python curve25519 lets us test ntor everywhere.Nick Mathewson2014-02-03
| | | | | | Improvement on f308adf8382bc7e61ea05a172, where we made the ntor unit tests run everywhere... so long as a python curve25519 module was installed. Now the unit tests don't require that module.
* When possible, run the ntor python integration tests tooNick Mathewson2013-10-11
|
* Update the copyright date to 201.Nick Mathewson2013-01-16
|
* Add reference implementation for ntor, plus compatibility testNick Mathewson2013-01-03
Before I started coding ntor in C, I did another one in Python. Turns out, they interoperate just fine.