- Feb 28, 2016
-
-
This patch fixes an issue in "ntor_ref.py gen_kdf_vectors" where the script tries to call the undefined function kdf().
-
Nick Mathewson authored
-
- Feb 27, 2016
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Feb 26, 2016
-
-
teor (Tim Wilson-Brown) authored
TestingClientBootstrapConsensusAuthorityOnlyMaxDownloadTries
-
- Feb 25, 2016
-
-
Nick Mathewson authored
-
Nick Mathewson authored
On windows, you cannot open() a directory. So for Windows we should just take our previous stat-based approach. Closes bug 18392; bug not in any released Tor.
-
teor (Tim Wilson-Brown) authored
-
- Feb 24, 2016
-
-
Nick Mathewson authored
Previously, we had a problem due to the check_private_dir() rewrite. Bug not in any released Tor.
-
Nick Mathewson authored
-
Nick Mathewson authored
I no longer see asan reporting memory leaks in the unit tests.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This is in accordance with our usual policy against freelists, now that working allocators are everywhere. It should also make memarea.c's coverage higher. I also doubt that this code ever helped performance.
-
teor (Tim Wilson-Brown) authored
-
- Feb 23, 2016
-
-
Nick Mathewson authored
There was a parenthesis issue in test_util that clang found confusing. This part was only in master. Closes issue 14821.
-
Nick Mathewson authored
-
Nick Mathewson authored
Short version: clang asan hates the glibc strcmp macro in bits/string2.h if you are passing it a constant string argument of length two or less. (I could be off by one here, but that's the basic idea.) Closes issue 14821.
-
Nick Mathewson authored
These should have been N_COMMON_DIGEST_ALGORITHMS. Fixes bug 18380; bug not in any released Tor.
-
Nick Mathewson authored
CentOS 6 is roughly the oldest thing we care about developers still using, and it has autoconf 2.63 / automake 1.11. These are both older than openssl 1.0.0, so anybody who can't upgrade past those probably can't upgrade to a modern openssl either. And since only people building from git or editing configure.ac/Makefile.am need to use autotools, I'm not totally enthused about keeping support for old ones anyway. Closes ticket 17732.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Did you know that crypto_digest_all is a substring of crypto_digest_alloc_bytes()? Hence the mysterious emergence of "crypto_common_digestsoc_bytes". Next time I should use the \b assertion in my regexen. Spotted by Mike.
-
Nick Mathewson authored
-
Andrea Shepard authored
-
- Feb 22, 2016
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Fixes bug 18374; bugfix on 0.2.3.3-alpha.
-
Nick Mathewson authored
-
Fixes #18339
-
Nick Mathewson authored
-
Nick Mathewson authored
-