aboutsummaryrefslogtreecommitdiff
path: root/src/test/ntor_ref.py
AgeCommit message (Collapse)Author
2019-12-12python: Add __future__ imports for python 3 compatibilityteor
Except for src/ext, which we may not want to modify. Closes ticket 32732.
2019-11-26test: Fix a python double-spaceteor
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-07-03Merge branch 'maint-0.3.4'Nick Mathewson
2018-07-03Merge branch 'maint-0.2.9' into maint-0.3.2Nick Mathewson
2018-07-02ntor_ref.py: pass only strings to subprocess.PopenNick Mathewson
Recent Python3 versions seem to require this on Windows. Fixes bug 26535; bug introduced in f4be34f70d6f277a0f3f73e, which was apparently intended itself as a Python3 workaround.
2018-06-20Update copyrights to 2018.Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-02-28Use the kdf_rfc5869() function instead of kdf().Alexander Færøy
This patch fixes an issue in "ntor_ref.py gen_kdf_vectors" where the script tries to call the undefined function kdf().
2015-04-09Collect badness values in ntor_ref.py; don't just clobber.Nick Mathewson
Fixes bug 15591; patch from joelanders
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-04-27Make the python test scripts work on python3Nick Mathewson
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.
2014-02-03slownacl's pure-python curve25519 lets us test ntor everywhere.Nick Mathewson
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.
2013-10-11When possible, run the ntor python integration tests tooNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-03Add reference implementation for ntor, plus compatibility testNick Mathewson
Before I started coding ntor in C, I did another one in Python. Turns out, they interoperate just fine.